Help with `timescale compiler directive please!...

On Wednesday, July 21, 1993 at 8:59:47 AM UTC-7, Avrum Warshawsky wrote:
S C Creaser (scc...@ecs.soton.ac.uk) wrote:
: When using these modules within a design i have made, together with modules
: of my own i get the error :
:
: \"file.v\", 2: module (test) has a `timescale directive but previous modules
: do not
We have encountered this message many times, and in at least the version
we are using (1.6a.5) it is BACKWARDS. What it really means is that module
(test) has NO `timescale directive but previous modules DO. Check that
there really is a `timescale in file.v before line 2.
--
Avrum Warshawsky
Hewlett-Packard (Canada) LTD.
Panacom Automation Division av...@waterloo.hp.com

If you are compiling a list of files, the order matters. Make sure the first file you are compiling has a `timescale at the beginning.
 

Welcome to EDABoard.com

Sponsor

Back
Top