Commit aabe6c84 authored by Adrian Fiergolski's avatar Adrian Fiergolski

Disable optimisations in order to have visibility of counter's signal.

parent 9bf38895
......@@ -2,7 +2,7 @@ action = "simulation"
sim_tool = "modelsim"
top_module = "counter_tb"
sim_post_cmd = "vsim -do ../vsim.do -i counter_tb"
sim_post_cmd = "vsim -novopt -do ../vsim.do -i counter_tb"
modules = {
"local" : [ "../../../testbench/counter_tb/verilog" ],
......
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