필터 지우기
필터 지우기

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

조회 수: 6 (최근 30일)
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 ?

채택된 답변

Kiran Kintali
Kiran Kintali 2019년 2월 5일
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:

추가 답변 (1개)

Kiran Kintali
Kiran Kintali 2019년 2월 1일
Can you please check 'eml_hdl_design_patterns' for examples?
It has bit twiddler blocks and ideas on how bitslice and stream data from words to bits.
Thanks
  댓글 수: 1
rabei shwehdi
rabei shwehdi 2019년 2월 2일
HI. thank you for answer .
my question actually is how to send data to pin 0 of the pmod instead to deal with the port as 8 bit .
in hdl advisor we can only select the port as an input or output , but we can not select which pin of the port we want to use . we can deal with the port as 8 bit data only.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by