URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [code/] [kcpsm/] [Mnemonics/] [Makefile] - Rev 17
Go to most recent revision | Compare with Previous | Blame | View Log
# path to tools#DRIVE=E:DRIVE=/cygdrive/eTOPPATH=../../..TOOLPATH=$(TOPPATH)/tools/asmAS=$(TOOLPATH)/KCPSM3/KCPSM3.exe#MG=$(TOOLPATH)/pBlazASM/pBlazMRG/pBlazMRG.exeMG=$(TOOLPATH)/pBlazASM/cpBlazeMRG/cpBlazeMRG.exeDIROUT=$(TOPPATH)/bicoblaze/hdlRM = rm -f -vCP = cp# List of PSM Files#ASM_SRC = Test_Mnemonics.asmASM_SRC = *.psm#AFLAGS = -l -m#AFLAGS = -l -xAFLAGS =MGFLAGS =TEMPLATE = ../template2ENTITY = ROM_Code.SUFFIXES : .psm .mem .vhd .psh# assemble and mergeall: $(ENTITY).vhd# assemble #$(ENTITY).mem: $(ASM_SRC)$(AS) $(ASM_SRC) $(AFLAGS)# $(CP) *.mem $(ENTITY).mem$(CP) *.HEX $(ENTITY).hex# merge ##$(ENTITY).vhd: $(ENTITY).mem $(TEMPLATE).vhd$(ENTITY).vhd: $(ENTITY).mem# $(MG) $(MGFLAGS) -e$(ENTITY) $(ENTITY).mem $(TEMPLATE).vhd $(ENTITY).vhd$(MG) $(MGFLAGS) $(ENTITY).hex$(CP) $(ENTITY).vhd $(DIROUT)/$(ENTITY).vhd# clean outputsclean:# $(RM) $(ENTITY).lst$(RM) *.lst# $(RM) $(ENTITY).mem$(RM) *.mem# $(RM) $(ENTITY).vhd$(RM) *.hex$(RM) *.log# $(RM) *.vhd$(RM) *.bin#$(RM) CONSTANT.TXT$(RM) LABELS.TXT$(RM) *.DAT$(CP) $(ENTITY).VHD
Go to most recent revision | Compare with Previous | Blame | View Log
