electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

porting define_design_lib to RTL compiler


Post new topic  Reply to topic    EDAboard.com Forum Index -> ASIC Design Methodologies & Tools (Digital) -> porting define_design_lib to RTL compiler
Author Message
Clunixchit



Joined: 15 Jul 2007
Posts: 37


Post20 Aug 2008 13:01   

define_design_lib


Hello there,

I've been using Synopsys DC for a long time. Now, it seems that due to a financial issue, I'll be forced to opt RTL compiler.

Since the last 2 days, I've being porting my synthesis scripts for trials.

However, I've been unable to figure out the replacement of
define_design_lib ${lib_nam} -path ${lib_nam}
?

Is it create_library_domain ${lib_nam} for RTL compiler ?

thanks
Back to top
Google
AdSense
Google Adsense




Post20 Aug 2008 13:01   

Ads




Back to top
gliss



Joined: 22 Apr 2005
Posts: 670
Helped: 61
Location: Boston


Post20 Aug 2008 22:31   

create_power_domain liberty asic


I think you need two parts. One for setting up the library domain and one for specifying the targets:

The following example creates three library domains:
Code:


rc:/> create_library_domain {dom_1 dom_2 dom_3}

/libraries/library_domains/dom_1 /libraries/library_domains/dom_2 /libraries/library_domains/dom_3


To read independent libraries, type the following command:
Code:
set_attribute library {a.lib b.lib c.lib x.lbr y.lib} /lib*/lib*/dom_1

This command creates five libraries in the /libraries/library_domains/dom_1 directory.


This updates the lib_search_path
Back to top
raju3295



Joined: 04 Jan 2007
Posts: 131
Helped: 5


Post21 Aug 2008 12:27   

set_attribute encounter rtl compiler


set_attribute library $lib_list
will be used for specifiyin the target libraries for the whole design,, the tool will have liberty to use the specified libs in the lib_list as needed it thinks,,,


while create_power_domain is to create the physical power domain and we can update the power domain after that with the specified library and specified instance list etc.....

Added after 2 minutes:

create_library_domain
Creates the specified library domains. To use dedicated libraries with portions of the design,
you must use this command before you read in any libraries for the specified library domains.
The command returns the directory path to the library domains that it creates.
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> ASIC Design Methodologies & Tools (Digital) -> porting define_design_lib to RTL compiler
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Design Compiler & RTL Compiler (1)
RTL Compiler (7)
RTL compiler (2)
RTL compiler error (4)
RTL Encounter VS Design Compiler (11)
[REQ] Encounter RTL Compiler ! (3)
Question About RTL Compiler (10)
RTL COMPILER and ETC (1)
rtl compiler can use DW componet ? (4)
Cadence RC 4.1 RTL Compiler environment variables.... (2)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS