Re: [myhdl-list] Don't include `timescale 1ns/10ps into my module?
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2009-03-03 21:12:01
|
On Tue, Mar 3, 2009 at 2:48 PM, Jan Decaluwe <ja...@ja...> wrote: > Neal Becker wrote: > > When I convert my module to verilog with myhdl, it starts with: > > `timescale 1ns/10ps > > > This could be changed: the default could be not to include a timescale > directive and only include it if the user sets the attribute. > Feedback welcome. > Yes, I like that option. Default it is disabled and only enabled when the user adds it via the attribute. The default case would be that Verilog and VHDL are similiar, correct? |