MATLAB: HDL CODER. i need to deal with pins of the output port one by one not as 8 bit . how i can do this

hdl coder uutput pinssimulink coder

Hi . I am using simulink hdl coder . but i need to deal with pins of the output port one by one not as 8 bit . how i can do this ?

Best Answer

HDLCoder does support specification of which pin of the 8 bit to use to map to the DUT.
Following example demonstrates how to select different pins of the 8 bit LED and map them to several different DUT ports:
Related Question