mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05: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
|