Skip to content
  • Wesley W. Terpstra's avatar
    genram: add a "dont_care" option for g_addr_conflict_resolution · 7df80bd4
    Wesley W. Terpstra authored
    The RW ordering on address conflict varies by platform.
    Some platforms only support some options.
    Most of the dprams in WR are portable and don't depend on the order.
    This new option allows a core to specify that it does not care what
    the result of a RW conflict is, and thus work on more platforms.
    
    For Xilinx, "dont_care" = "read_first", the old default.
    7df80bd4