[myhdl-list] Don't include `timescale 1ns/10ps into my module?
Brought to you by:
jandecaluwe
From: Neal B. <ndb...@gm...> - 2009-03-03 15:44:11
|
When I convert my module to verilog with myhdl, it starts with: `timescale 1ns/10ps How do I avoid writing that? I want to set this in the testbench and I think it would be a problem to try to set it in the module as well (I'm a verilog newb, so I might be misunderstanding something here). |