File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.5.4
2
+
3
+ ## Common
4
+
5
+ - ` ngspice ` tool:
6
+ - Add ` jobs ` argument
7
+ - Add ` spiceinit_path ` argument
8
+ - By default copy the PDK spiceinit to the simulation directory
9
+ - ` klayout_drc ` tool:
10
+ - Add ` jobs ` argument
11
+ - Add ` drc_script_path ` argument
12
+ - Reserved variables:
13
+ - Add ` CACE{jobs} `
14
+ - Add ` CACE{root} `
15
+ - Issue a warning when a conditions has the same name as a reserved variable
16
+
1
17
# 2.5.3
2
18
3
19
## Common
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- __version__ = '2.5.3 '
14
+ __version__ = '2.5.4 '
15
15
16
16
if __name__ == '__main__' :
17
17
print (__version__ , end = '' )
You can’t perform that action at this time.
0 commit comments