v2lvs中verilog库是什么?
时间:10-02
整理:3721RD
点击:
v2lvs命令中,v2lvs-l 参数后引用的verilog库是什么库呢?这个库有什么作用呢?-s 有SPICE库就可以了吧,这个库不加行不行呢?
this verilog file is the verilog model of each standard cell, with ports definition.
It can help check the mismach between the spice netlist and the verilog netlist.
for v2lvs it can be useful
of course, you can also use the cell list spice netlist only for v2lvs.
It does not impact the results.
But if there are some lvs errors, maybe it will take some time to debug.
i got it, 3q
thanks very much!