On Mar 29, 2:24*pm, Mike Treseler <mtrese...@gmail.com> wrote:
> I haven't seen it, if we include the "readable" part.
> I like to use variables and procedures and minimize processes.
> Something like:
....
> for details, see the testbench here:http://mysite.ncnetwork.net/reszotzl/
Yeah, this is essentially what I'm doing right now, one process
describing test over time (with loops and whatnot as need requires)
and then a lot of local procedures to handle the transactions. The
only trouble I've got is that I end up repeating myself quite a lot
over a number of testbenches that use identical or more-likely near-
identical protocols. All it takes is a few names changed and my cut
and paste of previously written transaction procedures gets smoked.
I suppose I'm glad to know I'm not too far off in what I've come up
with but it'd be nice to find something that's more reusable. Thanks
for the information!
Mark