?? res_acs.v
字號(hào):
//Actually the node is a CSA and not an ACS.`include "defs.h"module res_ACS(compare, traceback_path0, traceback_path1, in_path0, in_path1);input compare;input in_path0, in_path1;output traceback_path0, traceback_path1;//tracebackwire in_path = in_path0 | in_path1;wire traceback_path0 = in_path & (compare == 1);wire traceback_path1 = in_path & (compare == 0); endmodule
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -