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

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [trunk/] [common/] [script/] [tech.tcl] - Blame information for rev 28

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 wsong0210
# Asynchronous SDM NoC
2
# (C)2011 Wei Song
3
# Advanced Processor Technologies Group
4
# Computer Science, the Univ. of Manchester, UK
5
# 
6
# Authors: 
7
# Wei Song     wsong83@gmail.com
8
# 
9
# License: LGPL 3.0 or later
10
# 
11
# Script for cell library setting up.
12
# currently using the Nangate 45nm cell lib.
13
# 
14
# History:
15
# 05/07/2009  Initial version. <wsong83@gmail.com>
16
# 20/05/2011  Change to the Nangate cell library. <wsong83@gmail.com>
17
 
18
set rm_lib_dirs         "../../lib"
19
 
20
set rm_library         "Nangate_typ.db"
21
 
22 28 wsong0210
set search_path         [concat ${search_path} "${rm_lib_dirs}/" ".."]
23 9 wsong0210
 
24
set synthetic_library   dw_foundation.sldb
25
set link_library        [list *]
26
set link_library        [concat ${link_library} ${rm_library} $synthetic_library]
27
set target_library      "${rm_library}"
28
 

powered by: WebSVN 2.1.0

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