diff options
author | Eyantra698Sumanto | 2022-01-11 15:52:37 +0530 |
---|---|---|
committer | Eyantra698Sumanto | 2022-01-11 15:52:37 +0530 |
commit | c9988bff054ecdc53a0a2a48ca0f9a9308c01933 (patch) | |
tree | 118abe2563b3621091a07bfa1d47499cd758e538 | |
parent | f0c3293628d3335a0a15e7b7eb94b38abf1c4457 (diff) | |
download | nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.gz nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.bz2 nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.zip |
Adding other changes for Upgradation to NgSpice-35
-rwxr-xr-x[-rw-r--r--] | src/Appconfig.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | src/createKicadLibrary.py | 3 | ||||
-rwxr-xr-x | src/ghdlserver/Utility_Package.o | bin | 0 -> 15336 bytes | |||
-rwxr-xr-x | src/ghdlserver/Vhpi_Package.o | bin | 0 -> 4600 bytes | |||
-rwxr-xr-x[-rw-r--r--] | src/ghdlserver/ghdlserver.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | src/ghdlserver/ghdlserver.h | 0 | ||||
-rwxr-xr-x | src/ghdlserver/ghdlserver.o | bin | 0 -> 41056 bytes | |||
-rwxr-xr-x[-rw-r--r--] | src/ghdlserver/uthash.h | 0 | ||||
-rwxr-xr-x | src/ghdlserver/work-obj93.cf | 7 | ||||
-rwxr-xr-x | src/ngspice_ghdl.py | 4 | ||||
-rwxr-xr-x | src/verilated.o | bin | 0 -> 144712 bytes |
11 files changed, 12 insertions, 2 deletions
diff --git a/src/Appconfig.py b/src/Appconfig.py index 8cf63a2..8cf63a2 100644..100755 --- a/src/Appconfig.py +++ b/src/Appconfig.py diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py index eed8f6d..174668c 100644..100755 --- a/src/createKicadLibrary.py +++ b/src/createKicadLibrary.py @@ -95,6 +95,9 @@ class AutoSchematic(QtWidgets.QWidget): "Enter Input Load (default=1.0e-12)")
ET.SubElement(param, "instance_id", default="1").text = (
"Enter Instance ID (Between 0-99)")
+ ET.SubElement(param, "Sumanto", default="1").text = (
+ "Enter Instance ID (Between 0-99)")
+
tree = ET.ElementTree(root)
tree.write(str(self.modelname) + '.xml')
print("Leaving the directory ", xmlDestination)
diff --git a/src/ghdlserver/Utility_Package.o b/src/ghdlserver/Utility_Package.o Binary files differnew file mode 100755 index 0000000..0a11c8c --- /dev/null +++ b/src/ghdlserver/Utility_Package.o diff --git a/src/ghdlserver/Vhpi_Package.o b/src/ghdlserver/Vhpi_Package.o Binary files differnew file mode 100755 index 0000000..9b6fa0e --- /dev/null +++ b/src/ghdlserver/Vhpi_Package.o diff --git a/src/ghdlserver/ghdlserver.c b/src/ghdlserver/ghdlserver.c index f2b632d..f2b632d 100644..100755 --- a/src/ghdlserver/ghdlserver.c +++ b/src/ghdlserver/ghdlserver.c diff --git a/src/ghdlserver/ghdlserver.h b/src/ghdlserver/ghdlserver.h index e04209b..e04209b 100644..100755 --- a/src/ghdlserver/ghdlserver.h +++ b/src/ghdlserver/ghdlserver.h diff --git a/src/ghdlserver/ghdlserver.o b/src/ghdlserver/ghdlserver.o Binary files differnew file mode 100755 index 0000000..eade882 --- /dev/null +++ b/src/ghdlserver/ghdlserver.o diff --git a/src/ghdlserver/uthash.h b/src/ghdlserver/uthash.h index ae09d9e..ae09d9e 100644..100755 --- a/src/ghdlserver/uthash.h +++ b/src/ghdlserver/uthash.h diff --git a/src/ghdlserver/work-obj93.cf b/src/ghdlserver/work-obj93.cf new file mode 100755 index 0000000..4448dbd --- /dev/null +++ b/src/ghdlserver/work-obj93.cf @@ -0,0 +1,7 @@ +v 4 +file . "Vhpi_Package.vhdl" "6818ffd390199e7cdf10e054322735b83d91c857" "20210823044555.065": + package vhpi_foreign at 6( 176) + 0 on 13 body; + package body vhpi_foreign at 35( 1396) + 0 on 14; +file . "Utility_Package.vhdl" "e4740527fd8e8ce796c53d21e58593f71f53c894" "20210823044553.979": + package utility_package at 2( 27) + 0 on 11 body; + package body utility_package at 34( 1740) + 0 on 12; diff --git a/src/ngspice_ghdl.py b/src/ngspice_ghdl.py index 4db8062..329329f 100755 --- a/src/ngspice_ghdl.py +++ b/src/ngspice_ghdl.py @@ -238,8 +238,8 @@ class Mainwindow(QtWidgets.QWidget): subprocess.call("chmod a+x start_server.sh", shell=True) subprocess.call("chmod a+x sock_pkg_create.sh", shell=True) - os.remove("compile.sh") - os.remove("ghdlserver.c") + #os.remove("compile.sh") + #os.remove("ghdlserver.c") # Slot to redirect stdout and stderr to window console @QtCore.pyqtSlot() diff --git a/src/verilated.o b/src/verilated.o Binary files differnew file mode 100755 index 0000000..db5f116 --- /dev/null +++ b/src/verilated.o |