Test of Active-HDL failes under CMD

parent 2431e387
...@@ -2,7 +2,9 @@ action = "simulation" ...@@ -2,7 +2,9 @@ action = "simulation"
sim_tool = "active_hdl" sim_tool = "active_hdl"
sim_top = "counter_tb" sim_top = "counter_tb"
sim_post_cmd = "vsimsa -do ../play_sim.do; avhdl wave.asdb" sim_post_cmd = (
"vsimsa -do ../play_sim.do\n\t\t"
"avhdl wave.asdb")
modules = { modules = {
"local" : [ "../../../testbench/counter_tb/vhdl" ], "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