mirror of https://github.com/YosysHQ/yosys.git
Adding a note (TODO) in the memory_params.ys check file
This commit is contained in:
parent
937ec1ee78
commit
e33f407655
|
@ -1,3 +1,5 @@
|
|||
## TODO: Not running equivalence checking because BRAM models does not exists
|
||||
## currently. Checking instance counts instead.
|
||||
# Memory bits <= 18K; Data width <= 36; Address width <= 14: -> RAMB18E1
|
||||
read_verilog ../common/memory_params.v
|
||||
chparam -set ADDRESS_WIDTH 10 -set DATA_WIDTH 1 sync_ram_sdp
|
||||
|
|
Loading…
Reference in New Issue