mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
7 lines
112 B
Text
7 lines
112 B
Text
|
#!/bin/sh
|
||
|
#Create mcs file for QSPI flash
|
||
|
|
||
|
cd ./build
|
||
|
|
||
|
vivado -mode batch -source ../make_mcs_file.tcl -notrace
|