HDL CODER. i need to deal with pins of the output port one by one not as 8 bit . how i can do this ?
3 ビュー (過去 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 ?
0 件のコメント
採用された回答
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
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
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!