limit to the number of processes?

M

MNQ

Guest
Hello All,

Is there a limit to the number of processes allowed in a behavioural
description?

If not, do the instructions inside them get executed at the same time. ie
two processes A and B contain an IF statement. Each IF statement is
independent from the other but clocked by the same clock. Would they both
run at the same time?

Thanks for any help.

MNQ
 
Hello MNQ,

(btw... strange name... :))

Is there a limit to the number of processes allowed in a behavioural
description?
The oly limit is the lines of code that your brain can handle... :))
And the physical limit of the hardware, but this is independant from the
processes.

If not, do the instructions inside them get executed at the same time. ie
two processes A and B contain an IF statement. Each IF statement is
independent from the other but clocked by the same clock. Would they both
run at the same time?
Absolutely true... At every rising (or falling) edge the synchronous
processes are run.

Greetz,

Thomas

--

No matter if you are going on-piste or off-piste, just hit the slope and
stay healthy!

For mail reply replace "nospam" with "kurth".
 

Welcome to EDABoard.com

Sponsor

Back
Top