glbl.v
来自「xilinx官方PCIcore 有详细说明文档」· Verilog 代码 · 共 25 行
V
25 行
/*********************************************************************** File: glbl.v Rev: 3.0.0 This file contains the global module required for Verilog simulation. It is identical to what is provided in $XILINX/verilog/src, and is provided here for convenience. Copyright (c) 2003 Xilinx, Inc. All rights reserved.***********************************************************************/`timescale 1 ns / 1 psmodule glbl (); wire GR; wire GSR; wire GTS; wire PRLD;endmodule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?