OpenCores
URL https://opencores.org/ocsvn/t400/t400/trunk

Subversion Repositories t400

[/] [t400/] [tags/] [rel_1_1/] [sw/] [verif/] [include/] [Makefile.core] - Diff between revs 119 and 124

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 119 Rev 124
Line 1... Line 1...
 
 
SIM_DIR   = $(PROJECT_DIR)/sim/rtl_sim
SIM_DIR   = $(PROJECT_DIR)/sim/rtl_sim
VERIF_DIR = $(PROJECT_DIR)/sw/verif
VERIF_DIR = $(PROJECT_DIR)/sw/verif
 
 
# determine allowed targets
# determine allowed targets
TARGETS = $(wildcard t4* int mb)
TARGETS = $(wildcard t4* int mb prod)
 
 
.PHONY: all
.PHONY: all
all: $(TARGETS)
all: $(TARGETS)
 
 
.PHONY: t41x
.PHONY: t41x
Line 18... Line 18...
int: t42x
int: t42x
 
 
.PHONY: mb
.PHONY: mb
mb: t42x
mb: t42x
 
 
 
.PHONY: prod
 
prod: t42x
 
 
$(SIM_DIR)/rom_41x.hex: $(MODULE)_41x.p
$(SIM_DIR)/rom_41x.hex: $(MODULE)_41x.p
        p2hex $< $@
        p2hex $< $@
 
 
$(SIM_DIR)/rom_42x.hex: $(MODULE)_42x.p
$(SIM_DIR)/rom_42x.hex: $(MODULE)_42x.p
        p2hex $< $@
        p2hex $< $@

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.