Ibis : correct net name for device generation

This commit is contained in:
Fabien Corona 2022-11-22 14:58:53 +00:00 committed by Mikolaj Wielgus
parent 7aac53c611
commit 5d4b323009
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ bool KIBIS_PIN::writeSpiceDevice( std::string* aDest, std::string aName, KIBIS_M
result += "RPIN 1 PIN "; result += "RPIN 1 PIN ";
result += doubleToString( m_Rpin.value[aParam.m_Rpin] ); result += doubleToString( m_Rpin.value[aParam.m_Rpin] );
result += "\n"; result += "\n";
result += "LPIN DIE 1 "; result += "LPIN DIE0 1 ";
result += doubleToString( m_Lpin.value[aParam.m_Lpin] ); result += doubleToString( m_Lpin.value[aParam.m_Lpin] );
result += "\n"; result += "\n";
result += "CPIN PIN GND "; result += "CPIN PIN GND ";