diff options
author | rahulp13 | 2022-02-10 02:16:28 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-10 02:16:28 +0530 |
commit | bacdd5865babb177cb181674df5556ceac960b05 (patch) | |
tree | ae30426010dc2e0e65dfc45311acebf39eaa9125 /Workflow.md | |
parent | c9988bff054ecdc53a0a2a48ca0f9a9308c01933 (diff) | |
download | nghdl-bacdd5865babb177cb181674df5556ceac960b05.tar.gz nghdl-bacdd5865babb177cb181674df5556ceac960b05.tar.bz2 nghdl-bacdd5865babb177cb181674df5556ceac960b05.zip |
fixed typo
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() |