This is more of a question than an issue. I was able to test the example in the python folder. I wanted to test my understanding of it by making a simple mux with a testbench that instantiates it. The mux has 3 inputs, a, b, and sel. a and b are 8 bits wide and sel is 1 bit. I'm not understanding how to connect an SB packet to the ports of this mux or the output of the mux to a transmitting packet.
This is more of a question than an issue. I was able to test the example in the python folder. I wanted to test my understanding of it by making a simple mux with a testbench that instantiates it. The mux has 3 inputs, a, b, and sel. a and b are 8 bits wide and sel is 1 bit. I'm not understanding how to connect an SB packet to the ports of this mux or the output of the mux to a transmitting packet.