mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Added lutram
This commit is contained in:
parent
5d898ab223
commit
b0c4add642
7 changed files with 161 additions and 29 deletions
8
tests/arch/nanoxplore/lutram.ys
Normal file
8
tests/arch/nanoxplore/lutram.ys
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue