have a port like:
component DMA_in {
portout in0
portout in1
portout in2
portout in3
}
On its own it displays ok, but when wiring it with other components it sometimes renders the ports in different order, such as
in2
in1
in0
in3
is there a way to tell it to render the ports at a fixed position?