From c46866d688d3fd7ec01cd079d937fa157cfb486d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 18 Dec 2023 20:13:06 +0100 Subject: [PATCH] Fix some typos. Thanks to Brian for checking. --- NEWS | 6 +++--- examples/paranoia/README.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 50f5f5101..c2059e94c 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Ngspice-42, Dec 24th, 2023 - New features: + New optional matrix solver KLU (select by 'option klu') + improve error messages (more verbose, user centric) - + Add variable wr_onspace to allow printing the vetor name with + + Add variable wr_onspace to allow printing the vector name with one space delimiter + Re-write of the code model PWM generator + Linked list modtab has been enhanced by a hash table @@ -19,8 +19,8 @@ Ngspice-42, Dec 24th, 2023 + Add new code model function cm_irreversible(). + Add XSPICE code model d_cosim, a generic adaptor for digital cosimulation. + New interpreter commands strstr, strslice, fopen, fread and fclose. - + Recognise *ng_script_with_params" - + Add a predifined variable 'skywaterpdk' to speed up circuit + + Recognise *ng_script_with_params + + Add a predefined variable 'skywaterpdk' to speed up circuit loading and parsing. + Add scripts for running the paranoia tests in parallel on Linux with valgrind. diff --git a/examples/paranoia/README.txt b/examples/paranoia/README.txt index 515b742ef..de7825868 100644 --- a/examples/paranoia/README.txt +++ b/examples/paranoia/README.txt @@ -4,7 +4,7 @@ To run the paranoia test suite in parallel on Linux with valgrind: 1. Download the paranoia tests (paranoia.7z) from the ngspice Quality web page. 2. p7zip -d paranoia.7z -Rename the the unzipped directory to a name without spaces which would +Rename the unzipped directory to a name without spaces which would otherwise confuse valgrind. 3. cd into the renamed unzipped directory.