Updates to the sim timescale option

- Updated the timescale option to not include "=" in between the
    timescale directive and the value passed. See #181 for further
    details
This commit is contained in:
Rahul Behl 2019-07-25 17:39:33 +05:30 committed by Philipp Wagner
parent cee2e9396f
commit 76ac3ef658

View file

@ -22,4 +22,4 @@ targets:
- ibex_tracing_tb
tools:
modelsim:
vlog_options: [-timescale=1ns/1ns]
vlog_options: [-timescale 1ns/1ns]