diff options
author | Rahul P | 2022-02-10 19:36:00 +0530 |
---|---|---|
committer | GitHub | 2022-02-10 19:36:00 +0530 |
commit | c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb (patch) | |
tree | d26bb2bbe59e4ab99c0af9b65497b23076c6a686 /Workflow.md | |
parent | c9988bff054ecdc53a0a2a48ca0f9a9308c01933 (diff) | |
parent | e4a4a839b0079aaff77b0f1a1b9f9684b19c30ca (diff) | |
download | nghdl-2.2_pre-release.tar.gz nghdl-2.2_pre-release.tar.bz2 nghdl-2.2_pre-release.zip |
Merge pull request #75 from rahulp13/masterv2.2_pre-release
Updated docs for v2.2 pre-release
Diffstat (limited to 'Workflow.md')
-rw-r--r-- | Workflow.md | 4 |
1 files changed, 2 insertions, 2 deletions
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() |