J
JT
Guest
I would like to have my testbench prompt the user to determine which
set of tests to run during a simulation. These tests would be
different tasks that would be called from this upper level testbench
user interface. The testbench would display a list of tests and their
associated numbers and then prompt for a test number to run. The
associated task would be executed and then control would return to
this upper level loop which would reprompt the user.
I've done this sort of thing in VHDL, and while system I/O isn't an
easy thing to do, it is possible. Is it possible to read from the
system input in verilog?
I've seen that its possible to do file writes to the system output
(from the verilog LRM) but is it possible to do file reads directed to
the system input?
Thx!
set of tests to run during a simulation. These tests would be
different tasks that would be called from this upper level testbench
user interface. The testbench would display a list of tests and their
associated numbers and then prompt for a test number to run. The
associated task would be executed and then control would return to
this upper level loop which would reprompt the user.
I've done this sort of thing in VHDL, and while system I/O isn't an
easy thing to do, it is possible. Is it possible to read from the
system input in verilog?
I've seen that its possible to do file writes to the system output
(from the verilog LRM) but is it possible to do file reads directed to
the system input?
Thx!