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

📄 control.edn

📁 Core_PWM,verilog语言编写
💻 EDN
📖 第 1 页 / 共 5 页
字号:
        (property area (integer 0))
       )
    )
    (cell BUFF (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "A"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AX1B (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "(!A & !B) ^ C"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
           (port C (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AO1D (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "(!A & !B) + C"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
           (port C (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AO1B (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "(A & B) + !C"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
           (port C (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AO13 (cellType GENERIC)
      (property dont_touch (string "true"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "A & B + A & !C + B & !C"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
           (port C (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AND3 (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "A & B & C"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
           (port C (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
    (cell AND2 (cellType GENERIC)
      (property dont_touch (string "false"))
      (property area (integer 1))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "A & B"))
 )
           (port A (direction INPUT)
           (property capacitance (integer 1))
 )
           (port B (direction INPUT)
           (property capacitance (integer 1))
 )
         )
        (property is_combinational (integer 1))
        (property area (integer 1))
       )
    )
  )
  (library work
    (edifLevel 0)
    (technology (numberDefinition ))
    (cell control (cellType GENERIC)
       (view verilog (viewType NETLIST)
         (interface
           (port CLK48M (direction INPUT)
 )
           (port (array (rename key "key[2:0]") 3) (direction INPUT))
           (port rst (direction INPUT))
           (port (array (rename addr "addr[2:0]") 3) (direction OUTPUT))
           (port (array (rename data "data[7:0]") 8) (direction OUTPUT))
           (port (array (rename led "LED[2:0]") 3) (direction OUTPUT))
         )
         (contents
          (instance un3_count_I_72 (viewRef prim (cellRef NOR2B (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_105 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_104 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_98 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_97 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_91 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_90 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_84 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_83 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_77 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_76 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_73 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_66 (viewRef prim (cellRef XOR2 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_65 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_62 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance un3_count_I_16 (viewRef prim (cellRef AND3 (libraryRef fusion)))
           (property is_instantiated (integer 1))
          )
          (instance (rename key_buf_0_2 "key_buf_0[2]") (viewRef prim (cellRef NOR3C (libraryRef fusion)))          )
          (instance CLK48M_pad_1 (viewRef prim (cellRef BUFF (libraryRef fusion)))
          )
          (instance CLK48M_pad_0 (viewRef prim (cellRef BUFF (libraryRef fusion)))
          )
          (instance (rename addr_1_1_0 "addr_1_1[0]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance (rename addr_1_0_0 "addr_1_0[0]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance (rename addr_1_0_1 "addr_1_0[1]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance (rename addr_1_2_2 "addr_1_2[2]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance (rename addr_1_1_2 "addr_1_1[2]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance (rename addr_1_0_2 "addr_1_0[2]") (viewRef prim (cellRef DFN1C1 (libraryRef fusion)))
          )
          (instance data7_1_sqmuxa_i_0_0 (viewRef prim (cellRef OR3B (libraryRef fusion)))          )
          (instance data3_1_sqmuxa_i_0_0 (viewRef prim (cellRef OR3B (libraryRef fusion)))          )

⌨️ 快捷键说明

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