OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [dc/] [libs.tcl] - Blame information for rev 100

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 jamey.hick
#=========================================================================
2
# TCL Script File for Design Compiler Library Setup
3
#-------------------------------------------------------------------------
4
# $Id: libs.tcl,v 1.1 2008-06-26 17:58:18 jamey.hicks Exp $
5
# 
6
 
7
# The makefile will generate various variables which we now read in
8
 
9
source make_generated_vars.tcl
10
 
11
# The following commands setup the standard cell libraries
12
 
13
set synthetic_library [list dw_foundation.sldb]
14
set link_library      [list {*} dw_foundation.sldb ${LINK_DBS}]
15
set target_library    [list ${TARGET_DBS}]
16
set symbol_library    [list ${SYMBOL_SDBS}]
17
 
18
# The search path needs to point to the verilog source directory
19
 
20
lappend search_path ${SEARCH_PATH}
21
 
22
# This is the location of the synopsys work directory
23
 
24
define_design_lib WORK -path "work"
25
 

powered by: WebSVN 2.1.0

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