Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / coverage / l2sat / Makefile
CommitLineData
86530b38
AT
1################################################################################
2##
3## File: <unit>/Makefile
4## Description:
5## -----------
6## Makefile for unit's coverage objects, called by Makefile in
7## testbench vera directory.
8## NOTE:
9## ----
10## This file just sets some unit specific variables and then
11## includes the common ../CovMakefile.inc.
12## Caution:
13## -------
14## Only works with "gmake".
15##
16## $Id: Makefile,v 1.1 2004/07/21 21:08:24 rh148176 Exp $
17##
18################################################################################
19
20################################################################################
21# variable declarations
22################################################################################
23
24## To over-ride default setting.
25## UNIT :=
26
27## Explicit list of coverage objects
28COV_OBJS :=
29
30include ../CovMakefile.inc