mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
289024fd89
- Creating an arbitrary 'src' directory really doesn't help much... - Goal is to make each folder self contained - Make meta repos and individual repos have the same directory structure
13 lines
297 B
Tcl
13 lines
297 B
Tcl
|
|
#STEP1: DEFINE KEY PARAMETERS
|
|
source ./run_params.tcl
|
|
|
|
#STEP2: CREATE PROJECT AND READ IN FILES
|
|
source ../../common/fpga/system_init.tcl
|
|
|
|
#STEP 3 (OPTIONAL): EDIT system.bd in VIVADO gui, then go to STEP 4.
|
|
##...
|
|
|
|
#STEP 4: SYNTEHSIZE AND CREATE BITSTRAM
|
|
source ../../common/fpga/system_build.tcl
|