mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
tests: remove write_ilang
This commit is contained in:
parent
c506da3819
commit
38ee59184c
|
@ -208,7 +208,6 @@ select -assert-count 1 t:PDPW16KD
|
||||||
|
|
||||||
design -reset; read_verilog ../common/blockrom.v
|
design -reset; read_verilog ../common/blockrom.v
|
||||||
chparam -set ADDRESS_WIDTH 3 -set DATA_WIDTH 36 sync_rom
|
chparam -set ADDRESS_WIDTH 3 -set DATA_WIDTH 36 sync_rom
|
||||||
write_ilang
|
|
||||||
synth_ecp5 -top sync_rom; cd sync_rom
|
synth_ecp5 -top sync_rom; cd sync_rom
|
||||||
select -assert-count 0 t:PDPW16KD # too inefficient
|
select -assert-count 0 t:PDPW16KD # too inefficient
|
||||||
select -assert-min 18 t:LUT4
|
select -assert-min 18 t:LUT4
|
||||||
|
@ -274,7 +273,6 @@ select -assert-count 1 t:DP16KD
|
||||||
|
|
||||||
design -reset; read_verilog ../common/blockrom.v
|
design -reset; read_verilog ../common/blockrom.v
|
||||||
chparam -set ADDRESS_WIDTH 3 -set DATA_WIDTH 18 sync_rom
|
chparam -set ADDRESS_WIDTH 3 -set DATA_WIDTH 18 sync_rom
|
||||||
write_ilang
|
|
||||||
synth_ecp5 -top sync_rom; cd sync_rom
|
synth_ecp5 -top sync_rom; cd sync_rom
|
||||||
select -assert-count 0 t:DP16KD # too inefficient
|
select -assert-count 0 t:DP16KD # too inefficient
|
||||||
select -assert-min 9 t:LUT4
|
select -assert-min 9 t:LUT4
|
||||||
|
|
|
@ -112,7 +112,6 @@ select -assert-count 1 t:SB_RAM40_4K
|
||||||
|
|
||||||
design -reset; read_verilog ../common/blockrom.v
|
design -reset; read_verilog ../common/blockrom.v
|
||||||
chparam -set ADDRESS_WIDTH 2 -set DATA_WIDTH 8 sync_rom
|
chparam -set ADDRESS_WIDTH 2 -set DATA_WIDTH 8 sync_rom
|
||||||
write_ilang
|
|
||||||
synth_ice40 -top sync_rom; cd sync_rom
|
synth_ice40 -top sync_rom; cd sync_rom
|
||||||
select -assert-count 0 t:SB_RAM40_4K # too inefficient
|
select -assert-count 0 t:SB_RAM40_4K # too inefficient
|
||||||
select -assert-min 1 t:SB_LUT4
|
select -assert-min 1 t:SB_LUT4
|
||||||
|
|
Loading…
Reference in a new issue