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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_1_beta/] [sw/] [verif/] [include/] [Makefile.core] - Blame information for rev 292

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 arniml
 
2
.PHONY: all
3
all: t48_rom.hex
4
 
5
$(MODULE).p: $(MODULE).asm
6
        asl -i $(VERIF_DIR)/include -L $(MODULE).asm
7
 
8
t48_rom.hex: $(MODULE).p
9
        p2hex $(MODULE).p t48_rom.hex
10
 
11
.PHONY: simu
12
simu: all
13
        cp t48_rom.hex $(SIM_DIR)
14
 
15
.PHONY: clean
16
clean:
17
        rm -f *.p *~ *.hex *.lst

powered by: WebSVN 2.1.0

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