feedkmodule.v
来自「FPGA verilog」· Verilog 代码 · 共 28 行
V
28 行
module FeedData
(
CLK,
Gain,
FeedK,
__output_name,
__output_name,
__inout_name,
__inout_name
);
input __input_name,
input __input_name,
output __output_name,
output __output_name,
inout __inout_name,
inout __inout_name
// Wire Declaration
// Integer Declaration
// Concurrent Assignment
// Always Construct
endmodule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?