Thread
:
out ports on the right side
View Single Post
#
1
(
permalink
)
09-23-2007, 09:43 PM
John Smith
Guest
Posts: n/a
out ports on the right side
Is there a good reason why VHDL doesnt allow to appear out ports on right side?
For example:
a <= s1;
This is allowed when s1 is signal and a is out port.
a <= b;
Isnt allowed when b is "out"
Thanks
John Smith