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

📄 uart_test.edn

📁 自己实用Verilog编写的UART程序
💻 EDN
📖 第 1 页 / 共 5 页
字号:
      (property area (integer 0))
       (view prim (viewType NETLIST)
         (interface
           (port Y (direction OUTPUT)
           (property max_fanout (integer 2000))
           (property function (string "PAD"))
 )
           (port PAD (direction INPUT)
           (property min_pulse_width_low (integer 2))
           (property min_pulse_width_high (integer 2))
           (property capacitance (integer 1))
           (property is_pad (string "true"))
 )
         )
        (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 AX1C (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 AX1 (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 AOI1B (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 AO1A (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 AO1 (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 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 send (cellType GENERIC)
       (view netlist (viewType NETLIST)
         (interface
           (port (array (rename senddata "senddata[7:0]") 8) (direction INPUT))
           (port clock_c (direction INPUT))
           (port TXD_c (direction OUTPUT))
           (port WR (direction INPUT))
           (port clkout (direction OUTPUT))
         )
         (contents
          (instance clkout_inferred_clock_0 (viewRef prim (cellRef BUFF (libraryRef PA3)))
          )
          (instance un1_bincnt_I_19 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un1_bincnt_I_21 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un3_cnt_1_I_8 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un3_cnt_1_I_19 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un3_cnt_1_I_51 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un3_cnt_1_I_72 (viewRef prim (cellRef NOR2B (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance clkout_0_a3_12 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
          (instance clkout_0_a3_10 (viewRef prim (cellRef NOR3B (libraryRef PA3)))          )
          (instance clkout_0_a3_8 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
          (instance clkout_0_a3_6 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
          (instance clkout_0_a3_4 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
          (instance clkout_0_a3_2 (viewRef prim (cellRef NOR3A (libraryRef PA3)))          )
          (instance clkout_0_a3_0 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
          (instance clkout_0_a3 (viewRef prim (cellRef NOR3C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_32 (viewRef prim (cellRef OR3 (libraryRef PA3)))          )
          (instance txd_reg_5_iv_0_a3_0_1 (viewRef prim (cellRef OR2A (libraryRef PA3)))          )
          (instance WR_ctr_1_0 (viewRef prim (cellRef AO1 (libraryRef PA3)))          )
          (instance txd_reg_5_iv_0 (viewRef prim (cellRef OA1B (libraryRef PA3)))          )
          (instance (rename bincnt_6_i_3 "bincnt_6_i[3]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
          (instance (rename bincnt_6_i_2 "bincnt_6_i[2]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
          (instance (rename bincnt_6_i_1 "bincnt_6_i[1]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
          (instance (rename bincnt_6_i_0 "bincnt_6_i[0]") (viewRef prim (cellRef OA1A (libraryRef PA3)))          )
          (instance bincnt_0_sqmuxa_i (viewRef prim (cellRef OR2B (libraryRef PA3)))          )
          (instance bincnt10lto3_i_a3 (viewRef prim (cellRef OAI1 (libraryRef PA3)))          )
          (instance txd_reg_5_iv_0_a3 (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_9 "cnt_4_0_a3[9]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_8 "cnt_4_0_a3[8]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_7 "cnt_4_0_a3[7]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_0 "cnt_4_0_a3[0]") (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_12 "cnt_4_0_a3[12]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance (rename cnt_4_0_a3_3 "cnt_4_0_a3[3]") (viewRef prim (cellRef NOR2A (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_9 (viewRef prim (cellRef NOR2 (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_1 (viewRef prim (cellRef OR2B (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_34 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_23 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_16 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_12 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_7 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_5 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance Datainbuf2_2_Datainbuf2_2_3 (viewRef prim (cellRef MX2C (libraryRef PA3)))          )
          (instance TI_5_r (viewRef prim (cellRef OA1C (libraryRef PA3)))          )
          (instance txd_reg (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance TI (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf2_0 "Datainbuf2[0]") (viewRef prim (cellRef DFN1E0 (libraryRef PA3)))
          )
          (instance WR_ctr (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_1 "Datainbuf[1]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_2 "Datainbuf[2]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_3 "Datainbuf[3]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_4 "Datainbuf[4]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_5 "Datainbuf[5]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_6 "Datainbuf[6]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_7 "Datainbuf[7]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename Datainbuf_8 "Datainbuf[8]") (viewRef prim (cellRef DFN1E1 (libraryRef PA3)))
          )
          (instance (rename cnt_0 "cnt[0]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_1 "cnt[1]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_2 "cnt[2]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_3 "cnt[3]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_4 "cnt[4]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_5 "cnt[5]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_6 "cnt[6]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_7 "cnt[7]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_8 "cnt[8]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_9 "cnt[9]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_10 "cnt[10]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_11 "cnt[11]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_12 "cnt[12]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_13 "cnt[13]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_14 "cnt[14]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename cnt_15 "cnt[15]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename bincnt_0 "bincnt[0]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename bincnt_1 "bincnt[1]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename bincnt_2 "bincnt[2]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance (rename bincnt_3 "bincnt[3]") (viewRef prim (cellRef DFN1 (libraryRef PA3)))
          )
          (instance un1_bincnt_I_18 (viewRef prim (cellRef XOR2 (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )
          (instance un1_bincnt_I_17 (viewRef prim (cellRef XOR2 (libraryRef PA3)))
           (property is_instantiated (integer 1))
          )

⌨️ 快捷键说明

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