obufds_lvds_25.v
来自「xilinx公司的开放的源码」· Verilog 代码 · 共 35 行
V
35 行
// $Header: /home/oc/cvs/or1k/xess/xsv_fpga/orp_soc/lib/xilinx/unisims/OBUFDS_LVDS_25.v,v 1.1 2002/03/28 20:15:28 lampret Exp $/*FUNCTION : OUTPUT BUFFER*/`timescale 100 ps / 10 ps`celldefinemodule OBUFDS_LVDS_25 (O, OB, I); parameter cds_action = "ignore"; output O, OB; input I; tri0 GTS = glbl.GTS; bufif0 B1 (O, I, GTS); notif0 N1 (OB, I, GTS); specify (I *> O) = (1, 1); (I *> OB) = (1, 1); endspecifyendmodule`endcelldefine
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?