From 50dcd7cb84275f6f0e29ef9df538443e70e83b32 Mon Sep 17 00:00:00 2001
From: rahulp13
Date: Wed, 1 Jan 2020 13:58:10 +0530
Subject: updated files
---
Workflow.md | 5 ++---
readme.md | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/Workflow.md b/Workflow.md
index 1077d32..dfd3502 100644
--- a/Workflow.md
+++ b/Workflow.md
@@ -55,7 +55,7 @@
- Generates the `lib` file for the model, to be used by `KiCad`
- This is generated from a template stored at `Appconfig.py`
- The generated `lib` is stored at `~/eSim_kicad.lib`
-- Also creates `xml` file for the model, which is stored at eSim under `eSimLoc/src/modelParamXML/Nghdl
+- Also creates `xml` file for the model, which is stored at eSim under `eSimLoc/src/modelParamXML/Nghdl`
@@ -88,7 +88,7 @@ Finally all the relevant files are generated, now while executing ngspice, we ne
-- To install ghdl from source, [this](https://github.com/ghdl/ghdl/issues/550) Github issue might be helpfu, the steps are -
+- To install ghdl from source, [this](https://github.com/ghdl/ghdl/issues/550) Github issue might be helpful, the steps are -
- - `sudo ./configure --with-llvm-config`
- - sudo make
- - sudo make install
@@ -99,4 +99,3 @@ Finally all the relevant files are generated, now while executing ngspice, we ne
- Also once ghdl is installed, to check syntax of your vhdl files use -
`ghdl -s `
-- Note that we need `std_vector_logic` as our ports here
diff --git a/readme.md b/readme.md
index 72bcb5b..7e20fee 100644
--- a/readme.md
+++ b/readme.md
@@ -24,9 +24,8 @@ for that model it will actually call the ghdl to get the result.
##How to install?
-1. Clone this repository.
-2. Run `./install-nghdl.sh` It will install ngspice from source code and put it in $HOME.
-3. Set ngspice path in `.bashrc` file. Add `export PATH=/home/{your-username}/ngspice-nghdl/install_dir/bin:$PATH` line in .bashrc
+This module is made available with eSim (Electronic Circuit Simulation).
+Refer https://esim.fossee.in/ for more information.
##Few words about installed code structure.
--
cgit
From 21ae6f6fe5de864cd3918367d0f18b76d40a6f79 Mon Sep 17 00:00:00 2001
From: rahulp13
Date: Wed, 1 Jan 2020 13:58:38 +0530
Subject: removed doc files
---
install list | 10 ----------
nghdl_document.pdf | Bin 153016 -> 0 bytes
2 files changed, 10 deletions(-)
delete mode 100644 install list
delete mode 100644 nghdl_document.pdf
diff --git a/install list b/install list
deleted file mode 100644
index d28f23f..0000000
--- a/install list
+++ /dev/null
@@ -1,10 +0,0 @@
-libssl-dev - apt
-llvm - apt
-libxaw7-dev - apt
-libreadline6-dev - apt
-clang - apt
-zlib1g-dev - apt
-xterm - apt
-gnat-5 - apt
-ghdl
-./install-linux.sh --install --> esim
\ No newline at end of file
diff --git a/nghdl_document.pdf b/nghdl_document.pdf
deleted file mode 100644
index 22e48fd..0000000
Binary files a/nghdl_document.pdf and /dev/null differ
--
cgit