필터 지우기
필터 지우기

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 CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by