Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Compile Nangate45 library with Synopsys' Library Compiler

Status
Not open for further replies.

thomas.whatsoever

Newbie level 2
Joined
Aug 28, 2018
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
22
Hi,

I am trying to compile the Open Cell Nangate45 Library with the Synopsys Library Compiler. By searching how to do this I came across the instruction from **broken link removed**. According to this it should basically work like this:

1. Starting Synopsys Library Compiler
Code:
$ lc_shell

2. Within Library Compiler read .lib file and write as .db file
Code:
read_lib library.lib
write_lib library -format db -output library.db

However, if I try this with the unmodified NangateOpenCellLibrary_functional.lib (from the PDKv1_3) I get the errors and warnings you can see below. Does somebody has an idea what could be the problem and how to solve this?

Best regards,
Thomas

---

Code:
Error: Line 48, Cell 'AND2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 76, Cell 'AND2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 104, Cell 'AND2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 132, Cell 'AND3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 165, Cell 'AND3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 198, Cell 'AND3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 231, Cell 'AND4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 269, Cell 'AND4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 307, Cell 'AND4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 345, Cell 'ANTENNA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 365, Cell 'AOI211_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 403, Cell 'AOI211_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 441, Cell 'AOI211_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 479, Cell 'AOI21_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 512, Cell 'AOI21_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 545, Cell 'AOI21_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 578, Cell 'AOI221_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 621, Cell 'AOI221_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 664, Cell 'AOI221_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 707, Cell 'AOI222_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 755, Cell 'AOI222_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 803, Cell 'AOI222_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 851, Cell 'AOI22_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 889, Cell 'AOI22_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 927, Cell 'AOI22_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 965, Cell 'BUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 988, Cell 'BUF_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1011, Cell 'BUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1034, Cell 'BUF_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1057, Cell 'BUF_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1080, Cell 'BUF_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1103, Cell 'CLKBUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1126, Cell 'CLKBUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1149, Cell 'CLKBUF_X3', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1172, Cell 'CLKGATETST_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1224, Cell 'CLKGATETST_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1276, Cell 'CLKGATETST_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1328, Cell 'CLKGATETST_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1380, Cell 'CLKGATE_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1424, Cell 'CLKGATE_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1468, Cell 'CLKGATE_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1512, Cell 'CLKGATE_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1556, Cell 'DFFRS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1610, Cell 'DFFRS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1664, Cell 'DFFR_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1710, Cell 'DFFR_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1756, Cell 'DFFS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1802, Cell 'DFFS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1848, Cell 'DFF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1888, Cell 'DFF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1928, Cell 'DLH_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1962, Cell 'DLH_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1996, Cell 'DLL_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2030, Cell 'DLL_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2064, Cell 'FA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2103, Cell 'FILLCELL_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2119, Cell 'FILLCELL_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2135, Cell 'FILLCELL_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2151, Cell 'FILLCELL_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2167, Cell 'FILLCELL_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2183, Cell 'FILLCELL_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2199, Cell 'HA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2233, Cell 'INV_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2256, Cell 'INV_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2279, Cell 'INV_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2302, Cell 'INV_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2325, Cell 'INV_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2348, Cell 'INV_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2371, Cell 'LOGIC0_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2392, Cell 'LOGIC1_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2413, Cell 'MUX2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2446, Cell 'MUX2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2479, Cell 'NAND2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2507, Cell 'NAND2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2535, Cell 'NAND2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2563, Cell 'NAND3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2596, Cell 'NAND3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2629, Cell 'NAND3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2662, Cell 'NAND4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2700, Cell 'NAND4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2738, Cell 'NAND4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2776, Cell 'NOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2804, Cell 'NOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2832, Cell 'NOR2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2860, Cell 'NOR3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2893, Cell 'NOR3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2926, Cell 'NOR3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2959, Cell 'NOR4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2997, Cell 'NOR4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3035, Cell 'NOR4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3073, Cell 'OAI211_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3111, Cell 'OAI211_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3149, Cell 'OAI211_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3187, Cell 'OAI21_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3220, Cell 'OAI21_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3253, Cell 'OAI21_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3286, Cell 'OAI221_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3329, Cell 'OAI221_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3372, Cell 'OAI221_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3415, Cell 'OAI222_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3463, Cell 'OAI222_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3511, Cell 'OAI222_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3559, Cell 'OAI22_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3597, Cell 'OAI22_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3635, Cell 'OAI22_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3673, Cell 'OAI33_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3721, Cell 'OR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3749, Cell 'OR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3777, Cell 'OR2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3805, Cell 'OR3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3838, Cell 'OR3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3871, Cell 'OR3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3904, Cell 'OR4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3942, Cell 'OR4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3980, Cell 'OR4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4018, Cell 'SDFFRS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4085, Cell 'SDFFRS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4152, Cell 'SDFFR_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4211, Cell 'SDFFR_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4270, Cell 'SDFFS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4329, Cell 'SDFFS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4388, Cell 'SDFF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4441, Cell 'SDFF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4494, Cell 'TBUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4523, Cell 'TBUF_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4552, Cell 'TBUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4581, Cell 'TBUF_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4610, Cell 'TBUF_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4639, Cell 'TINV_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4668, Cell 'TLAT_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4708, Cell 'XNOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4736, Cell 'XNOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4764, Cell 'XOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4792, Cell 'XOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Warning: No 'time_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'capacitive_load_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'pulling_resistance_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'voltage_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'current_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: Line 33, The attribute 'slew_lower_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_upper_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_lower_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_upper_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'input_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'output_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'input_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'output_threshold_pct_fall' is not specified. (LBDB-605)
 

Hi,

I am trying to compile the Open Cell Nangate45 Library with the Synopsys Library Compiler. By searching how to do this I came across the instruction from **broken link removed**. According to this it should basically work like this:

1. Starting Synopsys Library Compiler
Code:
$ lc_shell

2. Within Library Compiler read .lib file and write as .db file
Code:
read_lib library.lib
write_lib library -format db -output library.db

However, if I try this with the unmodified NangateOpenCellLibrary_functional.lib (from the PDKv1_3) I get the errors and warnings you can see below. Does somebody has an idea what could be the problem and how to solve this?

Best regards,
Thomas

---

Code:
Error: Line 48, Cell 'AND2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 76, Cell 'AND2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 104, Cell 'AND2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 132, Cell 'AND3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 165, Cell 'AND3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 198, Cell 'AND3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 231, Cell 'AND4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 269, Cell 'AND4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 307, Cell 'AND4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 345, Cell 'ANTENNA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 365, Cell 'AOI211_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 403, Cell 'AOI211_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 441, Cell 'AOI211_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 479, Cell 'AOI21_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 512, Cell 'AOI21_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 545, Cell 'AOI21_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 578, Cell 'AOI221_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 621, Cell 'AOI221_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 664, Cell 'AOI221_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 707, Cell 'AOI222_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 755, Cell 'AOI222_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 803, Cell 'AOI222_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 851, Cell 'AOI22_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 889, Cell 'AOI22_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 927, Cell 'AOI22_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 965, Cell 'BUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 988, Cell 'BUF_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1011, Cell 'BUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1034, Cell 'BUF_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1057, Cell 'BUF_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1080, Cell 'BUF_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1103, Cell 'CLKBUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1126, Cell 'CLKBUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1149, Cell 'CLKBUF_X3', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1172, Cell 'CLKGATETST_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1224, Cell 'CLKGATETST_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1276, Cell 'CLKGATETST_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1328, Cell 'CLKGATETST_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1380, Cell 'CLKGATE_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1424, Cell 'CLKGATE_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1468, Cell 'CLKGATE_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1512, Cell 'CLKGATE_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1556, Cell 'DFFRS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1610, Cell 'DFFRS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1664, Cell 'DFFR_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1710, Cell 'DFFR_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1756, Cell 'DFFS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1802, Cell 'DFFS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1848, Cell 'DFF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1888, Cell 'DFF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1928, Cell 'DLH_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1962, Cell 'DLH_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 1996, Cell 'DLL_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2030, Cell 'DLL_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2064, Cell 'FA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2103, Cell 'FILLCELL_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2119, Cell 'FILLCELL_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2135, Cell 'FILLCELL_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2151, Cell 'FILLCELL_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2167, Cell 'FILLCELL_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2183, Cell 'FILLCELL_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2199, Cell 'HA_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2233, Cell 'INV_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2256, Cell 'INV_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2279, Cell 'INV_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2302, Cell 'INV_X32', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2325, Cell 'INV_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2348, Cell 'INV_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2371, Cell 'LOGIC0_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2392, Cell 'LOGIC1_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2413, Cell 'MUX2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2446, Cell 'MUX2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2479, Cell 'NAND2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2507, Cell 'NAND2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2535, Cell 'NAND2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2563, Cell 'NAND3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2596, Cell 'NAND3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2629, Cell 'NAND3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2662, Cell 'NAND4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2700, Cell 'NAND4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2738, Cell 'NAND4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2776, Cell 'NOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2804, Cell 'NOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2832, Cell 'NOR2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2860, Cell 'NOR3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2893, Cell 'NOR3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2926, Cell 'NOR3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2959, Cell 'NOR4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 2997, Cell 'NOR4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3035, Cell 'NOR4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3073, Cell 'OAI211_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3111, Cell 'OAI211_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3149, Cell 'OAI211_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3187, Cell 'OAI21_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3220, Cell 'OAI21_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3253, Cell 'OAI21_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3286, Cell 'OAI221_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3329, Cell 'OAI221_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3372, Cell 'OAI221_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3415, Cell 'OAI222_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3463, Cell 'OAI222_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3511, Cell 'OAI222_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3559, Cell 'OAI22_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3597, Cell 'OAI22_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3635, Cell 'OAI22_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3673, Cell 'OAI33_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3721, Cell 'OR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3749, Cell 'OR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3777, Cell 'OR2_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3805, Cell 'OR3_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3838, Cell 'OR3_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3871, Cell 'OR3_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3904, Cell 'OR4_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3942, Cell 'OR4_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 3980, Cell 'OR4_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4018, Cell 'SDFFRS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4085, Cell 'SDFFRS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4152, Cell 'SDFFR_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4211, Cell 'SDFFR_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4270, Cell 'SDFFS_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4329, Cell 'SDFFS_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4388, Cell 'SDFF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4441, Cell 'SDFF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4494, Cell 'TBUF_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4523, Cell 'TBUF_X16', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4552, Cell 'TBUF_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4581, Cell 'TBUF_X4', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4610, Cell 'TBUF_X8', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4639, Cell 'TINV_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4668, Cell 'TLAT_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4708, Cell 'XNOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4736, Cell 'XNOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4764, Cell 'XOR2_X1', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Error: Line 4792, Cell 'XOR2_X2', The 'drive_strength' attribute cannot be specified here. (LBDB-76)
Warning: No 'time_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'capacitive_load_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'pulling_resistance_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'voltage_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: No 'current_unit' attribute has been specified for the
	library. This attribute is needed in technology libraries. (LBDB-238)
Warning: Line 33, The attribute 'slew_lower_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_upper_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_lower_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'slew_upper_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'input_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'output_threshold_pct_rise' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'input_threshold_pct_fall' is not specified. (LBDB-605)
Warning: Line 33, The attribute 'output_threshold_pct_fall' is not specified. (LBDB-605)

The liberty format is a nightmare, tools have been half-assing support for it for years. I think you got some attributes in the .lib that library compiler cannot process.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top