3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Fixing citation in xc7_xcu_brams.txt file. Fixing RAMB36E1 test.

This commit is contained in:
Diego H 2019-12-12 17:32:58 -06:00
parent e33f407655
commit 751a18d7e9
2 changed files with 7 additions and 7 deletions

View file

@ -37,10 +37,10 @@ cd sync_ram_sdp
select -assert-count 0 t:RAMB18E1
select -assert-count 4 t:RAM128X1D
# More than 18K bits and addr <= 36: -> RAMB36E1
# More than 18K bits, data width <= 36 (TDP), and address width from 10 to 15b (non-cascaded) -> RAMB36E1
design -reset
read_verilog ../common/memory_params.v
chparam -set ADDRESS_WIDTH 15 -set DATA_WIDTH 1 sync_ram_sdp
chparam -set ADDRESS_WIDTH 10 -set DATA_WIDTH 36 sync_ram_sdp
synth_xilinx -top sync_ram_sdp
cd sync_ram_sdp
select -assert-count 1 t:RAMB36E1