summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul P2022-02-10 19:36:00 +0530
committerGitHub2022-02-10 19:36:00 +0530
commitc90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb (patch)
treed26bb2bbe59e4ab99c0af9b65497b23076c6a686
parentc9988bff054ecdc53a0a2a48ca0f9a9308c01933 (diff)
parente4a4a839b0079aaff77b0f1a1b9f9684b19c30ca (diff)
downloadnghdl-c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb.tar.gz
nghdl-c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb.tar.bz2
nghdl-c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb.zip
Merge pull request #75 from rahulp13/masterv2.2_pre-release
Updated docs for v2.2 pre-release
-rw-r--r--README.md4
-rw-r--r--Workflow.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d9cb62d..b4dba38 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ GHDL's foreign language interface is used for this inter-process communication.
## Releases
-* Ubuntu 16.04 OS and above LTS versions.
+* Ubuntu 18.04 and 20.04 LTS versions.
* Microsoft Windows 7, 8 and 10.
> Note for other distributions: You can refer [`installers`](https://github.com/fossee/nghdl/tree/installers) branch for documentation on packaging (for above mentioned distributions) to build installers for your operating system in a similar way. For providing your build, please check the `Contribution` section mentioned below.
@@ -39,7 +39,7 @@ GHDL's foreign language interface is used for this inter-process communication.
## Pre-requisites
* [GHDL (LLVM - v0.37)](http://ghdl.free.fr/)
-* [Ngspice (v31+)](http://ngspice.sourceforge.net/)
+* [Ngspice (v35+)](http://ngspice.sourceforge.net/)
## How to install?
diff --git a/Workflow.md b/Workflow.md
index dfd3502..2bb9e8f 100644
--- a/Workflow.md
+++ b/Workflow.md
@@ -1,8 +1,8 @@
1. When `nghdl` button clicked in `eSim` it calls the `ngspice_ghdl.py` from `nghdl` installed directory
- `ngspice_ghdl.py` defines the UI for nghdl, and the functionality of each button
-- When `Upload` clicked, it calls `uploadModle` function from `ngspice_ghdl.py`
+- When `Upload` clicked, it calls `uploadModel` function from `ngspice_ghdl.py`
- Similarly functions called on each button click defined
-- `uploadModle` inturn calls these 5 functions sequentially =>
+- `uploadModel` inturn calls these 5 functions sequentially =>
- - createModelDirectory()
- - addingModelInModpath()
- - createModelFiles()