From 5d4b323009d2ce4320038558b6b81e5d8027fdd1 Mon Sep 17 00:00:00 2001 From: Fabien Corona Date: Tue, 22 Nov 2022 14:58:53 +0000 Subject: [PATCH] Ibis : correct net name for device generation --- eeschema/sim/kibis/kibis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sim/kibis/kibis.cpp b/eeschema/sim/kibis/kibis.cpp index 3e0bbafb00..915f1fe630 100644 --- a/eeschema/sim/kibis/kibis.cpp +++ b/eeschema/sim/kibis/kibis.cpp @@ -1295,7 +1295,7 @@ bool KIBIS_PIN::writeSpiceDevice( std::string* aDest, std::string aName, KIBIS_M result += "RPIN 1 PIN "; result += doubleToString( m_Rpin.value[aParam.m_Rpin] ); result += "\n"; - result += "LPIN DIE 1 "; + result += "LPIN DIE0 1 "; result += doubleToString( m_Lpin.value[aParam.m_Lpin] ); result += "\n"; result += "CPIN PIN GND ";