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

Added lutram

This commit is contained in:
Lofty 2024-03-01 13:41:25 +01:00 committed by Miodrag Milanovic
parent 5d898ab223
commit b0c4add642
7 changed files with 161 additions and 29 deletions

View file

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