From 9eeab1463952310948838c56f5d9f5bf46ec823e Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 12 Nov 2020 14:33:42 -0800 Subject: [PATCH] Add comment before pininfo --- compiler/base/hierarchy_spice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/base/hierarchy_spice.py b/compiler/base/hierarchy_spice.py index 7e09b970..81676ec1 100644 --- a/compiler/base/hierarchy_spice.py +++ b/compiler/base/hierarchy_spice.py @@ -297,7 +297,7 @@ class spice(): " ".join(self.pins))) # write a PININFO line - pin_info = ".PININFO" + pin_info = "*.PININFO" for pin in self.pins: if self.pin_type[pin] == "INPUT": pin_info += " {0}:I".format(pin)