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

沒有留言:

張貼留言

ESP32 遠端感應控制系統

ESP32 遠端感應控制系統 目前的架構設計(結合了 ESP32、RFID、MQTT、Node-RED 與 Telegram 遠端雙向控制 ),這個系統的核心價值在於 即時感應、雲端中繼、智慧自動化與即時通訊回報 。 整個架構透過無線網路(Wi-Fi),將現場的硬體感測端、雲端訊...