URL
https://opencores.org/ocsvn/System09/System09/trunk
Subversion Repositories System09
Compare Revisions
- This comparison shows the changes necessary to convert path
/System09/trunk
- from Rev 79 to Rev 80
- ↔ Reverse comparison
Rev 79 → Rev 80
/src/Flex9/Makefile
6,7 → 6,7
# Description: |
# This makefile generates a VHDL file from assembler source. |
# 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 |
# containing the binary data. |
# |
84,6 → 84,6
|
.PHONY: clean |
clean: |
-$(RM) *.S19 |
-$(RM) *.s19 |
-$(RM) *.lst |
-$(RM) *.vhd |