URL
https://opencores.org/ocsvn/lxp32/lxp32/trunk
Subversion Repositories lxp32
[/] [lxp32/] [trunk/] [verify/] [lxp32/] [run/] [vsim/] [Makefile] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
include ../../src/make/sources.makeVCOMFLAGS=-93VSIMFLAGS=-t 1ps######################### Phony targets########################all: batch.PHONY: all compile batch gui cleancompile: compile.stampbatch: compile.stampvsim $(VSIMFLAGS) -do "run -all; quit -f" -c work.$(TB_MOD)gui: compile.stampvsim $(VSIMFLAGS) work.$(TB_MOD)clean:rm -rf workrm -f modelsim.inirm -f transcriptrm -f vsim.wlfrm -f $(FIRMWARE)rm -f compile.stamp######################### Normal targets########################compile.stamp: $(LXP32_RTL) $(PLATFORM_RTL) $(TB_SRC) $(FIRMWARE) | workvcom $(VCOMFLAGS) $(LXP32_RTL) $(PLATFORM_RTL) $(TB_SRC)echo > compile.stampwork:vlib workvmap work work%.ram: $(FW_SRC_DIR)/%.asm$(ASM) -f textio $^ -o $@
Go to most recent revision | Compare with Previous | Blame | View Log
