Skip to content

Commit 5a05b4d

Browse files
committed
Added helper script to launch and initialize system console
1 parent 6e6b490 commit 5a05b4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/init_system_console.bat

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo off
2+
rem ------------------------------------------------------------------------------
3+
rem init_system_console.bat
4+
rem Konstantin Pavlov, [email protected]
5+
rem
6+
rem This is a support script for launching Quartus system-console
7+
rem in console mode with user-defined initialization script
8+
rem ------------------------------------------------------------------------------
9+
10+
@echo on
11+
C:\intelFPGA_lite\17.0\quartus\sopc_builder\bin\system-console.exe --rc_script="J:\dev\system_console_init.tcl" --cli

0 commit comments

Comments
 (0)