fix typo in .qpf and Makefile

This commit is contained in:
Markus Fröschle
2019-08-28 08:21:59 +02:00
parent cc0a0fb8bf
commit b5e9e10bc3
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ endif
BITSTREAM=output_files/$(PROJ).sof BITSTREAM=output_files/$(PROJ).sof
BUILD_DIR=. BUILD_DIR=.
PROJ=firebeei1 PROJ=firebee1
all: synthesis fitter assembler timing_analyzer eda all: synthesis fitter assembler timing_analyzer eda

View File

@@ -28,4 +28,3 @@ DATE = "08:19:01 August 28, 2019"
# Revisions # Revisions
PROJECT_REVISION = "firebee1" PROJECT_REVISION = "firebee1"
PROJECT_REVISION = "firebeei1"