Respondida
Are there Simulink guidelines for choosing ufix1 vs. boolean?
A ufix1 type is an arithmetic type--it represents a number. You can add, subtract, etc., with it. It can represent the numeric v...

más de 7 años hace | 0

| aceptada

Respondida
hdlcoder mwdot stopped working
mwdot is used to provide a layout of the model that HDL Coder generates to capture any changes from the original model that you ...

más de 7 años hace | 0

| aceptada

Respondida
Why simple digital intergrator can not work in HDL Coder
The Native Floating Point implementation for the DTI uses addition, which is pipelined by default. You can change the NFP settin...

más de 7 años hace | 0

Respondida
Is it possible to have a simulink model and run a co simulation using the model along with verilog either user created or from the HDL Coder?
Yes. The HDL Verifier tool allows cosimulation between Simulink and HDL code. This code can be generated by HDL Coder, or it can...

más de 7 años hace | 1

| aceptada

Respondida
why the error is occuring while converting from simulink to vhdl?
Are you using Xilinx System Generator, and if so, is it at the top of the design hierarchy? If so, you need to fix that, just li...

más de 7 años hace | 0

Respondida
how to convert simulink model into vhdl coder
HDL Coder generates platform independent, bit-true and cycle-accurate VHDL or Verilog code from a compliant Simulink model or su...

más de 7 años hace | 1

Respondida
simulink integrator block to VHDL?
For HDL code, you need to think in discrete time steps. So, you can use the |Discrete-Time Integrator| instead of the continuous...

más de 7 años hace | 0

| aceptada

Respondida
How to generate the video to VHDL code generaion in MATLAB?(HDL Code)
As the Readiness report states, you are using several functions not supported for HDL code generation. The |VideoReader| object ...

más de 7 años hace | 0

Respondida
Support for triangle wave generator in hdllib
A simple counter, suitably configured for your needs (i.e. the number of steps, output data type, and sample rate), will generat...

más de 7 años hace | 0

Respondida
Error Assertion failed: b:\matlab\src\cgir_hdl\pir_transforms\cgfcnconverter.cpp:752:sese
You have encountered a potential bug. Please report this to MathWorks via normal service channels.

más de 7 años hace | 0

Respondida
matlab hdl coder assertion error
You have encountered a potential bug. Please report this to MathWorks through normal service channels.

más de 7 años hace | 0

Respondida
HDL Workflow advisor to convert a difference equation into verilog
I'm not entirely sure what your question is. Both approaches are perfectly valid as input for HDL Coder and are both very well s...

más de 7 años hace | 1

Respondida
HDL coder Black box replacement for MAtlab code
You will need to replace your assignment with a System object inherited from hdl.BlackBox, and place the correct assignment beha...

más de 7 años hace | 0

Respondida
Xilinx System Generator simulink block
Yes, Simulink designs with Xilinx System Generator blocks can be taken to a FPGA bitstream, either as a standalone workflow, or ...

más de 7 años hace | 0

| aceptada

Respondida
The most interesting head scratching "break" command problem in Simulink these days
A |break| statement exits a loop statement at an arbitrary iteration. In your code it is entirely data dependent. A loop will in...

más de 7 años hace | 0

Respondida
How can I use vhdl generics when I generate a matlab system object from my vhdl code with HDL verifier?
It sounds like you are trying to model existing handwritten VHDL that uses generics in its interface, in Simulink, and using a S...

más de 7 años hace | 0

Respondida
made a code in matlab which includes functions like rand, eig, cov and many more. I want to convert the same to HDL, but cannot due to those functions.
You will need to decompose the computation of eigenvectors to more basic operations and organize these in a way that meets your ...

más de 7 años hace | 0

Respondida
while implementing 1st step of hdl workflow advisor for led blinking example of setting target using vivado .
HDL Coder does not support generating HDL code for the manual switch block. I believe that you are attempting to generate code f...

más de 7 años hace | 0

Respondida
How do I import my existing Verilog-A code into SIMULINK?
Neither HDL Coder nor HDL Verifier currently have direct support for Verilog-A. If you can update your Verilog-A to Verilog-AMS ...

más de 7 años hace | 1

Respondida
Error Goto/From connections subsystem boundaries
I don't think that this has anything to do with the hardware board. The error is that From/Goto cannot cross a nonvirtual subsys...

más de 7 años hace | 0

Respondida
Difference between int32 and fixed point
HDL Coder treats all integral types (both int and uint types) as the fixed point types that they are equivalent to. There is no ...

más de 7 años hace | 1

| aceptada

Respondida
Build-in function and HDL Coder Application
It doesn't matter whether a function is built-in or not; it matters whether HDL Coder supports a given function. The list of sup...

más de 7 años hace | 0

| aceptada

Respondida
Fixed-step or Variable-step when designing with HDL coder
You can use variable-step discrete with no continuous states, but I don't think there is much benefit to doing so.

más de 7 años hace | 0

| aceptada

Respondida
i got error in HDL code geneartion "design,test bench and build folders cannot be under 'D:\matlab\toolbox\hdlcoder\hdlcoderdemos\mlhdlc_sfir.m' path"...how to solve this
Copy mlhdlc_sfir.m and mlhdlc_sfir_tb.m into a working directory that isn't inside your MATLAB install directory.

más de 7 años hace | 0

Respondida
Does Simulink HDL coder support MEX block?
No, HDL Coder does not support MEX blocks. For custom code you can use the MATLAB Function or MATLAB System blocks. Please note ...

más de 7 años hace | 0

| aceptada

Respondida
Problem with a loop in the hdl coder
For loops are supported, when they have fixed loop indices. While loops in general are not, as there is no way the compiler can ...

más de 7 años hace | 0

Respondida
How can matlab functions like eig, rand, cov and likewise be converted into vhdl using hdl coder?
None of those three functions are supported by HDL Coder, as you seem aware. Think about what you are trying to accomplish; are ...

más de 7 años hace | 0

| aceptada

Respondida
norm() block in Simulink HDL coder
The short answer is no, HDL Coder does not support |norm()|. From the hardware perspective, the |norm()| function is a compli...

más de 7 años hace | 0

Respondida
HDL Coder linspace block for Simulink
As I understand it you want a constant value in Simulink that emulates the |linspace| command. If this is what you are asking fo...

casi 8 años hace | 0

| aceptada

Respondida
Why do I get an error with system object calls in HDL Code Generation?
I'm not an expert in the DSP side of the product, but my understanding of your code is that you are invoking the same object twi...

casi 8 años hace | 2

| aceptada

Cargar más