Answered
Implementation Latency of Blackbox Subsystem when using oversampling
Hi Dominque, Is it possible to share a mockup model with the basic configuration of doc block based blackbox as you describe an...

6 years ago | 0

Answered
FFT HDL Optimized for HDL Coder(When generate RTL Code and Testbench,occur error:)
This is an unexpected internal error. I believe it is fixed in subsequent release. By any chance are you using a reciprocal of s...

6 years ago | 0

| accepted

Answered
Error in Simulink Model: "Error in hdl.serializer 1D/getOutputSizeS: Index exceeds the number of array elements (0)"
Hi Samuel, We are not aware of this issue. Can you share your model and reproduction steps? Thanks

6 years ago | 0

Answered
How to implement periodogram block in HDL coder?
Happy to consider this suggestion. May I know your application using periodogram on asic/fpga?

6 years ago | 0

Answered
How to generate a fixed point HDL Code from a Simscape Electrical model ?
Typically fixed-point conversion leads significant numerical challenges on this model due to large dynamic ranges of the state-s...

6 years ago | 0

Answered
'vsim' requires HDL Verifier.
Are you just trying to launch Qeustasim from within MATLAB? You should try this command in MATLAB to launch the executable from...

6 years ago | 1

Answered
[HDL Coder] Bug: Fixed point converter does not descend into System Objects
Unfortunately the development team cannot reproduce the issue. Is it possible the attached reproduction steps are not sufficient...

6 years ago | 0

Answered
Can I generate HDL Code for models with Xilinx System Generator blocks?
While running the simulation using the TCL script generated by HDL Coder, HDL Coder generates SysGen_with_HDL_Coder_CustomTCL_ru...

6 years ago | 0

Answered
Can I generate HDL Code for models with Xilinx System Generator blocks?
If you have access to R2018a can you try to reproduce the issue in that release? We suspect this is already resolved in 18a rele...

6 years ago | 0

Answered
How can I convert MATLAB Code to VHDL Code?
https://www.mathworks.com/products/hdl-coder.html HDL CoderTM generates portable, synthesizable Verilog® and VHDL® code from ...

6 years ago | 0

Answered
VHDL Coder Error: "Found an unsupported unbounded loop structure"
It looks like the error is originating from the unsupported functions calls on these lines. HDLCoder team is aware of the i...

6 years ago | 1

| accepted

Answered
Can we import any schematic Xilinx Vivado to MATLAB Simulink
>> help importhdl importhdl Import HDL code (Verilog) and generate Simulink model. Can this feature help your usecase? Tha...

6 years ago | 0

Answered
Can we convert a HDL code into MATLAB code directly in MATLAB
You can import your verilog module to Simulink. Will this be of help? >> help importhdl importhdl Import HDL code (Verilog)...

6 years ago | 0

Answered
Can anybody help me to convert 2018b simulink model file to 2015b simulink model file?
I am attaching models exported to 15b. You may need a bit more work on the model. Please replace the block with your version in ...

6 years ago | 0

Answered
VHDL Coder Error: "Found an unsupported unbounded loop structure"
Typically this error means you have loop bounds that are not static and determinable at compile time. Compiling MATLAB functions...

6 years ago | 0

Answered
Generating HDL code error in the example "HDL Optimized QPSK Receiver with Captured Data"
This is a bug in HDL test bench generation. Please reach out to support@mathworks.com with reproduction steps.

6 years ago | 0

Answered
HDL Coder with error but empty Build Log
This looks like C compiler bug when compiling the MATLAB generated C code to create mex file. Can you please share reproduction ...

6 years ago | 0

Answered
How do I generate HDL code from a masked subsystem that is not at the model's root level in Simulink?
This limitation is now resolved in the upcoming 20b pre-release of HDLCoder.

6 years ago | 0

Answered
Possible to generate HDL from 5G Toolbox Code?
Please refer to product documentation here that could be of help. https://www.mathworks.com/products/lte-hdl.html

6 years ago | 1

| accepted

Answered
CIC compensation hdl generation error
Thanks for the model. I believe the block is not supported for HDL code generation. Please contact support@mathworks.com for the...

6 years ago | 0

Answered
IFFT HDL optimizer block to HDL coder conversion
Based on the description of the issue this may already resolved in latest version of MathWorks. Please reach out to support@math...

6 years ago | 0

Answered
CIC compensation hdl generation error
I cannot generate HDL from the attached model and reproduce the error? Can you attach the correct version of the model? Thank yo...

6 years ago | 0

Answered
IFFT HDL optimizer block to HDL coder conversion
Can you provide us a sample example and the version of MATLAB you are using?

6 years ago | 0

Answered
[HDL Coder]: BUG?/ Function Location missing in Error Report -> find variable by name?
We got to compile the snippet in Simulink using MATLAB function block, looking into the standalone MATLAB issue. Thanks for repo...

6 years ago | 0

Answered
[HDL Coder]: BUG?/ Function Location missing in Error Report -> find variable by name?
MATLAB code with variable dimensions in MATLAB is not suitable for mapping to hardware. Noting the enhancement to improve the er...

6 years ago | 0

Answered
hdl coder error when compiling stateflow
Can you attach a small version of the model to reproduce the error? "Enumerated name 'IN_NO_ACTIVE_CHILD' is present in types ...

6 years ago | 0

Answered
HDL Coder reset - asynchronous and synchronous possible?
Currently it is not possible. The generated code uses either sync or async reset. Can you explain your usecase? Thanks

6 years ago | 0

| accepted

Answered
How can I modify mapping options in HDL Workflow Advisor in Simulink?
After code generation HDLCoder creates a Vivado Project and configures the project with generated files. You should see a link t...

6 years ago | 0

| accepted

Answered
[Fixed-point converter] Passing constant struct to entry point
I have used coder.Const as shown in the example mlhdlc_tutorial_image_hdr.m on the first option. exArgs = {int16(1), int16(...

6 years ago | 0

| accepted

Answered
Importing hdl code changes signal type, and it's super annoying to convert it back for sim
can you share the vhdl file and the version of MATLAB and HDLCoder used for hdlimport? thanks

6 years ago | 0

Load more