mirror of https://github.com/YosysHQ/yosys.git
gowin: Remove show command from tests.
This commit is contained in:
parent
1d098b7195
commit
e110df9c48
|
@ -45,6 +45,5 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd mux16 # Constrain all select calls below inside the top module
|
||||
select -assert-count 20 t:IBUF
|
||||
select -assert-count 1 t:OBUF
|
||||
show
|
||||
|
||||
select -assert-none t:LUT4 t:MUX2_LUT6 t:MUX2_LUT5 t:MUX2_LUT6 t:MUX2_LUT7 t:MUX2_LUT8 t:IBUF t:OBUF %% t:* %D
|
||||
|
|
Loading…
Reference in New Issue