Archive for the ‘cell’ Category

The cell-simulator (systemsim) has some very verbose output turned on by default:

.....
[0:0:0]: (2602127425) (PC:0xC00000000005B000) :    502.4 Kilo-Inst/Sec :    814.3 Mega-Cycles/Sec
[0:0:1]: (2602127425) (PC:0xC00000000005B000) :    441.3 Kilo-Inst/Sec
[0:0:0]: (2605948674) (PC:0xC00000000005B000) :    505.7 Kilo-Inst/Sec :    820.4 Mega-Cycles/Sec
[0:0:1]: (2605948674) (PC:0xC00000000005B000) :    444.3 Kilo-Inst/Sec
[0:0:0]: (2609920536) (PC:0xC00000000005B000) :    523.3 Kilo-Inst/Sec :    850.3 Mega-Cycles/Sec
[0:0:1]: (2609920536) (PC:0xC00000000005B000) :    464.2 Kilo-Inst/Sec
[0:0:0]: (2613807964) (PC:0xC00000000005B000) :    514.7 Kilo-Inst/Sec :    836.4 Mega-Cycles/Sec
[0:0:1]: (2613807964) (PC:0xC00000000005B000) :    453.0 Kilo-Inst/Sec
[0:0:0]: (2617678402) (PC:0xC00000000005B000) :    511.4 Kilo-Inst/Sec :    829.0 Mega-Cycles/Sec

To disable it, use the following command:

systemsim %  mysim modify kips_format 0
KIPS format is 0
systemsim %

Alternatively, the command can be placed in a .tcl-script read by the simulator with the -f <.tcl script> flag.