Respondida
issue in HDL coding tutorial on Matlab R2012a
'Documents\MATLAB\filter_sfir\codegen\mlhdlc_sfir\hdlsrc\codegen_info.mat' is a partial path. This path probably won't work unle...

casi 12 años hace | 0

Respondida
HDL Unit Delay Code Generation
No, the |Unit Delay Enabled Resettable *External IC* block| is not supported in R2013b. If you run the command |hdllib|, it will...

casi 12 años hace | 0

Respondida
Error after initializing HDL Coder
Try setting the path to ISE in your Windows environment before starting MATLAB. Your command is only trying to get access to IS...

casi 12 años hace | 0

Respondida
how can I make the input to HDL FIFO Scalar ?
The signal attached to the HDL FIFO's 'In' port must be a scalar; its dimensions must be static, a [1x1] matrix. To help you und...

casi 12 años hace | 0

Respondida
How to get variable frequency sinewave that can be converted to verilog using HDLCODER
How would you build a single-frequency sine wave generator? How would two single-frequency sine wave generators operating at dif...

casi 12 años hace | 0

| aceptada

Respondida
HDL Unit Delay Code Generation
You don't mention your software version. The supplied model works cleanly in R2014a, generating the correct HDL for the model.

casi 12 años hace | 0

| aceptada

Respondida
how to convert rs encoder (simulink) to vhdl ?
HDL Coder comes with an extensive set of documentation designed to take you step by step through the entire code generation proc...

casi 12 años hace | 0

| aceptada

Respondida
How can i take the output of a phase accumulator as clock by taking 24th bit
There are a rich set of bit manipulation blocks supplied with HDL Coder. To get a dynamically generated library of all HDL-capab...

casi 12 años hace | 0

Respondida
How can I implement the LMS filter?
I think you are asking how to run real-time sound through a hybrid Simulink and FPGA simulation. The best approach will be to us...

casi 12 años hace | 0

Respondida
convert to vhdl from comand widows
The translation of MATLAB code to HDL code is accomplished with HDL Coder. You left out too much information (primarily data typ...

casi 12 años hace | 0

Respondida
m*array not supported in hdl code generation
The dimensional slicing that you are attempting to perform is not supported by HDL Coder. If you have a 3D array as shown above,...

casi 12 años hace | 0

| aceptada

Respondida
problem found in hdl coder
You have a loop from |1:n-1| , where |n| is |length(x)| . You also have an inner loop from |1:(n-m)| , where |m| is the current ...

casi 12 años hace | 0

| aceptada

Respondida
I cannot find the HDL coder in Matlab r2013b?
HDL Coder is a separately licensed piece of software and must be purchased in addition to MATLAB. If you have purchased HDL Code...

casi 12 años hace | 0

Respondida
Looking for a way to change Simulink parameters at or after compile time with HDL coder
HDL Coder has a limited capability to generate generic values. These appear as a |GENERIC| port in VHDL or as a |PARAMETER| in ...

casi 12 años hace | 0

| aceptada

Respondida
Error occurred when converting simulink block to HDL code
Try swapping out the multiply block for a gain block, since you are multiplying by a constant. Other than that, you might want t...

casi 12 años hace | 1

Respondida
unexpected matlab expression during hdl code generation
I think that HDL Coder will have a hard time with your variable loop bound; this is hard to build hardware for. I have no issues...

casi 12 años hace | 0

Respondida
How to deal with functions that are not supported in HDL coder?
One way to replace the use of |coder.extrinsic| is to replace the behavior of your call with a lookup table. This works best wh...

casi 12 años hace | 0

Respondida
does matlab r2012b has simulink hdl coder
Simulink HDL Coder was introduced as a product in R2006b. In 2012a, we added the capability to generate HDL code directly from a...

casi 12 años hace | 0

| aceptada

Respondida
.wav file can became input fpga kit ????
Yes. You may use any and all capabilities of MATLAB (that you have licenses for) in the test bench of a design. HDL restriction...

casi 12 años hace | 0

Respondida
generate simulink model from VHDL code?
No, there is no capability within HDL Coder to generate Simulink from HDL; the tool works exclusively in the other direction. ...

casi 12 años hace | 0

| aceptada

Respondida
HDL coder example in Getting Started Guide
Is MATLAB's current working directory the same as the directory with the function file, the test bench file, and the project fil...

casi 12 años hace | 0

| aceptada

Respondida
Simulink block for input: constant block not supported in HDL Coder
Does your constant block happen to be named "/constant"? From the error message, the leading forward slash seems to be the abnor...

casi 12 años hace | 0

Respondida
How to add Xilinx synthesis tool in the HDL Workflow advisor
There are two ways that you can do this: # Add Xilinx to your Windows path before starting up MATLAB # Use |*hdlsetuptoolpat...

casi 12 años hace | 0

| aceptada

Respondida
some unsupported loop problem in matlab function block in simulink. even though the output of the previous block displays only single vector of output, the matlab function displays more than one input vector.
With virtually no information in your question, I am going to hazard a guess that you have a *|while|* loop in your MATLAB code....

casi 12 años hace | 0

Respondida
Block comptibility check failed
For the triggered subsystem initial values: set the initial port value to 0, not [0]. You don't mention what version of MATLAB y...

casi 12 años hace | 0

| aceptada

Respondida
In Simulink ,the pn sequence generator(essential blk) in frame based mode s not being accepted by the hdl converter. But the output of the pn sequence generator is given to a serial to parallel converter. What cud b the alternative for this?
Frame based models are not supported by HDL Coder. You will need to convert your design to a sample based format. Frames can ex...

casi 12 años hace | 0

Respondida
I can't running my hdl coder in my mac 10.9.1!!! i don't see that tool!! Help
HDL Coder is not available for Mac OS X. It is available for 64-bit Linux, 32-bit Windows, and 64-bit Windows. Please reference ...

casi 12 años hace | 0

Respondida
Can I export Simulink block parameters to the VHDL entity port list?
This capability is not currently available in HDL Coder. It is a requested feature, though, and may end up in the product in the...

alrededor de 12 años hace | 0

| aceptada

Respondida
is it possible to write the VHDL coding in Matlab?
The HDL Coder product allows you to generate cycle-accurate VHDL or Verilog from a MATLAB or Simulink design. See the <http://ww...

alrededor de 12 años hace | 1

Respondida
Possible to generate HDL Code from Stepper Motor model?
No Simscape blocks are supported for HDL Code generation. I am curious as to what sort of HDL Code you would expect to be gen...

alrededor de 12 años hace | 0

Cargar más