Skip to content

Commit

Permalink
Use Leros.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Sep 5, 2024
1 parent 209e291 commit 1eb31a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ list-swsim:
# Synthesize and copy targets

# does not work from Makefile, C & P into shell
# Path for chipdesign1 (not helena)
synpath:
source /home/shared/Xilinx/Vivado/2017.4/settings64.sh

synth:
./vivado_synth -t Leros -p xc7a100tcsg324-1 -x nexysA7.xdc -o build generated/Leros.v
./vivado_synth -t Leros -p xc7a100tcsg324-1 -x nexysA7.xdc -o build generated/Leros.sv

cp-bit:
-mkdir build
Expand Down

0 comments on commit 1eb31a7

Please sign in to comment.