mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 04:57:53 +00:00
Add tests for ecp5 architecture.
This commit is contained in:
parent
aad9bad326
commit
134d3fea90
31 changed files with 865 additions and 0 deletions
7
tests/ecp5/latches.ys
Normal file
7
tests/ecp5/latches.ys
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
read_verilog latches.v
|
||||
synth_ecp5
|
||||
cd top
|
||||
select -assert-count 4 t:LUT4
|
||||
select -assert-count 1 t:PFUMX
|
||||
select -assert-none t:LUT4 t:PFUMX %% t:* %D
|
||||
write_verilog latches_synth.v
|
||||
Loading…
Add table
Add a link
Reference in a new issue