Next: Variables, Previous: HDL generation procedures, Up: Procedures and variables
Display args to the current output port, using format-string, substituting
~Aand~Swith thedisplayandwriterepresentations, respectively, of args. Lastly, display a newline unconditionally.
Call
scm-errorwith keythud-errorand message string formatted from space-separated arguments.NOTE! This behavior has changed from previous versions of THUD (which used to also output the string to the current error port), and may change yet again before thud-1.0 release.
Optionally display msg, then display THUD options to the current output port, one per line.
Optionally display msg, then display system information to the current output port.
Optionally display msg, then display the scheduled list of representations that are executed once per cycle. The representations are not really the evaluation-forms, but can still give you a good idea of what happens when.
This procedure obeys the
scopevariable. See Variables.