pascalkuthe / OpenVAF

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

Fix for crash when compiling module with no parameters. #128

Open gjcoram opened 1 month ago

gjcoram commented 1 month ago

See https://github.com/pascalkuthe/OpenVAF/issues/103

gjcoram commented 1 week ago

This is the correct commit. Apparently, having a dummy parameter interns the empty string (possibly the unit or description of the parameter), so that the later lookup of the empty string finds a match.