回答済み
Convert MATLAB ANN Model to HDL using HDL Coder
Can you share reproduction steps? Thanks

5年弱 前 | 0

回答済み
Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices
Please follow guidance from this thread. https://www.mathworks.com/matlabcentral/answers/882868-deep-learning-hdl-toolbox-suppo...

5年弱 前 | 0

回答済み
Deep Learning HDL Toolbox Support Package for Xilinx FPGA and SoC Devices
We understand you running into the issue during the hardware support package setup, while downloading the Linux image. Can you c...

5年弱 前 | 0

回答済み
start hdl coder from simulink model
We have seen this error when the DUT specification has a newline character. Launching HDL Coder app button in toolstrip has this...

5年弱 前 | 0

| 採用済み

回答済み
HDLCoder timing closure errors on hps2fpga brigde when scaling up a model.
You can reach out to support@mathworks.com to get additional help on the topic.

5年弱 前 | 0

| 採用済み

回答済み
HDLCoder timing closure errors on hps2fpga brigde when scaling up a model.
>> Im trying to scale up a motor control algorithm from 1 controller to 4 instances on HDLCoder This should be possible. Can yo...

5年弱 前 | 0

回答済み
how to generate sine wave for fpga?
Attached model generates HDL Code using HDL Coder. >> makehdl(gcb) ### Generating HDL for 'sine_cust_hdl/WaveGen HDL'....

約5年 前 | 0

回答済み
How do I convert between enumeration and integer types for use with HDL Coder?
Updated Answer (R2021a) HDL Code Generation for Data Type Conversion block supports enumerated data types in R2021a release. ...

約5年 前 | 1

回答済み
Making Simulink HDL Coder with Dynamic Input.
What version of MATLAB are you using? I am able to generate code for the 'masters_v5/DUT/HDL DUT' subsystem >> makehdl(gc...

約5年 前 | 0

回答済み
simulink _hdl coder
>> Error: Evaluation of emission function on class hdldefaults.Subsystem failed with the error message: >> MATLAB:UndefinedFunc...

約5年 前 | 0

回答済み
Simulink to HDL
>> Error: Evaluation of emission function on class hdldefaults.Subsystem failed with the error message: >> MATLAB:UndefinedFunc...

約5年 前 | 0

回答済み
How do I convert a fixed point or integer word to array of bits and vice versa?
Attached model in this repository shows how to do this using MATLAB Function Blocks. https://github.com/mw-kirank/HDL-Bit-Opera...

約5年 前 | 0

| 採用済み

質問


How do I convert a fixed point or integer word to array of bits and vice versa?
How do I build a model to convert word to bits and bits to word and generate HDL using HDL Coder?

約5年 前 | 1 件の回答 | 0

1

回答

回答済み
Serial communication through Matlab
This page can be helpful for this topic. https://www.mathworks.com/help/supportpkg/xilinxfpgaturnkeyboards/index.html

約5年 前 | 0

回答済み
Merging separate vivado project into RF SOM reference design and using external target interface
If this question is about merging multiple IP blocks built under different projects into a single bitstream, please contact supp...

約5年 前 | 0

回答済み
please help me to fix this error " HDL code generation for fixed point division is only supported when 'RoundMode' is 'Fix' or 'Nearest' "
If this is staill an issue please share dut.m (design) and testbench.m (testbench calling the design) and a project file that is...

約5年 前 | 0

回答済み
simulink model to hdl code
https://www.mathworks.com/matlabcentral/fileexchange/58941-hdl-coder-evaluation-reference-guide please refer to getting start...

約5年 前 | 0

| 採用済み

回答済み
How can I control the HDL FIFO in simulink to send data to the I/O of the De1soc for a given frequency?
Define Custom Board and Reference Design for Intel SoC Workflow https://ww2.mathworks.cn/help/hdlcoder/ug/define-and-register-c...

約5年 前 | 0

回答済み
Data Loos in a multi rate system in HDL Coder
https://www.mathworks.com/help/hdlcoder/ug/authoring-a-reference-design-for-audio-system-on-a-zynq-board.html Authoring a Ref...

約5年 前 | 0

回答済み
Error using exampleUtils.componentExamplesDir
This seems to be an installation issue. Can you try reinstall and if that doesn't work, can you contact support@mathworks.com?...

約5年 前 | 0

回答済み
Zedboard Sine wave implementation problem
Attached is a simple sine wave generation example suitable for HDL code generation.

約5年 前 | 0

回答済み
Getting multiple outputs on a single variable in MATLAB function block inside simulink.
Use this example to see how to extract a port of the image to stream into DUT suitable for HDL Code Generation.

約5年 前 | 0

回答済み
Problems encountered when converting simulink model, including From File block, to hdl code.
FromFileBlock can be used only as a source in the test bench outside the design under test (DUT). The source block is not suppor...

約5年 前 | 0

| 採用済み

回答済み
HDL Coder output port type needs to be std_logic_vector (8 downto 0)
Consider using hdlsetup command, it puts the model in ASIC/FPGA mode which generates full-precision arithmetic suitable for AS...

約5年 前 | 0

回答済み
hdl code generation from simulink model
All input ports are connected to DUT shold be connected with valid sample times. Run "hdlsetup" command and make sure all sampl...

約5年 前 | 0

回答済み
Error " Dot indexing is not supported for variable of this type" comes when tried to configure HDL Coder support package for Xilinx Zynq Platform.
This is not expected behavior. Can you share the issue and model/version details to support@mathworks.com?

約5年 前 | 1

回答済み
MATLAB 2018a HDL-coder : Failed Program target FPGA device.
(per Kiyoko notes) There are some old ISE reference designs shipped in Zynq Hardware Support Package. These cause confusion. H...

約5年 前 | 0

回答済み
HDL Coder giving Conformance error due to fi division
Without dut.m and testbench.m files and a MATLAB HDL Coder project it woudl be difficult to do further analysis. running the ...

約5年 前 | 0

回答済み
Blackbox Interface : Task "Build FPGA Bitstream" unsuccessful
Do one of the two things below before running synthesis. If you use blackbox interface you need to provide the necessary HDL ar...

約5年 前 | 0

回答済み
HDL Coder: Matlab stops working at code generation when generating high-level timing critical path report (Matlab 2015b)
You can check if this issue is already resolved. https://www.mathworks.com/support/bugreports/?&product[]=HD Reproduction step...

約5年 前 | 0

さらに読み込む