From 89ebf1fac89aa2cfd8e952182e90008f6c41d658 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 10 Aug 2025 16:43:25 +0200 Subject: [PATCH] Prepare for ngspice-45 --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 678d22750..a9b487200 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Ngspice-45, August 17th, 2025 +============ +- New features: + + Debug output debug-out.txt modified, simple view comes first. + + Add co-simulation with VHDL, using the GHDL compiler and d_cosim. + + VBIC bipolar model code revised and improved + + Enhance the search path for .spiceinit (spice.rc) + + Add variable 'fournosave'. If set, suppresses newly introduced + vector generation from THD calculation with 'four' command. + + New command 'save nointernals' to suppress outputting and saving + of internal device nodes, espicially needed for PSP OSDI model. + + Debug printout of start-up command line + + Add new XSPICE functions: EVTnew_value_call() and EVTcancel_value_call() + + Add support use of XSPICE event nodes with iplot + + Add new functions ngSpice_Raw_Evt() and ngSpice_Decode_Evt() to shared + ngspice API + + Enable expressions in a meas statement within a .control section + + A function cm_get_neg_node_name as a complement to cm_get_node_name + + Add the SEE_generator code model for SEE by radiation simulation + + Update cppduals + + Error checking for .dc command. + + 'showmod' command now also shows verilog-a models. + + Add new transmission and microstrip line models as code models: + generic (also coupled), generic microstrip (also coupled), open microstrip + + BSIM4 transistor model updated to version 4.8.3 + + Ngspice-44.2, January 11th, 2025 ============ - Bug fix release, no new features