====== URGENT ======
I have a small query and if possible do help me on this issue.
| |FPGA |========= | -->| Din Processor| | This is my dual port memory data line |
====== URGENT ======
I have a small query and if possible do help me on this issue.
| |FPGA |========= | -->| Din Processor| | This is my dual port memory data line |
I'm assuming a synthesis tool cannot work with the 'process' block as you have it coded. Otherwise, you may find support in comp.lang.vhdl forum.
You should describe the registered input path as one process, the registered output path as another, and the tristate as a continous assignment.
-- Registered Input path process(ebmclk) begin if (ebmclk'event and ebmclk='1') then datain HAPPENS
Have something to add? Share your thoughts — no account required.
Ask the community — no account required