3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 08:23:19 +00:00

start cleaning rams

This commit is contained in:
Miodrag Milanovic 2024-03-13 18:19:41 +01:00
parent 370517b1e6
commit a5bfb23b47
8 changed files with 101 additions and 27 deletions

View file

@ -2,7 +2,7 @@ read_verilog ../common/lutram.v
hierarchy -top lutram_1w1r
synth_nanoxplore
cd lutram_1w1r
select -assert-count 1 t:NX_XRFB_64x18
select -assert-count 1 t:NX_RFB_U
select -assert-count 8 t:NX_DFF
select -assert-none t:NX_XRFB_64x18 t:NX_DFF %% t:* %D
select -assert-none t:NX_RFB_U t:NX_DFF %% t:* %D