Skip to content

Commit

Permalink
Add settings for Polaris
Browse files Browse the repository at this point in the history
Signed-off-by: Saheer Babu <[email protected]>
  • Loading branch information
saheerb committed Apr 14, 2022
1 parent ab0f6de commit ec78757
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions fm_agent/configs/Polaris.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Turn off terminal1 terminal2 and termimal5, keep terminal0 open
mps3_board.telnetterminal1.quiet=1
mps3_board.telnetterminal2.quiet=1
mps3_board.telnetterminal5.quiet=1

## Control the output format of the telnet terminal
mps3_board.telnetterminal0.mode=raw
## Suppress the telnet/xterm to be launched, so that model agent can talk to the port
mps3_board.telnetterminal0.start_telnet=0


## Turn the rate limite off, make FVP runs as fast as possiable
mps3_board.visualisation.rate_limit-enable=0


## Turn on user Networking
mps3_board.smsc_91c111.enabled=1
mps3_board.hostbridge.userNetworking=1

## Turn off GUI windows
mps3_board.visualisation.disable-visualisation=1

## Polaris specific
cpu0.CFGDTCMSZ=10
cpu0.CFGITCMSZ=10
cpu0.INITNSVTOR=0x00000000
cpu0.INITSVTOR=0x10000000

0 comments on commit ec78757

Please sign in to comment.