Skip to content

Commit bd511a3

Browse files
committed
Fix boardname in build file
Signed-off-by: Michael Brown <producer@holotronic.dk>
1 parent 60afc16 commit bd511a3

File tree

1 file changed

+1
-1
lines changed
  • HW/QuartusProjects/DE10_Nano_SoC_FB_DB25

1 file changed

+1
-1
lines changed

HW/QuartusProjects/DE10_Nano_SoC_FB_DB25/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Some specifics for this build, adjust as necessary
2323

24-
BOARDNAME=DE0_Nano_SoC_FB_DB25
24+
BOARDNAME=DE10_Nano_SoC_FB_DB25
2525
OUTPUTDIR=output_files
2626

2727
# You probably don't have to change anything below unless you alter

0 commit comments

Comments
 (0)