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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_1/] [sw/] [verif/] [include/] [Makefile.core] - Diff between revs 229 and 239

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

Rev 229 Rev 239
Line 20... Line 20...
$(SIM_DIR)/rom_t3x_ext.hex: $(MODULE).p
$(SIM_DIR)/rom_t3x_ext.hex: $(MODULE).p
        p2hex -r 0-4095 $< $@
        p2hex -r 0-4095 $< $@
 
 
$(SIM_DIR)/rom_t48.hex: $(MODULE).p
$(SIM_DIR)/rom_t48.hex: $(MODULE).p
        p2hex -r 0-1023 $< $@
        p2hex -r 0-1023 $< $@
 
# lowest 1k of external ROM will not be used
$(SIM_DIR)/rom_t48_ext.hex: $(MODULE).p
$(SIM_DIR)/rom_t48_ext.hex: $(MODULE).p
        p2hex -a -r 1024-4095 $< $@
        p2hex -r 1024-4095 $< $@
 
 
$(SIM_DIR)/rom_t49.hex: $(MODULE).p
$(SIM_DIR)/rom_t49.hex: $(MODULE).p
        p2hex -r 0-2047 $< $@
        p2hex -r 0-2047 $< $@
$(SIM_DIR)/rom_t49_ext.hex: $(MODULE).p
$(SIM_DIR)/rom_t49_ext.hex: $(MODULE).p
        p2hex -a -r 2048-4095 $< $@
        p2hex -a -r 2048-4095 $< $@

powered by: WebSVN 2.1.0

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