############################################################################## # File: disp ############################################################################## # By default, the display command will output "SIGNAME = val" display RESET display datain display dataout display read_address display byte_enable display write_address # You can change what is displayed like this: display BREAKPOINT_NOT "The breakpoint signal is now: %d\n" # Or, if you leave out the %, you can get messages # with no signal displayed at all. Kind of a hack # but very useful. Here we just get a newline. # This could also have been accomplished # with !echo as well. display RESET "\n"