Risposto
The computed word length of the result is 152 bits.
Some operation that you are performing on this data is growing the numeric result to 152 bits, and HDL Coder has a maximum bit l...

quasi 10 anni fa | 0

| accettato

Risposto
error while generating the VHDL code via system generator-"ERROR:cannot locate c:"
System Generator is a 3rd party product owned by Xilinx. You might have a better chance asking Xilinx support.

quasi 10 anni fa | 0

Risposto
How to solve "unsupported unbounded loop structure"?
Does your code have a while loop, a for loop with a non-static limit, or something similar? This sort of construct is what the ...

quasi 10 anni fa | 0

| accettato

Risposto
how to build DC wave which have a amplitude of 0 to 360 and frequency 50HZ
Your waveform looks like the output of a counter, counting from 0 to 360 repeatedly. You can use the HDL Counter block, configur...

circa 10 anni fa | 0

| accettato

Risposto
error in HDL code generation?
As you are discovering, HDL Coder is not a low-level schematic capture tool; nor does it generate HDL for analog designs. If...

circa 10 anni fa | 0

Risposto
hello , i m working in a project that deals with cryptography....i need to write code in vhdl...
Walter is mostly correct. HDL Coder has been able to generate HDL code directly from MATLAB code since R2012a. This design flow ...

circa 10 anni fa | 1

Risposto
SIMULINK -HDL CONVERSION ERROR
You have picked three blocks that are not supported for HDL code generation, as mentioned in the error messages. In addition you...

circa 10 anni fa | 1

| accettato

Risposto
i have matlab 2011,,can i genarate vhdl and verilog code for 2d dct from it by using hdl coder
In R2011b, the name of the HDL code generator was Simulink HDL Coder. It allows you to generate VHDL or Verilog code from Simuli...

circa 10 anni fa | 1

| accettato

Risposto
How reliable is the fixed point conversion of the Matlab HDL coder?
The float to fixed-point conversion in HDL Coder works by analyzing your design, using several different methods including simul...

oltre 10 anni fa | 0

Risposto
Matrix multiplication in MATLAB HDL Coder
You will need to algorithmically decompose your required matrix multiplication into its scalar equivalent operations. Even th...

oltre 10 anni fa | 0

Risposto
Tool boxes required to generate IP CORE from SIMULINK
HDL code and IPCore generation are provided by HDL Coder. HDL Coder has as required products MATLAB, Fixed-Point Designer and MA...

oltre 10 anni fa | 0

| accettato

Risposto
Generate validation model error
This is a generated model drawing error; the validation model is not fitting onto the Simulink canvas. It indicates a problem in...

oltre 10 anni fa | 0

| accettato

Risposto
HDL Coder - Generate RTL Code and IP Core ERROR
This error is coming directly from Xilinx Vivado, and seems pretty clear. For whatever reason, Xilinx wants your project root di...

oltre 10 anni fa | 1

| accettato

Risposto
HDL Coder Error. Undefined function or variable. The first assignment to a local variable determines its class.
What variables does the issue occur with? By inspection you do not define grayG1 if numberOfColorBands <= 1. Running the code in...

oltre 10 anni fa | 0

Risposto
Dear Sir, I have written LU Decomposition code for 8X8 matrix in MATLAB and converted into VHDL using HDL coder but when I am synthesizing it it is demanding more FPGA pins that my FPGA has, even my FPGA is having more than 600 pins.
It appears that your MATLAB code has 64 separate inputs, and that fixpt conversion is selecting anywhere from 3 to 7 bits per in...

oltre 10 anni fa | 2

| accettato

Risposto
I want to covert MATLAB code to VHDL code using HDL coder. But I am getting following error. I have changed values many times but even also I am getting the same error .
If you have a data value that isn't originally zero, but becomes zero when quantized to fixed point, you could get this message....

oltre 10 anni fa | 0

Risposto
How to convert ANN Simulink model to Xilinx Model
Xilinx System Generator is a separate product made by Xilinx and is focused only on Xilinx FPGAs. As I understand it, the entire...

oltre 10 anni fa | 0

Risposto
using vector signal instead of using mux signals
As you have found, you can use the Mux block to combine scalar signals into a vector of signals, and the Demux block to separate...

oltre 10 anni fa | 0

Risposto
Scalarize Vector Ports option get the HDL code running time is infinite
It's hard to say what might be happening here. How large are your vectors that you are trying to scalarize?

oltre 10 anni fa | 0

| accettato

Risposto
How to change the directory to run a hdl simulator?
No picture is attached, so I'm not entirely sure what your specific problem is. In general, you can change your current director...

oltre 10 anni fa | 0

| accettato

Risposto
Error: Cast between fixpt and floating point type is not supported
HDL Coder does not support conversion between double/single (IEEE-754) values and any other types. You do not want doubles in yo...

oltre 10 anni fa | 0

| accettato

Risposto
HDL coder random generator
HDL Coder does not support code generation for any of the Simulink Random Number generator blocks. You will need to implement a ...

oltre 10 anni fa | 0

| accettato

Risposto
Found an unsupported unbounded loop structure.
You have many loops of the form: for tp=toll2(nj):1:toll2(nj+1); ... end While you do not show the definition of |t...

oltre 10 anni fa | 0

Risposto
can we run HDL coder without testbench??
You can generate HDL code from a design with no testbench, but you will not be able to perform any validation of that code with ...

oltre 10 anni fa | 1

Risposto
can we use HDL coder for functions that have another functions inside themselve ??
There is no problem using nested functions in your MATLAB source to HDL Coder, as long as all constructs are supported and all l...

oltre 10 anni fa | 0

Risposto
buffering without using a buffer
If you are targeting VHDL via HDL Coder you will need some form of storage for your data; it has to be kept somewhere. The simpl...

oltre 10 anni fa | 0

Risposto
HDL coder not integrated in Filter Builder, Code Generation pane. R2014b
|HDL Coder| and |Filter Design HDL Coder| are two separate products. To generate HDL directly from the Filter Builder App you ne...

oltre 10 anni fa | 0

| accettato

Risposto
output data type of a simple discrete TF and its VHDL code generation
HDL Coder will generate code based off your Simulink model. If you provide a 16-bit input (either implicitly or explicitly defin...

oltre 10 anni fa | 1

| accettato

Risposto
why HDL coder behaves differently for "HDL counter"?
When HDL Coder has a linked library block for the HDL Counter (or any other block supplied with the tool), it can recognize the ...

oltre 10 anni fa | 1

Risposto
HDL Coder within subsystem on Simscape model
Yes, the approach you outline should work. Simscape blocks are not supported for HDL code generation but it seems that you are a...

oltre 10 anni fa | 0

Carica altro