Réponse apportée
[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...

plus de 6 ans il y a | 0

Réponse apportée
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 ...

plus de 6 ans il y a | 0

Réponse apportée
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

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
[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(...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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

plus de 6 ans il y a | 0

Réponse apportée
[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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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.

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
'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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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....

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
[HDL Coder] How to keep subsystems port names when applying input/output pipelining
Hi, Can you share the model and generated code? Thanks.

plus de 6 ans il y a | 0

Réponse apportée
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 ...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Trigger type 'either' is not supported for HDL code generation.
Can you share a sample model of your Stateflow usecase? Thanks

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 1

Réponse apportée
Rate transitions and HDL generation port requirement
hi michael, can you share the model to further understand the behavior? thanks

plus de 6 ans il y a | 0

Réponse apportée
how do i get the hdl code from simulink with sine waves in my model
Hi Shaurya, Can you share the model? Thanks.

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
Check Block Compatibiity Error
Can you share a sample model? Thanks

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 1

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 1

Réponse apportée
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...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 6 ans il y a | 0

Charger plus