Internals#
The internals subdirectory provides several common/utility facilities to both memory controllers and execution engines:
bounds.rsDefine and check compile-time configuration of the monitor. See the Userโs Guide for details on setting parameters.
debug.rsProvides debug print definitions, including utilizing
println!andhprintln!. See Debug for more details.process_binary.rsTakes the binary specification file, parses it, applies appropriate configuration commands, and stores instructions in applicable instruction tables.
types.rsDefinitions of parameterize types common to all components of the monitor, allowing for type punning.