Skip to content

Commit

Permalink
do not simulate in parsing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Sep 27, 2023
1 parent 7d02457 commit 44cf9c1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/simple_tests/InterfaceAlways/yosys_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source ../yosys_common.tcl
prep -top \\top
write_verilog
write_verilog yosys.sv
sim -rstlen 10 -vcd dump.vcd
1 change: 0 additions & 1 deletion tests/simple_tests/InterfaceAssign/yosys_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source ../yosys_common.tcl
prep -top \\top
write_verilog
write_verilog yosys.sv
sim -rstlen 10 -vcd dump.vcd
1 change: 0 additions & 1 deletion tests/simple_tests/InterfaceInitial/yosys_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source ../yosys_common.tcl
prep -top \\top
write_verilog
write_verilog yosys.sv
sim -rstlen 10 -vcd dump.vcd
1 change: 0 additions & 1 deletion tests/simple_tests/OneNetInterf/yosys_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source ../yosys_common.tcl
prep -top \\dut
write_verilog
write_verilog yosys.sv
sim -clock i -rstlen 10 -vcd dump.vcd
1 change: 0 additions & 1 deletion tests/simple_tests/OneNetRange/yosys_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source ../yosys_common.tcl
prep -top \\dut
write_verilog
write_verilog yosys.sv
sim -clock i -rstlen 10 -vcd dump.vcd

0 comments on commit 44cf9c1

Please sign in to comment.