Beantwortet
HDL Coder Control Model
You want to take a look at the Fixed-Point Designer. It will help you convert your floating-point model to fixed-point arithmet...

etwa 12 Jahre vor | 0

Beantwortet
When I fix inputs in the matlab testbench (for hdl code conversion) , is the hdl code generated based on those inputs only?
HDL Coder will generate your DUT as stand-alone from the test bench. It will not fold the constant values from the testbench int...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
why the error and how to remove it : Could not open file variable. No such file or directory.
Your code is hitting an internal error inside float to fixed conversion. Since you don't detail exactly what you were doing at t...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Matlab power function passing HDL coder requirements
There are several ways that you could approach this, depending on your data types and value requirements. One big question is, ...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
What is the Fixed-Point function replacement for atan?
The list of functions supported for HDL code generation is in the <http://www.mathworks.com/help/hdlcoder/ug/fixed-point-run-tim...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Why is matlab crashing again and again when I try to convert simulink model to hdl?
If MATLAB is crashing please contact Customer Support at Mathworks.

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
How to remove the error : 'bus output must be defined by bus object for hdl code generation'.
Bus support in HDL Coder through R2013b does require bus objects to be defined for each bus. So, you will have to create bus obj...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
How to remove the error " Coder error: Found unsupported matrix type at output port: 0"?
Your output is a 3x3 matrix, so one possibility is to return 9 outputs, one for each matrix element. Another more hardware-frie...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
whether any .m file consists of MATLAB function of a transceiver program can be converted into its HDL code for FPGA implementation ? If yes then anyone can please guide me on that?
The HDL Coder documentation contains <http://www.mathworks.com/help/hdlcoder/ug/fixed-point-run-time-library-support.html the li...

etwa 12 Jahre vor | 0

Beantwortet
How do I input a large Excel data set when using HDL coder?
You need to make sure your dataset is being read by your testbench and then fed to your design in a hardware-friendly fashion. W...

etwa 12 Jahre vor | 0

Beantwortet
Reducing resource utilisation in HDL coder generated code
See the answer to your <http://www.mathworks.com/matlabcentral/answers/111211-reducing-area-utilization-in-hdl-code virtually id...

etwa 12 Jahre vor | 0

Beantwortet
Is there any way to convert a verilog code to .m code?
MathWorks does not offer a Verilog to MATLAB converter. For the second question, the product documentation or one of the reso...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
is it support the math funmction block to wave read function
HDL Coder will allow you to convert both MATLAB code and Simulink models containing MATLAB Function blocks to cycle-accurate VHD...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Error in HDL code generation?
HDL Coder's Stateflow support can only support a single input event to a given chart. If a chart has multiple input events, you...

etwa 12 Jahre vor | 0

Beantwortet
How can I create a test bench file from main m.file?
A testbench is just MATLAB code that provides input stimulus to your design, and also reads and verifies the outputs. A good tes...

etwa 12 Jahre vor | 0

Beantwortet
Is possible uses HDL Coder Generation with Discrete Transfer Fcn block
HDL Coder has supported the Discrete Transfer Function block since R2012a. I'm afraid you will have to upgrade if you wish to us...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
How to make a test bench file for a matlab m file??
A testbench is just MATLAB code that provides input stimulus to your design, and also reads and verifies the outputs. A good tes...

etwa 12 Jahre vor | 1

| akzeptiert

Beantwortet
how to convert mfile to vhdl code with out similink model
HDL Coder has supported HDL code generation from MATLAB code since R2012a. However, it does not and will never support the wavre...

etwa 12 Jahre vor | 2

| akzeptiert

Beantwortet
Does HDL Coder support Matrix Operations for Xilinx Virtex 6 implementation?
Right now matrix operations are not supported; you will need to decompose matrix operations into the appropriate collection of s...

etwa 12 Jahre vor | 0

Beantwortet
How to resolve an error stated as: "System Generator Cannot support triggered sample time in". while converting .mdl file to VHDL program.
The error you are receiving is being emitted by Xilinx System Generator, not by HDL Coder. You will need to either use the Xili...

etwa 12 Jahre vor | 0

Beantwortet
Xilinx blocks in Simulink
<http://www.mathworks.com/products/hdl-coder/ HDL Coder> is intended to generate bit- and cycle-accurate, *target-independent* V...

etwa 12 Jahre vor | 1

Beantwortet
Is HDL Coder able to do falling clock edge trigger?
HDL Coder cannot generate DDR code. It is planned for R2014a to support specifying either the positive or negative clock edge to...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Coder error: Found unsupported matrix type at output port: 0
The two outputs of _haar12.m_ are 8x128 arrays of doubles. These are matrices, and are not supported for HDL code generation. ...

etwa 12 Jahre vor | 2

Beantwortet
how to program an FPGA using VHDL ?
If you are hand-writing VHDL code, there is no algorithm in MATLAB that will let you program an FPGA. There is an entire class ...

etwa 12 Jahre vor | 0

Beantwortet
How to set the user defined function in MATLAB to have 8-bit integer datatype
Ultimately, you need to figure out where the doubles are creeping in; what is the first signal or value in your dataflow that is...

etwa 12 Jahre vor | 0

Beantwortet
image algo in hdl coder
The list of MATLAB functions supported by HDL Coder are clearly listed in the documentation at http://www.mathworks.com/help/hdl...

etwa 12 Jahre vor | 0

Beantwortet
Error in generated HDL code...
This has nothing to do directly with MathWorks products. There is no error in the generated code. Your HDL design simply has too...

mehr als 12 Jahre vor | 1

Beantwortet
HDL Code generation - exclusion of code
There is not a direct way to have a MATLAB Function block participate in Simulink simulation while not generating any HDL code f...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
Viterbi Decoder vitdec for HDL-Code generation
The Viterbi decoder is well supported for HDL code generation from both MATLAB and Simulink. This is amply demonstrated in the E...

mehr als 12 Jahre vor | 0

| akzeptiert

Mehr laden