URL
https://opencores.org/ocsvn/System09/System09/trunk
[/] [System09/] [trunk/] [src/] [Flex9/] [Makefile] - Diff between revs 66 and 80
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 66 |
Rev 80 |
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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.