You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
R. Timothy Edwards
c12296182c
The code in src/frontend/subckt.c has a fixed-size structure called table at the top with a size set to N_GLOBAL_NODES = 1005. If the number of items passed in formal and actual exceeds 1005, then ngspice exits immediately with an error.
This patch lets table be reallocated on the fly as needed to accommodate the number of subcircuit arguments, instead of being a fixed value.
|
3 years ago |
| .. |
|
Makefile.am
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-ac-1.cir
|
tests/regression/sens, fix test cases
|
9 years ago |
|
sens-ac-1.out
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-ac-2.cir
|
tests/regression/sens, fix test cases
|
9 years ago |
|
sens-ac-2.out
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-dc-1.cir
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-dc-1.out
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-dc-2.cir
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |
|
sens-dc-2.out
|
tests/regression/sens, add some tests for "sensitivity" analysis
|
10 years ago |