photo

Kiran Kintali

2011년부터 활동

Followers: 2   Following: 0

메시지

Programming Languages:
C++, MATLAB
Spoken Languages:
English, Hindi, Telugu
Pronouns:
He/him

통계

All
MATLAB Answers

5 질문
876 답변

File Exchange

19 파일

순위
129
of 301,352

평판
992

참여
5 질문
876 답변

답변 채택
60.0%

획득한 표
128

순위
140 of 21,240

평판
8,862

평균 평점
4.00

참여
19 파일

다운로드 수
47

ALL TIME 다운로드 수
87947

순위

of 174,116

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 4
  • 36 Month Streak
  • Knowledgeable Level 5
  • Pro
  • Personal Best Downloads Level 3
  • Revival Level 4
  • 5-Star Galaxy Level 4
  • First Review
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


HDLCoder Design Patterns and Examples
Several tutorials in this submission show how to generate HDL from MATLAB code, Simulink models, and Simscape models.

15일 전 | 다운로드 수: 13 |

4.7 / 5

답변 있음
Building a Peak/pulse-detector macro block for HDL coder (SIMULINK)
Related Post: https://www.mathworks.com/matlabcentral/answers/889752-how-to-store-the-output-of-a-repeating-function-matlab-fun...

19일 전 | 0

답변 있음
HDL Coder compatibility with Microchip Libero SoC v2024.1 and roadmap for Libero 2025.x support
Libero SoC v2024.1 support Microchip Libero® SoC v2024.1 is officially supported with HDL Coder starting in MATLAB R2025a, and ...

21일 전 | 0

답변 있음
Which EDA tool versions work with HDL Coder?
HDL Coder generates standard VHDL-1993 (IEEE 1076-1993), Verilog-2001 (IEEE 1364-2001), and SystemVerilog-2005 (IEEE 1800-2005...

대략 2개월 전 | 1

질문


Which EDA tool versions work with HDL Coder?
Found several related threads on MATLAB Central asking about EDA tool version compatibility with HDL Coder: AMD/Xilinx Vivado: ...

대략 2개월 전 | 답변 수: 1 | 2

1

답변

답변 있음
HDL Coder compatibility with Microchip Libero SoC v2024.1 and roadmap for Libero 2025.x support
Which MATLAB releases officially support Libero SoC v2024.1? R2025a, R2025b, and R2026a officially support Libero SoC v2024.1. ...

대략 2개월 전 | 0

답변 있음
Will Matlab HDL coder support Altera Agilex 3 and 5 series devices?
Support for Intel/Altera Agilex 3 and Agilex 5 devices is currently part of the future HDL Coder roadmap and is not yet availabl...

대략 2개월 전 | 0

답변 있음
Using rate transition blocks in HDL coder
A Rate Transition block does not infer a FIFO in HDL, even when ✔ Ensure data integrity during data transfer and ✔ Ensure dete...

2개월 전 | 0

답변 있음
HDL multi rate simulation
Can you share a sample model? It sounds like you have parts of the design that do not need to be updated at 20e-9s, if that is ...

2개월 전 | 0

답변 있음
how to deal with stream data to HDLFFT?
Implement FFT Algorithm for FPGA HDL Coder, DSP HDL Toolbox, Simulink This example shows how to implement a hardware-targeted ...

3개월 전 | 0

답변 있음
HDL QPSK Transmitter and Receiver example problem
Please reach out to tech support if it is still reproducible. Here is the generated output for the example. >> makehdl('commhdl...

3개월 전 | 0

답변 있음
matlab to vhdl conversion
You should consider using MATLAB Copilot to translate your MATLAB to follow Synthesis friendly rules. Here is some guidance to...

3개월 전 | 0

답변 있음
Build Linux Image for HDL Coder
Build Custom Linux Image for HDL Coder IP Core https://www.mathworks.com/help/hdlcoder/ug/xilinx-zynq-linux-image-for-custom-bo...

3개월 전 | 0

| 수락됨

답변 있음
CIC Filter
These two blocks support HDL Code Generation CIC Decimator https://www.mathworks.com/help/dsphdl/ref/cicdecimator.html https:...

3개월 전 | 0

답변 있음
I want to generate HDL from a System Object that contains several dsp.FIRFilter objects, the number of which is determined by a Nontunable property
You are correct. HDL Coder (and hardware modeling in general) does not support dynamic behavior in MATLAB code. All structural...

3개월 전 | 0

| 수락됨

답변 있음
HDL Code Generation for Moving Maximum function
HDL Coder does not support Moving Maximum block in DSP System Toolbox out of the box. Consider using the attached model built us...

3개월 전 | 0

질문


HDL Code Generation for Moving Maximum function
How do I generate HDL Code from Moving Maximum block in DSP System Toolbox?

3개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Delay balancing failed when generating HDL code
It looks like you are hitting a delay balancing error due to latency in a feedback look in the model cannot be matched. https...

3개월 전 | 0

답변 있음
simulink can't map matrie to RAM
Hi, Can you please share the model here or reach out to technical support for additional guidance? Thanks

3개월 전 | 0

답변 있음
Getting Error while using HDL Coder
If you are still facing the issue please reach out to MathWorks technical support. I tried the example model in R2025b release ...

4개월 전 | 0

답변 있음
Errors when using HDL coder
Can you reach out to technical support with the reproduction steps? Contact Support - MATLAB & Simulink

4개월 전 | 0

답변 있음
sampling time mismatch in simulink and harware
You do not have to model at the FPGA clock rate in the Simulink model. There are several strategies possible. HDL Coder Evaluat...

4개월 전 | 0

답변 있음
An instance of AMD cannot be generated in the HDL Coder
https://www.mathworks.com/help/hdlcoder/ug/generate-hdl-code-amd-floating-point-library.html If you are using a recent release ...

4개월 전 | 1

| 수락됨

답변 있음
How to register a reference design that contains block design, rtl, and xilinx IP core?
HDL Coder has a lot of integration touch points with custom code, custom IP core modules and integrating with Vits Model Compose...

5개월 전 | 0

답변 있음
generated HDL code failing in cadence AMS
https://www.mathworks.com/help/hdlcoder/index.html HDL Coder generates Synthesizable RTL. For the list of supported...

5개월 전 | 1

답변 있음
fixdt outof bounds error for data conversion block
This looks like an unexpected behavior and is a bug in the block implementation. https://www.mathworks.com/help/wireless-hdl/u...

5개월 전 | 0

답변 있음
Import VHDL in simulink
importhdl Import Verilog or VHDL code and generate Simulink model https://www.mathworks.com/help/hdlcoder/ref/importhdl.html ...

5개월 전 | 0

답변 있음
HDL Coder generated Verilog code for 2-D LUT block propogates X in Vivado Simulator
Could you please share your test model along with the version of MATLAB you are using? We tested with R2025b using the atta...

5개월 전 | 0

답변 있음
Sine and Cosine HDL Optimised Block
Please find attached a basic model using the block. https://www.mathworks.com/help/hdlcoder/ref/sinehdloptimizedandcosinehdlopt...

6개월 전 | 0

답변 있음
Regarding HDL_Coder license
Please reach out to the tech support and connect with the licensing team.

6개월 전 | 0

더 보기