2012年10月13日 星期六

Verilog HDL: Switch-level Modeling

源自http://asic-soc.blogspot.tw/2012/06/verilog-hdl-switch-level-modeling.html

Verilog HDL: Switch-level Modeling

Mos  switch  keywords :
->nmos(output,data,control)
->pmos(output,data,control)
->cmos(output,data,ncontrol,pcontrol);          
   

Bidirectional  switch  keywords :
->trans (inout1,inout2);
->tranif0(inout1,inout2,control);
->tranif1(inout1,inout2,control);

Power  and  Ground  Keywords :
->supply1     //vdd
->supply0     //vss  or  GND

Resistive  Switch  Keywords :
->rnmos       //resistive  nmos
->rpmos       //resistive  pmos
->rcmos
->rtrans
->rtranif0
->rtranif1
You might

沒有留言:

張貼留言

Node-Red --> MQTT --> Fuxa

Node-Red --> MQTT --> Fuxa      FUXA(一個開源的 Web HMI / SCADA 自動化監控軟體)的專案設定檔 。 這份設定檔完整定義了 HMI 監控畫面的 後端通訊(MQTT 連線、點位標籤) 與 前端網頁圖形介面(SVG 畫布...