From bacdd5865babb177cb181674df5556ceac960b05 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 02:16:28 +0530 Subject: fixed typo --- Workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Workflow.md') 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() -- cgit