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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_2_beta/] [sw/] [verif/] [include/] [Makefile.core] - Rev 252

Go to most recent revision | Compare with Previous | Blame | View Log


.PHONY: all
all: t48_rom.hex t48_ext_rom.hex

$(MODULE).p: $(MODULE).asm
        asl -i $(VERIF_DIR)/include -L $(MODULE).asm

t48_rom.hex: $(MODULE).p
        p2hex -r 0-2047 $(MODULE).p t48_rom.hex

t48_ext_rom.hex: $(MODULE).p
        p2hex -a -r 2048-4095 $(MODULE).p t48_ext_rom.hex

.PHONY: simu
simu: all
        cp t48_rom.hex t48_ext_rom.hex $(SIM_DIR)

.PHONY: clean
clean:
        rm -f *.p *~ *.hex *.lst

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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