📄 mybufg.v
字号:
`timescale 1ns/100ps //added by sailaja
module mybufg (
I,
O
);
//Input/Output declarations
input I;
output O;
//attribute syn_hier : string;
//attribute syn_hier of mybufg_arch: architecture is "hard";
//bufg u1 (I,O);
BUFG u1 (O,I);
endmodule
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -