BLF,
Using a VHDL subprogram to encapsulate a
sequence/waveform/transaction will give a great
deal of flexability. Generating the initial code
is usually straight forward and does not require a
graphical entry tool.
This is just a starting point. If you are interested in more,
see my DVCon Paper titled, "Accelerating Verification Through
Pre-Use of System-Level Testbench Components." It is
available at:
http://www.synthworks.com/papers/
If you want to learn more about transaction based subprograms
and models, take our VHDL Testbenches and Verification class:
http://www.synthworks.com/vhdl_testb...rification.htm
Cheers,
Jim
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
Jim Lewis
Director of Training mailto:
[email protected]
SynthWorks Design Inc.
http://www.SynthWorks.com
1-503-590-4787
Expert VHDL Training for Hardware Design and Verification
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~
BLF wrote:
> I just wanted to know if more people are moving toward waveform based
> simulations. From my point of view, drawing the actual waveforms to
> perform the testing (as you can do in Aldec 6.2) makes life much
> easier, especially since Aldec allows you to save the waveform as a
> testbench text file. Am I correct in saying that you can't graphically
> enter a waveform in ModelSim?
>
> Writing testbench files to seem very tedious and it takes a great deal
> of knowledge to write one properly and a lot of time. On the other
> hand creating a waveform is quicker and more intuitive.
>
> Just wanted to know what others think about this subject.
>
> BLF