makehdl like functionality for MATLAB Algorithm HDL generation
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Nitinkumar Barot
il 13 Giu 2017
Risposto: Kiran Kintali
il 14 Giu 2017
How can we generate Native floating point hdl for generic target ( for ASIC/FPGA without locking to a particular vendor ), for a matlab function. We tried to generate this and it failed on function like 'floor'
0 Commenti
Risposta accettata
Kiran Kintali
il 14 Giu 2017
Native Floating Point generation for MATLAB code is on our roadmap. Code generation for all math functions with single precision types is only available in Simulink to HDL code generation workflow.
0 Commenti
Più risposte (1)
Tim McBrayer
il 14 Giu 2017
Native Floating Point code generation support was introduced in HDL Coder in R2017a for Simulink models. To instantiate a floor function, simply use the core Simulink Rounding Function block, with its rounding mode set to floor.
0 Commenti
Vedere anche
Categorie
Scopri di più su Native Floating Point in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!