diff options
author | Marcin KoĆcielnicki <koriakin@0x04.net> | 2019-11-22 12:15:33 +0100 |
---|---|---|
committer | Marcin KoĆcielnicki <mwk@0x04.net> | 2019-11-22 14:49:35 +0100 |
commit | e110df9c484d5c87429c55da1c1d83fd509a78b3 (patch) | |
tree | 78af2743396087c18c5698f9c0d0f082f773cfdd | |
parent | 1d098b719513ef2fa701b88b9b56c6e989384c05 (diff) | |
download | yosys-e110df9c484d5c87429c55da1c1d83fd509a78b3.tar.gz yosys-e110df9c484d5c87429c55da1c1d83fd509a78b3.tar.bz2 yosys-e110df9c484d5c87429c55da1c1d83fd509a78b3.zip |
gowin: Remove show command from tests.
-rw-r--r-- | tests/arch/gowin/mux.ys | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/arch/gowin/mux.ys b/tests/arch/gowin/mux.ys index 4990be421..afad29a89 100644 --- a/tests/arch/gowin/mux.ys +++ b/tests/arch/gowin/mux.ys @@ -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 |