B
Brad Smallridge
Guest
Can anybody tell me what the difference in simulation and synthesis by
putting what I call assignments inside processes? The only thing I can tell
is that in ModelSim, the workspace list will have a process name label on
the assignament rather than a line__xx label.
a <= b and c;
or
a_procrocess(b,c)
begin
a <= b and c;
end process;
Brad Smallridge
AiVision dot com
putting what I call assignments inside processes? The only thing I can tell
is that in ModelSim, the workspace list will have a process name label on
the assignament rather than a line__xx label.
a <= b and c;
or
a_procrocess(b,c)
begin
a <= b and c;
end process;
Brad Smallridge
AiVision dot com