亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? alu.edf

?? 這些是verilog編程實(shí)例5,僅供參考
?? EDF
?? 第 1 頁 / 共 3 頁
字號(hào):
(edif alu
  (edifVersion 2 0 0)
  (edifLevel 0)
  (keywordMap (keywordLevel 0))
  (status
    (written
      (timeStamp 2002 11 8 9 10 20)
      (author "Synplicity, Inc.")
      (program "Synplify" (version "7.0.0, Build 129R"))
     )
   )
  (library VIRTEX
    (edifLevel 0)
    (technology (numberDefinition ))
    (cell IBUF (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port O (direction OUTPUT))
           (port I (direction INPUT))
         )
       )
    )
    (cell OBUF (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port O (direction OUTPUT))
           (port I (direction INPUT))
         )
       )
    )
    (cell LUT4 (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I0 (direction INPUT))
           (port I1 (direction INPUT))
           (port I2 (direction INPUT))
           (port I3 (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell LUT3 (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I0 (direction INPUT))
           (port I1 (direction INPUT))
           (port I2 (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell LUT2 (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I0 (direction INPUT))
           (port I1 (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell XORCY (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port LI (direction INPUT))
           (port CI (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell MUXCY_L (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port DI (direction INPUT))
           (port CI (direction INPUT))
           (port S (direction INPUT))
           (port LO (direction OUTPUT))
         )
       )
    )
    (cell MUXF5 (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I0 (direction INPUT))
           (port I1 (direction INPUT))
           (port S (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
    (cell BUFGP (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port I (direction INPUT))
           (port O (direction OUTPUT))
         )
       )
    )
  )
  (library UNILIB
    (edifLevel 0)
    (technology (numberDefinition ))
    (cell LD (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port Q (direction OUTPUT))
           (port D (direction INPUT))
           (port G (direction INPUT))
         )
       )
    )
    (cell FD (cellType GENERIC)
       (view PRIM (viewType NETLIST)
         (interface
           (port Q (direction OUTPUT))
           (port D (direction INPUT))
           (port C (direction INPUT))
         )
       )
    )
    (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 alu (cellType GENERIC)
       (view verilog (viewType NETLIST)
         (interface
           (port (array (rename a "a[7:0]") 8) (direction INPUT))
           (port (array (rename b "b[7:0]") 8) (direction INPUT))
           (port (array (rename opcode "opcode[2:0]") 3) (direction INPUT))
           (port (array (rename outp_a "outp_a[7:0]") 8) (direction OUTPUT))
           (port (array (rename outp_s "outp_s[7:0]") 8) (direction OUTPUT))
           (port clk (direction INPUT)
 )
         )
         (contents
          (instance VCC (viewRef PRIM (cellRef VCC (libraryRef UNILIB)))          )
          (instance GND (viewRef PRIM (cellRef GND (libraryRef UNILIB)))          )
          (instance un1_a_1_axb_0 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_1 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_2 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_3 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_4 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_5 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance un1_a_1_axb_6 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "A956"))
          )
          (instance (rename outp_aZ0Z_1 "outp_a[1]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_2 "outp_a[2]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_3 "outp_a[3]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_4 "outp_a[4]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_5 "outp_a[5]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_6 "outp_a[6]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_7 "outp_a[7]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_0 "outp_s[0]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_1 "outp_s[1]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_2 "outp_s[2]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_3 "outp_s[3]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_4 "outp_s[4]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_5 "outp_s[5]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_6 "outp_s[6]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_sZ0Z_7 "outp_s[7]") (viewRef PRIM (cellRef FD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance (rename outp_aZ0Z_0 "outp_a[0]") (viewRef PRIM (cellRef LD (libraryRef UNILIB)))
           (property IOB (string "TRUE"))
          )
          (instance un1_outp_a25 (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "57"))
          )
          (instance (rename outp_s_8_0 "outp_s_8[0]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_0 "outp_s_8_bm[0]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_0 "outp_s_8_am[0]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_1 "outp_s_8[1]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_1 "outp_s_8_bm[1]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_1 "outp_s_8_am[1]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_2 "outp_s_8[2]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_2 "outp_s_8_bm[2]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_2 "outp_s_8_am[2]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_3 "outp_s_8[3]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_3 "outp_s_8_bm[3]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_3 "outp_s_8_am[3]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_4 "outp_s_8[4]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_4 "outp_s_8_bm[4]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_4 "outp_s_8_am[4]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_5 "outp_s_8[5]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_5 "outp_s_8_bm[5]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_5 "outp_s_8_am[5]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_6 "outp_s_8[6]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_6 "outp_s_8_bm[6]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_6 "outp_s_8_am[6]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance (rename outp_s_8_7 "outp_s_8[7]") (viewRef PRIM (cellRef MUXF5 (libraryRef VIRTEX)))
           (property mapinfo (string "F5MUX"))
          )
          (instance (rename outp_s_8_bm_7 "outp_s_8_bm[7]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "E8"))
          )
          (instance (rename outp_s_8_am_7 "outp_s_8_am[7]") (viewRef PRIM (cellRef LUT3 (libraryRef VIRTEX)))
           (property init (string "72"))
          )
          (instance un1_a_1_axb_7 (viewRef PRIM (cellRef LUT4 (libraryRef VIRTEX)))
           (property init (string "E11E"))
          )
          (instance NoName_un1_un1_opcode_i (viewRef PRIM (cellRef LUT2 (libraryRef VIRTEX)))
           (property init (string "E"))
          )
          (instance clk_ibuf (viewRef PRIM (cellRef BUFGP (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_7 "outp_s_obuf[7]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_6 "outp_s_obuf[6]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_5 "outp_s_obuf[5]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_4 "outp_s_obuf[4]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_3 "outp_s_obuf[3]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_2 "outp_s_obuf[2]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_1 "outp_s_obuf[1]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_s_obuf_0 "outp_s_obuf[0]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_7 "outp_a_obuf[7]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_6 "outp_a_obuf[6]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_5 "outp_a_obuf[5]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_4 "outp_a_obuf[4]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_3 "outp_a_obuf[3]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_2 "outp_a_obuf[2]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))
          )
          (instance (rename outp_a_obuf_1 "outp_a_obuf[1]") (viewRef PRIM (cellRef OBUF (libraryRef VIRTEX)))

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美色一区| 成人aa视频在线观看| 国产成人自拍网| 91美女片黄在线观看91美女| 欧美一区二区私人影院日本| 亚洲视频一区在线| 国产一区二区三区精品视频| 在线亚洲一区二区| 国产欧美日韩三区| 精品一区二区精品| 欧美精三区欧美精三区| 亚洲欧洲三级电影| 国产成人在线视频网址| 日韩美女在线视频| 日本在线不卡视频| 在线观看日韩精品| 亚洲精选视频免费看| 国产v日产∨综合v精品视频| 欧美成人精品高清在线播放| 婷婷成人激情在线网| 欧美最猛性xxxxx直播| 亚洲三级在线播放| 91香蕉视频mp4| 亚洲色图在线播放| 99re这里只有精品视频首页| 国产精品理论在线观看| 福利视频网站一区二区三区| 久久午夜免费电影| 国产成人啪午夜精品网站男同| 欧美一级淫片007| 日本一区中文字幕| 日韩一级免费观看| 久久精品噜噜噜成人88aⅴ| 91麻豆精品91久久久久同性| 日韩制服丝袜av| 日韩欧美一区在线| 蜜乳av一区二区| 精品国产区一区| 国产麻豆精品视频| 中文在线资源观看网站视频免费不卡| 国产精品正在播放| 国产精品私人影院| 91蝌蚪porny九色| 亚洲影院免费观看| 日韩一区二区视频在线观看| 另类小说一区二区三区| 中文字幕精品—区二区四季| 97久久精品人人爽人人爽蜜臀 | 亚洲免费在线电影| 在线一区二区视频| 美女免费视频一区| 国产欧美日韩麻豆91| 91福利在线免费观看| 免费欧美在线视频| 中文字幕欧美国产| 欧美三级日韩三级国产三级| 美女一区二区在线观看| 欧美国产欧美综合| 欧美色精品天天在线观看视频| 免费在线成人网| 国产精品国产三级国产有无不卡 | 亚洲视频狠狠干| 欧美日韩国产首页| 国产成人精品aa毛片| 亚洲精品成人在线| 欧美白人最猛性xxxxx69交| 成人网男人的天堂| 久草在线在线精品观看| 久久精品在线免费观看| 欧美三级中文字| 国产一区美女在线| 亚洲一区二区三区中文字幕| 精品国产伦理网| 色系网站成人免费| 国产盗摄精品一区二区三区在线| 亚洲精品国产一区二区三区四区在线| 欧美日韩一区二区三区免费看| 国产精品69毛片高清亚洲| 五月天丁香久久| 国产精品黄色在线观看| 日韩欧美亚洲另类制服综合在线| av资源网一区| 国产制服丝袜一区| 日韩精品一卡二卡三卡四卡无卡| 国产精品欧美久久久久无广告| 欧美一区二区私人影院日本| 在线视频中文字幕一区二区| 成人午夜短视频| 久久91精品国产91久久小草| 一区二区三区免费| 亚洲欧洲日韩一区二区三区| 精品成人在线观看| 91精品中文字幕一区二区三区| 色综合久久久久| 成人av在线网| 国产高清一区日本| 国产伦精品一区二区三区在线观看| 亚洲一区二区成人在线观看| 亚洲色图视频网站| 欧美国产一区在线| 久久蜜桃香蕉精品一区二区三区| 欧美日韩国产电影| 欧美久久久久久久久| 欧美日韩专区在线| 欧美性受xxxx| 欧美视频在线观看一区| 色哟哟在线观看一区二区三区| 成人国产一区二区三区精品| 国产高清精品久久久久| 国产精品亚洲а∨天堂免在线| 精东粉嫩av免费一区二区三区| 日本中文字幕一区| 日韩黄色片在线观看| 免费黄网站欧美| 日韩精品成人一区二区在线| 舔着乳尖日韩一区| 麻豆精品国产传媒mv男同| 日韩va欧美va亚洲va久久| 天天色 色综合| 日本成人在线一区| 国产精品一区三区| 成人午夜免费视频| 99re视频这里只有精品| 色久综合一二码| 欧美午夜精品理论片a级按摩| 欧美制服丝袜第一页| 欧美欧美欧美欧美| 日韩一二三四区| 欧美sm极限捆绑bd| 久久九九影视网| 中文字幕第一区| 一区二区三区电影在线播| 一区二区三区高清在线| 蜜臂av日日欢夜夜爽一区| 国产一区二区不卡在线 | 中文字幕亚洲电影| 亚洲午夜视频在线| 久久机这里只有精品| 国产91精品一区二区麻豆网站| av高清不卡在线| 欧美日韩高清一区二区三区| 欧美不卡视频一区| 亚洲欧美另类图片小说| 午夜伊人狠狠久久| 国产成人综合在线| 欧美日免费三级在线| 久久久久久久久久美女| 亚洲欧美日韩系列| 国产在线播精品第三| 99re这里都是精品| 日韩区在线观看| 中文字幕一区在线观看视频| 日本va欧美va欧美va精品| 丰满亚洲少妇av| 91 com成人网| 国产精品久久毛片av大全日韩| 天天爽夜夜爽夜夜爽精品视频| 国产成人av电影在线观看| 欧洲国产伦久久久久久久| 久久久久久久综合日本| 亚洲成a人在线观看| 国产成人午夜片在线观看高清观看| 色88888久久久久久影院按摩| 久久只精品国产| 午夜电影网一区| 91视频观看视频| 国产午夜精品久久久久久久| 婷婷国产v国产偷v亚洲高清| av电影天堂一区二区在线观看| 欧美大度的电影原声| 亚洲第一综合色| 99久久精品国产导航| 久久一日本道色综合| 日韩精品久久理论片| 91精品办公室少妇高潮对白| 国产精品欧美一区喷水| 久久 天天综合| 日韩视频在线永久播放| 天天射综合影视| 欧美色图激情小说| 亚洲日本电影在线| 成人av一区二区三区| 国产日韩欧美精品电影三级在线| 开心九九激情九九欧美日韩精美视频电影 | 亚洲激情五月婷婷| 不卡的看片网站| 国产精品久久毛片| 成人一区二区三区视频| 精品精品国产高清a毛片牛牛| 亚洲国产精品人人做人人爽| 91麻豆国产精品久久| 亚洲丝袜美腿综合| www.成人在线| 成人免费在线视频| 99国产精品久| 亚洲永久免费视频| 欧美嫩在线观看| 美腿丝袜亚洲三区| 日韩精品专区在线| 九九热在线视频观看这里只有精品|