File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function state() { img.state(); }
2626function annot ( fileName ) { img . annot ( fileName ) ; }
2727
2828// Callback for keys that are not handled by the image view
29- // You can show the values of (code,ctrl) if you hold down the Alt key while pressing your key combination
29+ // You can show the values of (code,ctrl) if you hold down the Alt key while pressing a key combination in question
3030function key ( code , ctrl )
3131{
3232 // Few useful image layer presets
@@ -95,6 +95,7 @@ function help()
9595 print ( "mon.writeMem(addr,value) - Writes a byte to the simulated memory" ) ;
9696 print ( "mon.readIO(addr) - Reads a byte from the simulated IO space" ) ;
9797 print ( "mon.writeIO(addr,value) - Writes a byte to the simulated IO space" ) ;
98+ print ( "mon.getHCycle() - Returns the current half-cycle simulation value" ) ;
9899 print ( "mon.stopAt(hcycle) - Stops the simulation at a given half-cycle number" ) ;
99100 print ( "mon.breakWhen(net,value) - Stops the simulation when a given net number becomes 0 or 1" ) ;
100101 print ( "mon.set(\"name\",value) - Sets an output pin (\"int\",...) to a value" ) ;
You can’t perform that action at this time.
0 commit comments