Add "all" mode to HSPICE emulation.

This commit is contained in:
Jeff Young 2023-01-20 21:11:05 +00:00
parent f14e24d2cf
commit 542719c753
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ std::vector<std::string> NGSPICE::GetSettingCommands() const
break;
case NGSPICE_MODEL_MODE::HSPICE:
commands.emplace_back( "set ngbehavior=hs" );
commands.emplace_back( "set ngbehavior=hsa" );
break;
default: