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