How to Configure "use ieee.std_logic_unsigned.all; " in HDL Coder
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ashish Kumar
il 15 Mar 2015
Risposto: Tim McBrayer
il 16 Mar 2015
Is it possible to configure HDL Coder to generate VHDL code using "use ieee.std_logic_unsigned.all; " package ?
0 Commenti
Risposta accettata
Tim McBrayer
il 16 Mar 2015
The use of std_logic_unsigned, while convenient, is not supported by HDL Coder. Many people in the industry feel the use of the std_logic_unsigned and std_logic_signed packages can lead to a lack of clarity in VHDL code. The explicit use of the signed, unsigned, and std_logic types is a code style that leads to an unambiguous definition of each signal's type and an indication of what operations are permitted. This style is what is supported by HDL Coder.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su HDL Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!