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

Subversion Repositories leros

[/] [leros/] [trunk/] [modelsim/] [Makefile] - Blame information for rev 4

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 martin
#
2
#       Makefile for ModelSim simulation
3
#
4
 
5
 
6
LEROSDIR=../vhdl
7
#OPTIONS=-93 -quiet -check_synthesis -lint -pedanticerrors
8
OPTIONS=-93 -quiet
9
 
10
ifeq ($(WINDIR),)
11
        WINE=wine
12
        S=:
13
else
14
        WINE=
15
        S=\;
16
endif
17
 
18
all: clean base
19
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/simulation/tb_leros.vhd
20
        $(WINE) vsim -do sim.do tb_leros
21
 
22
base:
23
        $(WINE) vlib work
24
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros_types.vhd
25
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/generated/leros_rom.vhd
26
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros_im.vhd
27
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros_decode.vhd
28
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros_fedec.vhd
29
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros_ex.vhd
30
        $(WINE) vcom $(OPTIONS) $(LEROSDIR)/core/leros.vhd
31
clean:
32
        -rm *.wlf
33
 

powered by: WebSVN 2.1.0

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