|
楼主 |
发表于 2023-9-21 11:07:23
|
显示全部楼层
Error: The target library for the opcond (voltage = 1.200000V, process = 1.000000, temperature = 25.000000) does not contain all required gates.
Either a NOR, or an AND and an OR gate (two-input) is required for mapping. (MV-007)
This problem occurred at:
<top design>
Error: The target library does not contain all required gates.
Either a NOR, or an AND and an OR gate (two-input) is required for mapping. (OPT-102)
0
这是使用代码
remove_attribute {ua11lschs12bdr_120c25_tc/AN2* ua11lschs12bdr_120c25_tc/INV* ua11lschs12bdr_120c25_tc/ND2*} dont_use
工具输出的日志文件。
理论上或门可以由非门和与门构成的,所以理论上最少的门类型应该是or和inv。但是却需要最少打开三个门(an、inv、or)才行。
但是这3个门(或门、非门、或非门)也可以,而这3个门(与门、非门、与非门)却不可以。
|
|