zeroasiccorp / switchboard

Communication framework for RTL simulation and emulation.
https://zeroasiccorp.github.io/switchboard/
Apache License 2.0
262 stars 20 forks source link

Hierarchy Simulation #255

Closed tthompsongmsi closed 2 months ago

tthompsongmsi commented 3 months ago

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.

tthompsongmsi commented 2 months ago

Code is working now.