TheSystemDevelopmentKit / rtl

Package for rtl (i.e. Verilog and VHDL ) simulation control
Other
1 stars 2 forks source link

Add timescale statement to verilog testbench #74

Closed mkosunen closed 1 year ago

mkosunen commented 1 year ago

Added `timescale directive to the verilog testbench. This setting corresponds the values set by commnad line arguments, i.e time is presented as integers of the time resolution.

I am not very confident that this is mandatory or desired feature.

mkosunen commented 1 year ago

Approved offline