I follow this up with a check for negative values before using in the wait. ARM_command is a signal and WaitTime and CurrentTime are variables. And of course all these objects are of type time. This same calculation done directly in the wait statement gives no error.
Rick "rickman" Collins
rick.collins@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.
Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
Didn't find your answer? Ask the community — no account required.
A
Alan Fitch
^^^ now??
the
same
It sounds like Modelsim is confused. Is it actually an error, or just a warning? Having a signal read that is not in the sensitivity list is not an error. Can you disable Modelsim's synthesis checks?
If it's a warning, just ignore it.
If it's an error, it sounds like a bug.
regards
Alan
p.s. I know it's nothing to do with this error, but I'd check for negative values before assigning, just because I am paranoid (!). In particular I wonder what happens if you assign a negative time value to a variable of type time? e.g.
p.p.s. Reading the LRM shows I really am being paranoid, as type TIME is guaranteed to include the range -2**9+1 to 2^9-1, so negative time values in variables of type TIME are ok.
Alan Fitch
Consultant
DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * Perl * Tcl/Tk * Verification * Project
Services
Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, Hampshire, BH24
1AW, UK
Tel: +44 (0)1425 471223 mail:
alan.fitch@doulos.com
Fax: +44 (0)1425 471573 Web:
http://www.doulos.com
The contents of this message may contain personal views which are not
the
views of Doulos Ltd., unless specifically stated.
R
rickman
Yes, now, not "not".
The possibility of being negative was why I was using a variable instead of just sticking it in the wait statement. I thought it would be better to calculate it once and then test it and set to zero if negative. So now I have to do the calculation twice.
I am getting the same error from a different assignment now. The common point is that a signal is on the right hand side of the assignment and a variable is on the left. I am using the variable assignment operator, ":=". This is reported as an error, not a warning.
Last_Bus_Action := Bus_Command.Bus_Action;
In both cases, part of the right hand expression is an element in a record. The error reports the record "Bus_Command" as missing from the sensitivity list, not the element! Could the VITAL process have a bug in regards to dealing with record elements? This doesn't sound likely to me. But then I don't even know what the VITAL process is.
Maybe I need to contact Mentor about ModelSim.
Rick "rickman" Collins
rick.collins@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.
Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
A
Alan Fitch
That should have been -2**31+1 to 2**31-1, sorry.
instead
better
So
OK, sounds sensible.
common
and a
operator,
the
bug
likely
That is weird. I thought that VITAL was a label you'd used in your code, e.g.
vital: process...
But if it's not?
If it's vital as in "VITAL - VHDL Initiative Toward Asic Libraries" then I'd only expect to see it referred to if you were doing back-annotated gate level simulation?
Sounds like a good idea.
regards
Alan
Alan Fitch
Consultant
DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * Perl * Tcl/Tk * Verification * Project
Services
Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, Hampshire, BH24
1AW, UK
Tel: +44 (0)1425 471223 mail:
alan.fitch@doulos.com
Fax: +44 (0)1425 471573 Web:
http://www.doulos.com
The contents of this message may contain personal views which are not
the
views of Doulos Ltd., unless specifically stated.
B
Brian Drummond
If that's the case, then assigning the record field to an intermediate signal would probably "fix" it. Not nice, but as an expedient to (a) keep moving and (b) home in on the real problem, maybe worth trying.
-- parallel signal assignment tempAction
R
rickman
I already have a work around and have sent the problem to Xilinx (Mentor does not support the Starter Edition). But thanks.
Rick "rickman" Collins
rick.collins@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.
Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.