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

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.

Risposte (1)

Categorie

Scopri di più su Code Generation in Centro assistenza e File Exchange

Richiesto:

il 19 Mag 2022

Community Treasure Hunt

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

Start Hunting!

Translated by