Is there a way to look at the binary values on a wire (a la Chipscope) while simulating using Simulink?
I have a chunk of a ROACH1 model that I’ve been designing and simulating in simulink. As I’m running my simulations, I need to check the values on some of the wires, and the only ways I know how to do that are with “gateway out” + “scope”, or “gateway out” + “to workspace” blocks. I would like to look at the binary values on wires, rather than doubles the gateway blocks give me, from a simulink simulation (like I can using Chipscope, except without actually compiling and running a boffile on the ROACH). Does anyone know a way to do this? Jay (yes, I can just num2bin() the output, but I wonder if there is another way)

