byucc.jhdl.base
Interface ProgrammaticTestBench

All Superinterfaces:
TestBench
All Known Implementing Classes:
Calculator, tb_Template

public interface ProgrammaticTestBench
extends TestBench

Just a tagging interface to indicate that something is a programatic testbench.


Method Summary
 void execute()
          Executes the test bench.
 

Method Detail

execute

public void execute()
Executes the test bench. This method must include a call to HWSystem.cycle(int) or HWSystem.step(int); and will be called repetatively when it completes. This method allows a testbench to programatically alter its inputs over arbitrary lengths of simulation.



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.