FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
84 stars 72 forks source link

Ngspice is CASE insensitive #213

Open Eyantra698Sumanto opened 2 years ago

Eyantra698Sumanto commented 2 years ago

Description

Ngspice is CASE insensitive.

However, if we need path of a directory to be passed in netlist, say "/home/sumanto/Desktop" gets converted to"/home/sumanto/desktop".

A temporary fix has been decided to add a '$' before the CAPITAL letters to identify them.

Expected Behavior

Ngspice should be CASE sensitive for paths, string values, etc.

Version and OS