필터 지우기
필터 지우기

how to build a chain of a custom VHDL code

조회 수: 2 (최근 30일)
stefano
stefano 2023년 2월 25일
답변: Vanshika Vaishnav 2023년 3월 9일
Hi,
let's say I have a custom, hand-written VHDL code named "buffer.vhd", that have one boolean input and one boolean output.
I'd like to build with HDL coder, a wrapper code named "chain_of_buffer.vhd", that have one boolean input and one boolean output, and that contains n instances of "buffer.vhd" block, connected in series with each other. An additional port should be present to select the number of instances of the subsystem.
What is the most efficient way to do it?
I tried to understand examples about blackbox and for each subsystem but they are too much complicated for me.
I'm trying to bypass the issue discussed here https://it.mathworks.com/matlabcentral/answers/1916230-generating-asynchronous-delays-with-hdl-coder-in-simulink and realize a model of an asynchronous logic for third party simulator testbenches.
Thank you

답변 (1개)

Vanshika Vaishnav
Vanshika Vaishnav 2023년 3월 9일

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by