pascalkuthe / OpenVAF

An innovative Verilog-A compiler
https://openvaf.semimod.de/
GNU General Public License v3.0
113 stars 15 forks source link

Declaration of array #112

Open nikhil-garg opened 4 months ago

nikhil-garg commented 4 months ago

I cannot declare array which works otherwise fine with Cadence: real PoffVector[1:500], Poff;

metroid120 commented 4 months ago

This is currently not supported. Only the features used in CMC standard compact models are supported for now.