Respondida
FPGA: Advantages coding conversion using HDL coder vs. direct coding in VHDL/Verilog
HDL Coder will generate bit true and cycle accurate HDL code from your Simulink or MATLAB design. It is not a synthesis tool; it...

alrededor de 11 años hace | 0

| aceptada

Respondida
How to convert Simulink project into Verilog or VHDL coding?
<http://www.mathworks.com/products/hdl-coder/ HDL Coder> will allow you to generate either VHDL or Verilog HDL code from either ...

alrededor de 11 años hace | 0

| aceptada

Respondida
Function 'inv' is not supported in HDL coder.
The short answer is that the function call to |inv| is not supported by HDL Coder, just like the message you received says. The ...

alrededor de 11 años hace | 0

Respondida
How to convert squareroot and arctan function to VHDL?
How would you implement this *not* on hardware, using the same set of operators that you have available? There are series expans...

más de 11 años hace | 0

Respondida
While using HDL coder in simulink received this error: Cannot find the implementation for block 'Filename/scope'
'Filename/scope' should never appear; the 'Filename' portion doesn't make any sense; that should be the name of a Simulink libra...

más de 11 años hace | 0

Respondida
connecting BPSK modulator to DAC
A DAC will need to be outside your synthesized design; HDL Coder does not generate code to convert from digital to analog. Ther...

más de 11 años hace | 0

| aceptada

Respondida
How can I create a testbench for recording and processing an audio signal??
For a MATLAB to HDL code project, you should be able to divide your code into your design (that will ultimately be placed on a F...

más de 11 años hace | 0

| aceptada

Respondida
Problem with simulink and HDL coder
It sounds as if the HDL data associated with your Stateflow.MATLAB Function block may have become damaged. I don't know if this ...

más de 11 años hace | 0

| aceptada

Respondida
Software Tools needed to develop Xilinx FPGA solution
Very briefly, these are the capabilities offered by the MathWorks tools you mention. # HDL Coder--HDL code generation from Si...

más de 11 años hace | 0

Respondida
Error with HDL Coder
There are three fairly clear messages reported here. 1) Single-precision types are not supported. This is just a message, not...

más de 11 años hace | 0

| aceptada

Respondida
implement a circuit in m.file
I can't help you with your domain issues, but you will need HDL Coder in order to convert a MATLAB file to VHDL or Verilog. I su...

más de 11 años hace | 0

Respondida
HDL Coder Undefined variable "emlhdlcoder" or class "emlhdlcoder.hdlverifier.getFILBoardList".
It sounds like HDL Verifier is not installed. Can you check to see if you have it installed? If it is you should see something s...

más de 11 años hace | 0

Respondida
Subscripting into an empty matrix is not supported using For Loop and if Statement
You don't really have enough information to go on here. Some clarifying questions: # What is the exact text of the error, and...

más de 11 años hace | 0

Respondida
No of Pipeline Stages in Verilog coming from an m file (or latency)
The short answer is that the conversion of the original untimed MATLAB code to sequential HDL requires multiple clock cycles to ...

más de 11 años hace | 0

| aceptada

Respondida
No of Pipeline Stages in Verilog coming from an m file (or latency)
The latency of a HDL Coder design should be output onto the Workflow Advisor output pane, on the HDL Code Generation tab. It wil...

más de 11 años hace | 0

Respondida
error generating VHDL code using HDL coder
HDL Coder comes with an extensive set of documentation that includes information on using the tools, configuring the tools, sett...

más de 11 años hace | 0

Respondida
HDL Resource Untilization does not match Synthsis Ouput
The short answer: no, there is no such setting. The resource reporting in HDL Coder correlates strongly with a textual analys...

más de 11 años hace | 0

| aceptada

Respondida
simple matlab code to VHDL code
The ability to convert MATLAB code directly to HDL code was added to the product with R2012a. With R2010a, the product was named...

más de 11 años hace | 0

Respondida
Interfacing BPSK modulator to SPI DA converter
I'm not sure if you are asking about a portion of yiour design, or the actual hardware that has been synthesized and the bitstre...

más de 11 años hace | 0

| aceptada

Respondida
m.file to VHDL
The error messages read clear to me. You need to: # Remove the use of *cell arrays* # Convert your script to a function (yo...

más de 11 años hace | 0

Respondida
RAM Mapping failed in HDL Coder
The warning is just that; a warning. The generated code should be perfectly fine. The design will use distinct registers for eac...

más de 11 años hace | 0

Respondida
How to Change the data type of MATLAB user defined function block in SIMULINK to a fixed point 8 bit or 16 bit
There are many ways to do this. The most direct will be to define the data type of the MATLAB Function block output using the Mo...

más de 11 años hace | 1

Respondida
Excessive use of resources by vhdl converted file from MATLAB (HDL CODER)
You can investigate Loop Streaming to see if it will address your issue. If it does not do so using the native matrix '+', you m...

más de 11 años hace | 0

Respondida
Simulink & System Generator USRP N210 problem
As you have discovered, the Cumulative Sum block is not supported for HDL code generation. You will need to decompose the parti...

más de 11 años hace | 0

Respondida
Does HDL coder supports Image processing tool box ???
HDL Coder does not currently support any blocks from the Image Processing Toolbox.

más de 11 años hace | 0

Respondida
problems with HDL coder
You need to write each variable before reading it. Is this occurring? HDL Coder requires some sort of typing information in orde...

más de 11 años hace | 0

Respondida
HDL code generation for rem and mod function in matlab simulink model
The blocks and modes of the blocks that are supported are documented in the HDL Coder documentation. If you are having difficult...

más de 11 años hace | 0

Respondida
I have following queries please resolve .
In general you do not want to use double data types anywhere in the HDL portion of your Simulink design. Floating point values a...

más de 11 años hace | 0

Respondida
HDL Coder Pipeline Sample Rate
HDL Coder has a diverse set of pipeline capabilities. It can add input and output pipelines, distribute delays automatically, en...

más de 11 años hace | 0

Respondida
How to generate a HDL code for a buck converter using Mtalab simulink and xilinx system Generator
HDL Coder does not support SimPowerSystems components. This is logical; you cannot synthesize power components onto a FPGA. You ...

más de 11 años hace | 1

| aceptada

Cargar más