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.

[DC]error:The target library does not contain an inverter.

Status
Not open for further replies.

sherryshe

Newbie
Joined
Oct 31, 2021
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
19
Hi,
When I compile the design, it comes an error: the target library does not contain an inverter. An inverter is required for mapping. (OPT-101)

The db file is converted from a lib manually and the lib file does contain inverter, buffer, and, or gate.

Here is the partial lib of cell INV and the function is !I.
pin (Z) {
direction : output;
function : "!I ";
power_down_function : "(!VDD) + (GND)";
related_ground_pin : GND;
related_power_pin : VDD;
max_capacitance : 0.007;
timing () {

Could anyone please tell me how to solve this problem?
Thanks in advance!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top