mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 17:17:43 +00:00
quicklogic: fix double width read
This commit is contained in:
parent
8d3b238b9b
commit
7513bfcbfe
2 changed files with 25 additions and 18 deletions
|
@ -36,7 +36,7 @@ blockram_tests: "list[tuple[list[tuple[str, int]], str, list[str]]]" = [
|
|||
([("ADDRESS_WIDTH", 11), ("DATA_WIDTH", 9)], "sync_ram_sdp_wwr", ["-assert-count 1 t:TDP36K"]),
|
||||
# 2x read width (1024x36bit read / 2048x18bit write = 1TDP36K)
|
||||
([("ADDRESS_WIDTH", 11), ("DATA_WIDTH", 18)], "sync_ram_sdp_wrr", ["-assert-count 1 t:TDP36K"]),
|
||||
([("ADDRESS_WIDTH", 10), ("DATA_WIDTH", 36)], "sync_ram_sdp_wrr", ["-assert-count 1 t:TDP36K"]),
|
||||
([("ADDRESS_WIDTH", 12), ("DATA_WIDTH", 9)], "sync_ram_sdp_wrr", ["-assert-count 1 t:TDP36K"]),
|
||||
|
||||
# two disjoint 18K memories can share a single TDP36K
|
||||
([("ADDRESS_WIDTH_A", 10), ("DATA_WIDTH_A", 18),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue