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

Subversion Repositories System09

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /System09
    from Rev 80 to Rev 81
    Reverse comparison

Rev 80 → Rev 81

/trunk/mkfiles/def_rules.mk
24,16 → 24,16
#===================================================================
# TRANSLATE RULES
 
# RULE: .asm => .S19
# RULE: .asm => .s19
# Assemble 6809 source into S19 record file
%.S19: %.asm
%.s19: %.asm
@$(ECHO)
@$(ECHO) "======= Running 6809 assembler to generate ROM code ================"
$(ASM) $(notdir $<) >$(basename $@).lst
 
# RULE: .S19 => .vhd
# RULE: .s19 => .vhd
# Build a VHDL file instantiated BRAMS initialized with the source from a S19 file
%.vhd: %.S19
%.vhd: %.s19
@$(ECHO)
@$(ECHO) "======= Generating Xilinx block RAM to hold ROM code ================"
$(s19tovhd) $< $@ $(ENTITY) $(ADDRS)

powered by: WebSVN 2.1.0

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