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

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [branches/] [init/] [common/] [script/] [tech.tcl] - Diff between revs 24 and 26

Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 26
# Asynchronous SDM NoC
# Asynchronous SDM NoC
# (C)2011 Wei Song
# (C)2011 Wei Song
# Advanced Processor Technologies Group
# Advanced Processor Technologies Group
# Computer Science, the Univ. of Manchester, UK
# Computer Science, the Univ. of Manchester, UK
# 
# 
# Authors: 
# Authors: 
# Wei Song     wsong83@gmail.com
# Wei Song     wsong83@gmail.com
# 
# 
# License: LGPL 3.0 or later
# License: LGPL 3.0 or later
# 
# 
# Script for cell library setting up.
# Script for cell library setting up.
# currently using the Nangate 45nm cell lib.
# currently using the Nangate 45nm cell lib.
# 
# 
# History:
# History:
# 05/07/2009  Initial version. <wsong83@gmail.com>
# 05/07/2009  Initial version. <wsong83@gmail.com>
# 20/05/2011  Change to the Nangate cell library. <wsong83@gmail.com>
# 20/05/2011  Change to the Nangate cell library. <wsong83@gmail.com>
 
 
set rm_lib_dirs         "../../lib"
set rm_lib_dirs         "../../lib"
 
 
set rm_library         "Nangate_typ.db"
set rm_library         "Nangate_typ.db"
 
 
set search_path         [concat ${search_path} "${rm_lib_dirs}/"]
set search_path         [concat ${search_path} "${rm_lib_dirs}/" ".."]
 
 
set synthetic_library   dw_foundation.sldb
set synthetic_library   dw_foundation.sldb
set link_library        [list *]
set link_library        [list *]
set link_library        [concat ${link_library} ${rm_library} $synthetic_library]
set link_library        [concat ${link_library} ${rm_library} $synthetic_library]
set target_library      "${rm_library}"
set target_library      "${rm_library}"
 
 
 
 

powered by: WebSVN 2.1.0

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