mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 01:27:43 +00:00
cleanup in le tests
This commit is contained in:
parent
f7dc93c652
commit
f8bcb78a32
14 changed files with 69 additions and 173 deletions
|
@ -1,6 +1,6 @@
|
|||
read_verilog ../common/blockram.v
|
||||
chparam -set ADDRESS_WIDTH 10 -set DATA_WIDTH 10 sync_ram_sdp
|
||||
synth_intel_le -family cyclonev
|
||||
chparam -set ADDRESS_WIDTH 9 -set DATA_WIDTH 9 sync_ram_sdp
|
||||
synth_intel_le -family cycloneiv
|
||||
cd sync_ram_sdp
|
||||
select -assert-count 1 t:MISTRAL_M10K
|
||||
select -assert-none t:MISTRAL_M10K %% t:* %D
|
||||
select -assert-count 1 t:MISTRAL_M9K
|
||||
select -assert-none t:MISTRAL_M9K %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue