VHDL mailboxes

  • Thread starter Verification Consultant
  • Start date
V

Verification Consultant

Hello!

I am starting a new System Verification approach,
and have found mailboxes to be the
best implementation for my problem.
The issue is that VHDL doesn´t have any such
construct as SystemVerilog. Do you know of any
VHDL implementation that could be used ?

Best thanks,

Fran.
 
M

Mike Treseler

Verification said:
I am starting a new System Verification approach,
and have found mailboxes to be the
best implementation for my problem.
The issue is that VHDL doesn´t have any such
construct as SystemVerilog. Do you know of any
VHDL implementation that could be used ?


VHDL has nothing like that built-in, but it does
allow you build any sort of buffering
you like for simulation using
access types and protected types.

-- Mike Treseler
 
R

Reuven

I've implemented mailboxes using linked lists in VHDL and the method
has worked well for me in several testbenches. Look at Dr. Ashenden's
book for some code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top