mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 14:07:54 -04:00
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
cd ./build
|
|
vivado -mode batch -source ../write_flash.tcl -notrace
|