summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/ep4ce15f23c8_loader.mk
blob: 1ad68f06b9a7ab248b082fe02eb97ab109eb58a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include relpath.mk

FAMILY=Cyclone IV E
PART=EP4CE15F23C8
CPART=EPCS16
TOP=flash_loader
BOARD=loader
BUILD=build_${BOARD}
OF=output_files

PROJECT = flash_loader
VSRCS =
IPS= flash_loader.vhdl 

DESIGN_NAME=${TOP}

MAP_ARGS = --smart 
FIT_ARGS =
ASM_ARGS =
STA_ARGS =
CPF_ARGS = -c -q 1MHZ -g 3.3 -n p

include quartus.mk