Is HDL Coder capable of generating configurable code?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ethan Zheng
am 12 Aug. 2014
Beantwortet: Wang Chen
am 25 Aug. 2014
For example mapping, system variable into GENERIC in VHDL, and PARAM in Verilog?
0 Kommentare
Akzeptierte Antwort
Wang Chen
am 25 Aug. 2014
Hi Ethan,
GENERIC/PARAM is supported by HDL Coder when you use "Generate parameterized HDL code from masked subsystem" feature.
HDL Coder can generate one HDL file for multiple masked subsystems with different values for tunable mask parameters. The coder automatically detects atomic subsystems with tunable mask parameters that are shareable, and then generate GENERIC/PARAM for the parameters. Inside the subsystem, you can use the mask parameter only in the Constant and Gain block, and the data type of the multiple instances of the parameter must be the same.
Please see following documentations for details: http://www.mathworks.com/help/hdlcoder/ug/hdl-code-generation-pane-global-settings.html#bs2y2zq http://www.mathworks.com/help/hdlcoder/ug/generating-reusable-code-for-atomic-subsystems.html#bs6km_v-1
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu HDL Coder finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!