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

Subversion Repositories System09

[/] [System09/] [trunk/] [src/] [Flex9/] [Makefile] - Diff between revs 80 and 99

Show entire file | Details | Blame | View Log

Rev 80 Rev 99
Line 4... Line 4...
# Date:    April 7, 2008
# Date:    April 7, 2008
#
#
# Description:
# Description:
#  This makefile generates a VHDL file from assembler source.
#  This makefile generates a VHDL file from assembler source.
#  A translate rule in mktargets.mk handles compiling the .asm
#  A translate rule in mktargets.mk handles compiling the .asm
#  into a S19 record file (.s19) and then running s19tovhd to
#  into a S19 record file (.S19) and then running s19tovhd to
#  generate a VHDL file with SPARTAN3 block rams with INIT generics
#  generate a VHDL file with SPARTAN3 block rams with INIT generics
#  containing the binary data.
#  containing the binary data.
#
#
#  This particular makefile handles generating FLEX9 code.
#  This particular makefile handles generating FLEX9 code.
#
#
Line 82... Line 82...
flex9ads.vhd: ENTITY=FLEX9
flex9ads.vhd: ENTITY=FLEX9
flex9ads.vhd: TOP_RAM=flex_ram_vhd
flex9ads.vhd: TOP_RAM=flex_ram_vhd
 
 
.PHONY: clean
.PHONY: clean
clean:
clean:
        -$(RM) *.s19
        -$(RM) *.S19
        -$(RM) *.lst
        -$(RM) *.lst
        -$(RM) *.vhd
        -$(RM) *.vhd

powered by: WebSVN 2.1.0

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