?? nand3_b.v
字號(hào):
`celldefinemodule nand3_b(y,a,b,c);input a,b,c;output y;nand (y, a, b, c);specify// Path Delays (a,b,c => y) = 0.89;// Intrinsic characteristics that affect timing specparam cell_area=259.2, // layout area max_load$ = 0.5, // maximum load resistance$y=1.4, slope$y=0.2, capacitance$=0.044; endspecifyendmodule`endcelldefine
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -