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

Subversion Repositories iicmb

[/] [iicmb/] [trunk/] [sim/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sshuv2
 
2
# Makefile for IICMB project
3
 
4
# VHDL compiler name:
5
VCOM               = vcom
6
 
7
# Verilog compiler name:
8
VLOG               = vlog
9
 
10
# path to the sources:
11
IICMB_DIR          = ..
12
 
13
# paths to compiled libraries:
14
LIB_IICMB          = iicmb
15
LIB_IICMB_TB       = work
16
 
17
 
18
include ./include.mk
19
 
20
 
21
.PHONY : all
22
all : $(ALL_TARGETS)
23
 
24
 
25
.PHONY : clean
26
clean : $(CLEAN_TARGETS)
27
        rm -rf transcript vsim.wlf;
28
 

powered by: WebSVN 2.1.0

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