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

Subversion Repositories lxp32

[/] [lxp32/] [trunk/] [verify/] [icache/] [run/] [vsim/] [Makefile] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 ring0_mipt
include ../../src/make/sources.make
2
 
3
VCOMFLAGS=-93
4
VSIMFLAGS=-t 1ps
5
 
6
########################
7
# Phony targets
8
########################
9
 
10
all: batch
11
 
12
.PHONY: all compile batch gui clean
13
 
14
compile: compile.stamp
15
 
16
batch: compile.stamp
17
        vsim $(VSIMFLAGS) -do "run -all; quit -f" -c work.$(TB_MOD)
18
 
19
gui: compile.stamp
20
        vsim $(VSIMFLAGS) work.$(TB_MOD)
21
 
22
clean:
23
        rm -rf work
24
        rm -f modelsim.ini
25
        rm -f transcript
26
        rm -f vsim.wlf
27
        rm -f compile.stamp
28
 
29
########################
30
# Normal targets
31
########################
32
 
33
compile.stamp: $(LXP32_RTL) $(COMMON_SRC) $(TB_SRC) | work
34
        vcom $(VCOMFLAGS) $(LXP32_RTL) $(COMMON_SRC) $(TB_SRC)
35
        echo > compile.stamp
36
 
37
work:
38
        vlib work
39
        vmap work work

powered by: WebSVN 2.1.0

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