已回答
[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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受

已回答
[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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
[Fixed-point converter] Passing constant struct to entry point
please share dut.m and dut_tb.m with the sample code and data types. if you have project or input types to compile the code it w...

6 years 前 | 0

已回答
Exclude Signal from Delay Balancing
Can you share your model? This example shows how to balance delays in specific parts of a design, without balancing delays on t...

6 years 前 | 0

| 已接受

已回答
How can I convert my trained network in matlab into Verilog using HDL coder? Can you give me directions to proceed.
please connect with support@mathworks.com about this capability. Thanks.

6 years 前 | 0

| 已接受

已回答
'hdlv_copyfiles' used in an example doesn't work, and nothing comes up for that when I google. Is there a typo?
I think it is an example helper file. If the HDLVerifier is installed correctly the file should be at this location matlab/too...

6 years 前 | 0

| 已接受

已回答
stateflow hdl code generation hierachy flatten
This is a good suggestion. Unfortunately it is not currently possible to reduce the depth of logical paths during codegeneration...

6 years 前 | 0

| 已接受

已回答
How to serialize an HDL Coder function with a vector input ?
You can use mlhdlc_heq.m and mlhdlc_heq_tb.m example files on how to serialize input passed to the design. Thanks. https://www....

6 years 前 | 0

| 已接受

已回答
[HDL Coder] How to keep subsystems port names when applying input/output pipelining
Hi, Can you share the model and generated code? Thanks.

6 years 前 | 0

已回答
Trigger type 'either' is not supported for HDL code generation.
This is a known limitation with HDL code generation. Stateflow team at MathWorks has provided a modeling workaround. Please see ...

6 years 前 | 0

| 已接受

已回答
Trigger type 'either' is not supported for HDL code generation.
Can you share a sample model of your Stateflow usecase? Thanks

6 years 前 | 0

已回答
When using the HDL Workflow Advisor, why do I get errors in Task 1.2 that mention "Dot indexing is not support for variables of this type"?
Thanks for identifying the root cause of the issue. It is worth improving the error message. I do not see a model. Can you creat...

6 years 前 | 0

已回答
how do i get the hdl code from simulink with sine waves in my model
Hi Shaurya, Can you check these options? https://www.mathworks.com/help/hdlcoder/ref/sinehdloptimized.html https://www.mathw...

6 years 前 | 1

已回答
Rate transitions and HDL generation port requirement
hi michael, can you share the model to further understand the behavior? thanks

6 years 前 | 0

已回答
how do i get the hdl code from simulink with sine waves in my model
Hi Shaurya, Can you share the model? Thanks.

6 years 前 | 0

已回答
Generic port length when integrating existing HDL code with Simulink model using BlackBox
Can you share a model to describe your usecase? please also attach generated code and expected code with the blackbox settings u...

6 years 前 | 0

已回答
Check Block Compatibiity Error
Can you share a sample model? Thanks

6 years 前 | 0

已回答
Generic port length when integrating existing HDL code with Simulink model using BlackBox
Have you used the GenericList parameter in HDLCoder? Thanks GenericList Pass a cell array variable that contains cell arr...

6 years 前 | 0

已回答
Unable to find the software for XILINXLOGICORE
It is possible Xilinx LOGICORE is not avaialble with Vivado and you need to setup Xilinx ISE to use it. Please check Xilinx Docu...

6 years 前 | 1

| 已接受

已回答
Unable to find the software for XILINXLOGICORE
hi Samuel, There is a special Note about Vivado in the help text: Please note that Xilinx Vivado launcher for Windows i...

6 years 前 | 1

已回答
How to use Matlab generated c code for High Level Synthesis ?
Hi Shravan, I believe you are generating C code from MATLAB code using MATLAB Coder and trying it to take it through GAUT - Hig...

6 years 前 | 0

| 已接受

已回答
HDL Workflow Advisor change the name of the generated header file
This header file has the same name as the IP core. The IP core name can be set in Task 3.2 “Generate RTL Code and IP Core”. C...

6 years 前 | 0

| 已接受

已回答
Error: A cast between fixpt and floating point type is not supported
Hi Sandip, Since dwt2 is not supported out of the box, please consider using core MATLAB to HDL features and implement dwt2_fp...

6 years 前 | 1

已回答
Error: A cast between fixpt and floating point type is not supported
Hi Sandip, The issue here is not related to fixed-point conversion; HDL Coder currently does not support dwt2 function out of t...

6 years 前 | 0

| 已接受

已回答
Matlab HDL coder can not perform to send an image matrix to a matlab function.How to resolve it?
https://www.mathworks.com/help/hdlcoder/examples/image-enhancement-by-histogram-equalization.html 'mlhdlc_heq.m' (DUT) and 'mlh...

6 years 前 | 1

| 已接受

已回答
VHDL code generation and avoiding magic numbers?
Currently HDLCoder does not have the capaibility of generating all constants into pkg file. Please reach out to support@mathwork...

6 years 前 | 0

加载更多