Commit 7ab409c2 authored by Tristan Gingold's avatar Tristan Gingold

tests/counter/sim/ghdl: use && instead of ; to chain commands.

By Hackathlete.
parent 513fd771
......@@ -2,7 +2,7 @@ action = "simulation"
sim_tool = "ghdl"
sim_top = "counter_tb"
sim_post_cmd = "ghdl -r counter_tb --stop-time=6us --vcd=counter_tb.vcd; gtkwave counter_tb.vcd"
sim_post_cmd = "ghdl -r counter_tb --stop-time=6us --vcd=counter_tb.vcd && gtkwave counter_tb.vcd"
modules = {
"local" : [ "../../../testbench/counter_tb/vhdl" ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment