V
Valentin Tihomirov
Guest
I understand that entity defines inteface restricting the range of signals
available for communication with instances of that entity. May be there is
no much sense to bypass the restriction but I consider this opportunity to
be used in test bench.
uut: entity UART port map (
.....
);
--stimulate uart
--wait until transmitter is empty
wait until uut.transmitter.busy = '0';
-- go on
available for communication with instances of that entity. May be there is
no much sense to bypass the restriction but I consider this opportunity to
be used in test bench.
uut: entity UART port map (
.....
);
--stimulate uart
--wait until transmitter is empty
wait until uut.transmitter.busy = '0';
-- go on