The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> help for streamin cdl to schematic
https://designers-guide.org/forum/YaBB.pl?num=1556517067

Message started by miles2018 on Apr 28th, 2019, 10:51pm

Title: help for streamin cdl to schematic
Post by miles2018 on Apr 28th, 2019, 10:51pm

I'm using ic51 to streamin cdl to schematic(BUF), but get wrong mos value w=0 and l=0. I guess this was caused by the variables defined in the IVG, is there way deal with it ?
my cdl like:
.SUBCKT IVG A Z VDD GND
MN0 Z A GND GND NM L=NL W=NW
MP0 Z A VDD VDD PM L=PL W=PW
.ENDS
.SUBCKT BUF VDD GND A Z
XI1 NET4 Z VDD GND IVG PW=0.7U PL=0.13U NW=0.3U NL=0.13U
.ENDS

my devmap like:
devMap := nfet nmos4
propMatch : subType NM
termMap := D D G G S S B B
propMap := W w L l M m
addPorp := model NCH

devMap := pfet pmos4
propMatch : subType PM
termMap := D D G G S S B B
propMap := W w L l M m
addPorp := model PCH

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.