Beantwortet
HDL Advisor Crashing on startup; Error using sdi.Repository/getProperty
This is issue is not reproducible. >> hdladvisor('hdlcoder_sfir_fixed_stream/DUT') Updating Model Advisor cache... Model ...

etwa 5 Jahre vor | 0

Beantwortet
warnings in hdl code generation
Begin with one of the predefined HDL templates to avoid such warnings. % Simulink >> create new model >> and select HDL Cod...

etwa 5 Jahre vor | 0

Beantwortet
Convert Code Containing Global Data to Fixed Point
Use Persistent Variables instead of Global Variables when translating MATLAB to HDL Code. See doc and best practices in HDL Code...

etwa 5 Jahre vor | 0

Beantwortet
HDL code generator problem
You need to use streaming inputs for HDL Code Generation. See MATLAB to HDL examples here. >> mlhdlc_demo_setup('heq') >> mlhd...

etwa 5 Jahre vor | 0

Beantwortet
HDL Coder gives Error Message: Evaluation of elaborate function on class hdldefaults.TrigonometricFunction failed
This issue is not reproducible. Attached model uses sin cordic with 11iterations on sfix65 input type. >> makehdl(gcb) ...

etwa 5 Jahre vor | 0

Beantwortet
Simulink HDL Coder D-FF With Trigger that isn't clock
Thanks for attaching reproduction steps. I have used trigger as clock feature to see if this addresses your question. ...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
how can i demodulate an FM signal without using any function?
You can refer to product documentation about MATLAB coding style suitable for HDL Code Generation. web(fullfile(docroot, 'hdl...

etwa 5 Jahre vor | 0

Beantwortet
how to connect to enable matlab to be connected to a custom board which not originally from the zynq bendor
Create your own custom reference design for integrating the generated IP core into the target SoC device, Speedgoat board, or ...

etwa 5 Jahre vor | 0

Beantwortet
What is the difference between HDL coder and System Generator blockset?
HDL Coder generates synthesizable RTL code generation from Simulink, MATLAB, Stateflow, and Simscape for ASIC/FPGA soltuions. Xi...

etwa 5 Jahre vor | 0

Beantwortet
I am trying to convert matlab code to verilog HDL (HDL coder), But i am getting the following error, can anyone please suggest a solution.
HDL Code generation from MATLAB requires streaming inputs. Please refer to the following example. >> mlhdlc_demo_setup('heq')

etwa 5 Jahre vor | 0

Beantwortet
Generic port length when integrating existing HDL code with Simulink model using BlackBox
The problem was reproduced and reported to the development team. HDL Coder currently supports value generics (generic values t...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
HDL Workflow advisor error
Can you share a small reproduction model and the release you are seeing this issue? Thanks

etwa 5 Jahre vor | 0

Beantwortet
Simulink HDL Coder D-FF With Trigger that isn't clock
Can you share a sample model?

etwa 5 Jahre vor | 0

Beantwortet
HDL Coder streaming input instead of vector
Can you share a sample model that explains your usecase?

etwa 5 Jahre vor | 0

Beantwortet
HDL Workflow advisor on Intel SoC... Error in Quartus while synthesis: Error (272006): In lpm_divide megafunction, LPM_WIDTHN must be less than or equals to 64
Please attach "dut.m" and "testbench.m" file and the HDL Coder project file (.prj) for further analysis and guidance.

etwa 5 Jahre vor | 0

Beantwortet
System Generator: HDL Black Box include mem files.
Are you referring to Xilinx System Generator (XSG) model usecase here? Can you share the model with the issue? What release are ...

etwa 5 Jahre vor | 0

Beantwortet
How to link the fixed point tool result back to HDL coder inside filter design tool?
You can export the filter from FDATool to Simulink via File->Export to Simulink Model, click the “Realize Model” button and run ...

mehr als 5 Jahre vor | 0

Beantwortet
Error when generating test bench
Need dut.m and testbench.m and a project file (with data type settings, HDL settings) to debug such floating point to fixed poit...

mehr als 5 Jahre vor | 0

Beantwortet
HDL Reciprocal speed limitation?
For HDL Code Generation there are now several custom latency choices now available for divide, reciprocal and sqrt fixed-poi...

mehr als 5 Jahre vor | 0

Beantwortet
HDL Coder RAM generation for an array
RAM mapping is an area optimization that maps storage and delay elements in your MATLAB® code to RAM. Without this optimization,...

mehr als 5 Jahre vor | 0

Beantwortet
Error: HDL Verification --> Verify with HDL TestBench
This error is not reproducible in R2020a/R2020b/R2021b versions. Please attach design.m and testbench.m and the project with set...

mehr als 5 Jahre vor | 0

Beantwortet
How to do an HDL Coder design with asynchronous clocks and do resource sharing?
There are many ways to do this in HDL Coder. You can generate code for each clock domain in a seperate DUT IP core or Model Refe...

mehr als 5 Jahre vor | 0

Beantwortet
Error Found unsupported dimensions on matrix type at output port:
Attached are few examples of how to code matrix multiply in HDL Coder.

mehr als 5 Jahre vor | 0

Beantwortet
The fixed-point attributes of the stages of a cascade cannot be changed in FDATOOL. They must be set before cascading
Consider creating a simulink model and generating Verilog HDL from the generated model after further customizations.

mehr als 5 Jahre vor | 0

Beantwortet
Latch logic is detected for variable 'start_token', failed to import Simulink model. Hdl Import parse failed.
I think you have hit a limitation of the Verilog importer. The importer only supports a small subset of Verilog language suitabl...

mehr als 5 Jahre vor | 0

Beantwortet
HDL Coder Buffer Problem
Can you attach the model? Thanks

mehr als 5 Jahre vor | 0

Beantwortet
Getting error while generating hdl code
What version of MATLAB and HDL Coder are you currently using? Can you share output of 'ver' command? I wonder if you have an b...

mehr als 5 Jahre vor | 1

Beantwortet
Implementation of a SystemVerilog block in a Simulink simulation
https://www.mathworks.com/help/hdlverifier/matlab-cosimulation.html Consider using cosimulation feature. You can also integr...

mehr als 5 Jahre vor | 0

Beantwortet
Can SimEvent library components be used with HDL Coder?
HDL Code Generation is supported for SimEvents Blocks. Consider sharing your usecases by reaching out to support@mathworks.com...

mehr als 5 Jahre vor | 0

Beantwortet
Trenz Electronic TE0820 support in HDL coder toolbox
>> I want to create the algorithm as Simulink models and execute these models in Simulink external mode for debuging and data ga...

mehr als 5 Jahre vor | 0

| akzeptiert

Mehr laden