回答済み
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...

約12年 前 | 0

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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, ...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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.

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

回答済み
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...

約12年 前 | 0

回答済み
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...

約12年 前 | 0

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0

| 採用済み

回答済み
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...

12年以上 前 | 1

| 採用済み

回答済み
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...

12年以上 前 | 2

| 採用済み

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0

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

12年以上 前 | 1

回答済み
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...

12年以上 前 | 0

| 採用済み

回答済み
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. ...

12年以上 前 | 2

回答済み
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 ...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 1

回答済み
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...

12年以上 前 | 0

| 採用済み

回答済み
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...

12年以上 前 | 0

| 採用済み

さらに読み込む