diff options
Diffstat (limited to 'test_rrobin_problem/synthesis/program_spi.cmd')
-rw-r--r-- | test_rrobin_problem/synthesis/program_spi.cmd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_rrobin_problem/synthesis/program_spi.cmd b/test_rrobin_problem/synthesis/program_spi.cmd new file mode 100644 index 0000000..c6fcbc0 --- /dev/null +++ b/test_rrobin_problem/synthesis/program_spi.cmd @@ -0,0 +1,9 @@ +setMode -bs
+setCable -port auto
+Identify -inferir
+identifyMPM
+attachflash -position 1 -spi "W25Q64BV"
+assignfiletoattachedflash -position 1 -file "top_update.mcs"
+Program -p 1 -dataWidth 4 -spionly -e -v -loadfpga
+closeCable
+quit
|