7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#!/bin/sh
|
||
|
#Create mcs file for QSPI flash
|
||
|
|
||
|
cd ./build
|
||
|
|
||
|
vivado -mode batch -source ../make_mcs_file.tcl -notrace
|