Skip to content

Commit

Permalink
Fix copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Jul 16, 2024
1 parent a8169ba commit ac2508c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ synpath:
synth:
./vivado_synth -t Leros -p xc7a100tcsg324-1 -x nexysA7.xdc -o build generated/Leros.v

bit:
scp [email protected]:~/source/spi/build/Leros.bit build
cp-bit:
-mkdir build
scp [email protected]:~/source/leros/build/Leros.bit build

# Configure the Basys3 or NexysA7 board with open source tools

Expand Down

0 comments on commit ac2508c

Please sign in to comment.