⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldc.edf

📁 Xilinx Ise 官方源代码盘 第四章
💻 EDF
字号:
(edif (rename ldc "LDC")
  (edifVersion 2 0 0)
  (edifLevel 0)
  (keywordMap (keywordLevel 0))
  (status
    (written
      (timeStamp 1998 10 2 12 54 25)
      (author "Synplicity, Inc.")
      (program "Synplify" (version "5.0.7"))
     )
   )
  (external UNILIB
    (edifLevel 0)
    (technology (numberDefinition ))
    (cell INV (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell GND (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port G (direction OUTPUT))
         )
       )
    )
    (cell VCC (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port P (direction OUTPUT))
         )
       )
    )
  )
  (library work
    (edifLevel 0)
    (technology (numberDefinition ))
    (cell LDCE_1 (cellType GENERIC)
       (view verilog (viewType NETLIST)
         (interface
           (port D (direction INPUT))
           (port GE (direction INPUT))
           (port G (direction INPUT))
           (port CLR (direction INPUT))
           (port Q (direction OUTPUT))
         )
       )
    )
    (cell (rename ldc "LDC") (cellType GENERIC)
       (view verilog (viewType NETLIST)
         (interface
           (port D (direction INPUT))
           (port G (direction INPUT))
           (port CLR (direction INPUT))
           (port Q (direction OUTPUT))
         )
         (contents
          (instance instLDCE_1 (viewRef verilog (cellRef LDCE_1)))
          (instance VCC (viewRef PRIM (cellRef VCC (libraryRef UNILIB))))
          (instance GND (viewRef PRIM (cellRef GND (libraryRef UNILIB))))
          (instance G_i (viewRef PRIM (cellRef INV (libraryRef UNILIB))))
          (net D (joined
           (portRef D)
           (portRef D (instanceRef instLDCE_1))
          ))
          (net G (joined
           (portRef I (instanceRef G_i))
           (portRef G)
          ))
          (net CLR (joined
           (portRef CLR)
           (portRef CLR (instanceRef instLDCE_1))
          ))
          (net (rename VCCZ0 "VCC") (joined
           (portRef P (instanceRef VCC))
           (portRef GE (instanceRef instLDCE_1))
          ))
          (net (rename GNDZ0 "GND") (joined
           (portRef G (instanceRef GND))
          ))
          (net (rename G_iZ0 "G_i") (joined
           (portRef O (instanceRef G_i))
           (portRef G (instanceRef instLDCE_1))
          ))
          (net Q (joined
           (portRef Q (instanceRef instLDCE_1))
           (portRef Q)
          ))
         )
       )
    )
  )
  (design (rename ldc "LDC") (cellRef ldc (libraryRef work))
	(property PART (string "4002xlpc84-09") (owner "Xilinx")))
)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -