summaryrefslogtreecommitdiff
path: root/Workflow.md
diff options
context:
space:
mode:
authorrahulp132022-02-10 02:16:28 +0530
committerrahulp132022-02-10 02:16:28 +0530
commitbacdd5865babb177cb181674df5556ceac960b05 (patch)
treeae30426010dc2e0e65dfc45311acebf39eaa9125 /Workflow.md
parentc9988bff054ecdc53a0a2a48ca0f9a9308c01933 (diff)
downloadnghdl-bacdd5865babb177cb181674df5556ceac960b05.tar.gz
nghdl-bacdd5865babb177cb181674df5556ceac960b05.tar.bz2
nghdl-bacdd5865babb177cb181674df5556ceac960b05.zip
fixed typo
Diffstat (limited to 'Workflow.md')
-rw-r--r--Workflow.md4
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()