Skip to content

Commit ebe86b7

Browse files
committed
template: correct Python path (Corstone-300 -> 320)
1 parent 70634f1 commit ebe86b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Board/Corstone-320/fvp_config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mps4_board.telnetterminal5.quiet=1 # (bool , init-time) defa
1212
mps4_board.telnetterminal5.start_telnet=0 # (bool , init-time) default = '1' : Start telnet if nothing connected
1313
mps4_board.uart0.out_file=- # (string, init-time) default = '' : Output file to hold data written by the UART (use '-' to send all output to stdout)
1414
mps4_board.uart0.shutdown_on_eot=1 # (bool , init-time) default = '0' : Shutdown simulation when a EOT (ASCII 4) char is transmitted (useful for regression tests when semihosting is not available)
15-
mps4_board.v_path=./Board/Corstone-300/vsi/python/ # (string, init-time) default = '' : Specify path to python folder with scripts for both of VSI and VIO
15+
mps4_board.v_path=./Board/Corstone-320/vsi/python/ # (string, init-time) default = '' : Specify path to python folder with scripts for both of VSI and VIO
1616
mps4_board.visualisation.disable-visualisation=1 # (bool , init-time) default = '0' : Enable/disable visualisation
1717
vis_hdlcd.disable_visualisation=1 # (bool , init-time) default = '0' : Enable/disable visualisation
1818
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)