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

沒有留言:

張貼留言

2024產專班 作業2 (純模擬)

2024產專班 作業2  (純模擬) 1) LED ON,OFF,TIMER,FLASH 模擬 (switch 控制) 2)RFID卡號模擬 (buttom  模擬RFID UID(不從ESP32) Node-Red 程式 [{"id":"d8886...