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

Subversion Repositories System09

[/] [System09/] [trunk/] [mkfiles/] [def_rules.mk] - Diff between revs 91 and 143

Show entire file | Details | Blame | View Log

Rev 91 Rev 143
Line 27... Line 27...
#   RULE: .asm => .s19
#   RULE: .asm => .s19
# Assemble 6809 source into S19 record file
# Assemble 6809 source into S19 record file
%.s19: %.asm
%.s19: %.asm
        @$(ECHO)
        @$(ECHO)
        @$(ECHO) "======= Running 6809 assembler to generate ROM code  ================"
        @$(ECHO) "======= Running 6809 assembler to generate ROM code  ================"
        $(ASM) $(notdir $<)  >$(basename $@).lst
        $(ASM) $(notdir $<)  -l s >$(basename $@).lst
 
 
#   RULE: .s19 => .vhd
#   RULE: .s19 => .vhd
# Build a VHDL file instantiated BRAMS initialized with the source from a S19 file
# Build a VHDL file instantiated BRAMS initialized with the source from a S19 file
%.vhd: %.s19
%.vhd: %.s19
        @$(ECHO)
        @$(ECHO)

powered by: WebSVN 2.1.0

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