inout

But u understand what I mean..

Paul Uiterlinden wrote:
Attila Csosz wrote:

inout port triggers self?

Processes are triggered, not ports.
 
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.
 

Welcome to EDABoard.com

Sponsor

Back
Top