How to generate verilog code for thisbelow function using HDL coder?

1 回表示 (過去 30 日間)
sanjai
sanjai 2022 年 5 月 19 日
回答済み: Bharath Venkataraman 2022 年 5 月 23 日
I want to know ,how to generate the verilog code for the below function(divide) using hdl coder.?
T = numerictype('Signed', false,...
'WordLength', 80,...
'FractionLength', 83);
a = fi(20);
b = fi(2);
c = divide(T, a, b);
Thank you.

回答 (1 件)

Bharath Venkataraman
Bharath Venkataraman 2022 年 5 月 23 日
You can use the real divide hdl optimized block. Other options include the reciprocal block followed by a multiply or the divide block in Simulink.

カテゴリ

Help Center および File ExchangeHDL Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by