very basic question:
How do I know where the port/signal/value should be placed on which side of the arrows?
I noticed that by switching
port_a => x
to x <= port_a
which seems very equal, I got an error.
Also, x => port_a
dont work
I even do not know which way the arrows should point.
Answers are really appreciated!