Skip to content

Commit

Permalink
necessary options for TCK frequency and voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
sab committed Oct 3, 2024
1 parent 82a8a9e commit a328633
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion EP2C5T144/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,26 @@ QFFLAGS = --part=$(PART) --read_settings_files=on

ASIGN = $(PROJECT).qsf $(PROJECT).qpf

all: $(PROJECT)
all: export PATH := $(PATH):/home/sab/altera/13.0sp1/quartus/bin
all: $(PROJECT) svf



map: smart.log $(PROJECT).map.rpt
fit: smart.log $(PROJECT).fit.rpt
asm: smart.log $(PROJECT).asm.rpt
sta: smart.log $(PROJECT).sta.rpt
smart: smart.log


svf: $(PROJECT).sof
$(Q)$(ECHO) "Converting .sof to .svf."
quartus_cpf -c --operation=p --freq=6MHz --voltage=3.3V $(PROJECT).sof $(PROJECT).svf
$(STAMP) svf.chg




$(ASIGN):
$(Q)$(ECHO) "Generating asignment files."
$(QC) --prepare -f $(FAMILY) -t $(TOP) $(PROJECT)
Expand Down

0 comments on commit a328633

Please sign in to comment.