Skip to content
Snippets Groups Projects
  • Wesley W. Terpstra's avatar
    generic_dpram: Should be read-first, as documented. · 904e8886
    Wesley W. Terpstra authored
    Newer quartus versions recognized that the code describes write-first logic,
    which requires combinatorial bypass logic. Unfortunately, this is also impossible
    with two clocks. Thus they reject synthesis. This manifests as the WR endpoint
    RX path failing to synthesize.
    904e8886