![]() |
|
|
|
#1 |
|
inout port triggers self?
Attila Csosz |
|
|
|
|
#2 |
|
Posts: n/a
|
Attila Csosz wrote:
> inout port triggers self? Processes are triggered, not ports. -- Paul. |
|
|
|
#3 |
|
Posts: n/a
|
But u understand what I mean..
Paul Uiterlinden wrote: > Attila Csosz wrote: > >> inout port triggers self? > > Processes are triggered, not ports. > |
|
|
|
#4 |
|
Posts: n/a
|
Attila Csosz wrote:
> Paul Uiterlinden wrote: >> Attila Csosz wrote: >> >>> inout port triggers self? >> >> Processes are triggered, not ports. >> > But u understand what I mean.. > No, I don't see what inout ports has to do with it. Simplest self-triggering process: clk <= NOT clk AFTER 1 ns; Any other process that assigns to a signal that is also in the sensitivity list or wait clause triggers itself. Whether the signal is a formal port of mode inout is irrelevant. -- Paul. |
|