Réponse apportée
Error while using HDL coder
Thanks for sharing the reproduction steps. Classes in MATLAB are not supported for fixed-point conversion. The cryptic error a...

presque 5 ans il y a | 1

Réponse apportée
want to convert my simulink model to VHDL using HDL workflow advisor
Does pulse detection example from his thread give you some clues on your approach the problem? https://www.mathworks.com/matlab...

presque 5 ans il y a | 0

Réponse apportée
Error while using HDL coder
Can you share your reproduction steps? It will help with the investigation. Design.m <algorithm you are trying to convert to C/...

presque 5 ans il y a | 0

Réponse apportée
Control the gain variable inside the generated IP block
please review this example Getting Started with Targeting Xilinx Zynq Platform https://www.mathworks.com/help/hdlcoder/ug/gett...

presque 5 ans il y a | 0

Réponse apportée
Hello. I'm traying to generate un HDL code from matlab user-definded function algorithm and got an error about function specialisation that I didn't understand.
Can you share a sample design.m, testbench.m and project file used for fixed point conversion? Thanks

presque 5 ans il y a | 0

Réponse apportée
HDL Code Generation for Hit Crossing Block
HDL code generation is currently not supported for Hit Crossing block. However Hit Crossing block functionality can be implement...

presque 5 ans il y a | 0

| A accepté

Question


HDL Code Generation for Hit Crossing Block
HDL Code generation is not supported for Hit Crossing block. How do you model this block for HDL Code generation using basic blo...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
MATLAB function block doesn't generate synthesizable HDL.
The issues you were facing are related to mix of incompatible single and double types in the model causing compilation issues ...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
MATLAB function block doesn't generate synthesizable HDL.
An operator or a block in Simulink can support all floating point types (for input, output and intermediate settings) that are...

presque 5 ans il y a | 0

Réponse apportée
What are MIL, SIL, PIL, and HIL, and how do they integrate with the Model-Based Design approach?
In a HIL setup, Simulation of plant models can be pretty compute intensive and challenging for CPU based simulators. Simscape t...

presque 5 ans il y a | 2

Réponse apportée
MATLAB function block doesn't generate synthesizable HDL.
https://www.mathworks.com/help/hdlcoder/release-notes.html R2019b New Features, Bug Fixes Model and Architecture Design HDL ...

presque 5 ans il y a | 0

Réponse apportée
Error in using rate transition for multiple clock domains
Some init scripts might be missing when I ctrl-d the model. For example I get the error. Variable 'activeLines' does not exis...

presque 5 ans il y a | 0

Réponse apportée
How to create a single dsp model that can be used for different fpga vendors (HDLcoder)
You can generate HDL code from variants. Attached is an example of the variant subsystem model using basic variant features. ...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
R2020b Update 6 Crashes After Opening HDL Workflow Advisor
This is helpful. This looks like error is happening during model compilation or simulation and unrelated to code generation. I w...

presque 5 ans il y a | 0

Réponse apportée
R2020b Update 6 Crashes After Opening HDL Workflow Advisor
This is not expected behavior. To workaround the issue can you reach out to https://www.mathworks.com/support/contact_us.html? ...

presque 5 ans il y a | 0

Réponse apportée
How to assign the name of a (multiple) port while using HDL Coder generate RTL from simulink
Resource Sharing For Area Optimization Additional Help for Sharing Factor https://www.mathworks.com/support/search.html?q=...

presque 5 ans il y a | 0

Réponse apportée
MATLAB function block doesn't generate synthesizable HDL.
I am attaching R2018a version of the model for viewing the contents of the MATLAB function. I recommend upgrading to latest rele...

presque 5 ans il y a | 0

Réponse apportée
MATLAB function block doesn't generate synthesizable HDL.
Try the attached sample model which shows how to MATLAB function block with floating point single precision code using native fl...

presque 5 ans il y a | 0

Réponse apportée
HDL coder error empty simulink object
>> mlhdlc_demo_setup('sysobj') you can see some of the examples in the product. >> ls mlhdlc_sysobj_ex.m mlhd...

presque 5 ans il y a | 0

Réponse apportée
How to create a single dsp model that can be used for different fpga vendors (HDLcoder)
>> But it won't load in my matlab version R2019b >> openExample('hdlcoder/DesignForEfficientDSPBlockMappingExample') Attached ...

presque 5 ans il y a | 0

Réponse apportée
How to assign the name of a (multiple) port while using HDL Coder generate RTL from simulink
>>As you see, input port of Demo is automatically expanded into in_0, in_1, in_2. My question is can the input name in RTL chang...

presque 5 ans il y a | 0

Réponse apportée
Min and Max error while using HDL-Coder
Can you share your MATLAB project file with DPCM_Func.m entry point function and input type definition? https://www.mathworks.c...

presque 5 ans il y a | 0

Réponse apportée
How to store the output of a repeating function (Matlab Function Block Simulink) ?
>> Do you have an idea how to detect multiple peaks not just one ? Can you consider Multiple enabled delays in a cascaded fashi...

presque 5 ans il y a | 0

Réponse apportée
Unrecognized function or variable 'vsim'.
Based on your snapshot of ver command above it looks like you do have access to HDL Verifier. Try using one of the following c...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
How to store the output of a repeating function (Matlab Function Block Simulink) ?
>> makehdl('pulse_detector_v4_with_index/Pulse Detector') ### Generating HDL for 'pulse_detector_v4_with_index/Pulse Detector...

presque 5 ans il y a | 0

Réponse apportée
HDLCoder The Block/HDLImplementation pair: ('modelsimlib/HDL Cosimulation', 'hdldefaults.ModelSimHDLInstantiation') is not registered in the implementation database.
should be the same underlying install issue you are facing here. https://www.mathworks.com/matlabcentral/answers/889352-unrecog...

presque 5 ans il y a | 0

Réponse apportée
How to store the output of a repeating function (Matlab Function Block Simulink) ?
% Hardware friendly implementation of peak finder % % Function inputs: % * WindowLen - non-tunable parameter defined un...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
struct memeber can not be Simulink.Parameter?
Can you share a sample model?

presque 5 ans il y a | 0

Réponse apportée
How to assign the name of a (multiple) port while using HDL Coder generate RTL from simulink
Can you share a sample model?

presque 5 ans il y a | 0

Charger plus