File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ assignees: ''
77
88---
99
10- ✋ !! Only for bug reports. Please use the [ Discussions] ( https://github.com/danchitnis/EEsim /discussions ) for a feature request ✋
10+ ✋ !! Only for bug reports. Please use the [ Discussions] ( https://github.com/danchitnis/EEcircuit /discussions ) for a feature request ✋
Original file line number Diff line number Diff line change 1- name : EEsim EMCC Build
1+ name : EEcircuit EMCC Build
22
33on :
44 workflow_dispatch :
@@ -21,13 +21,13 @@ jobs:
2121 - name : Build the Docker image
2222 run : |
2323 cd ./Docker
24- docker build -t ngspice:eesim .
24+ docker build -t ngspice:eecircuit .
2525
2626 - name : Run Docker
2727 run : |
2828 mkdir image
2929 cd image
30- docker run -t -v $(realpath .):/mnt ngspice:eesim
30+ docker run -t -v $(realpath .):/mnt ngspice:eecircuit
3131
3232 - name : Inject JS
3333 run : |
3737 - name : Archive Output
3838 uses : actions/upload-artifact@v4
3939 with :
40- name : EEsim output
40+ name : EEcircuit output
4141 path : image/build
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ c1 2 0 100u
104104
105105## Useful commands
106106
107- here are some useful command which helps in using EEsim . For mor details see ngspice user manual.
107+ here are some useful command which helps in using EEcircuit . For mor details see ngspice user manual.
108108
109109### save
110110
Original file line number Diff line number Diff line change 11# Transistor Models
22
3- The following transistor models are available in EEsim for use. Please see the reference link for detail of each models.
3+ The following transistor models are available in EEcircuit for use. Please see the reference link for detail of each models.
44
55### Usage Example:
66
@@ -76,4 +76,4 @@ Currently `N90` and `P90` models from [BSIM4](https://bsim.berkeley.edu/models/b
7676
7777## Skywater
7878
79- Work in progress - for examples see [ here] ( https://github.com/danchitnis/EEsim /blob/main/skywater.md )
79+ Work in progress - for examples see [ here] ( https://github.com/danchitnis/EEcircuit /blob/main/skywater.md )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ see this [issue](https://github.com/google/skywater-pdk/issues/301)
44
55** 🧨work-in-progress: only ` nfet1v8 ` and ` pfet1v8 ` implemented so far🧨**
66
7- Copy and paste the examples in [ EEsim 's] ( https://eesim.dev ) netlist editor.
7+ Copy and paste the examples in [ EEcircuit 's] ( https://EEcircuit.com ) netlist editor.
88
99## nfet1V8 - IV Curves
1010
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const DownCSV = ({ resultArray }: Prop): JSX.Element => {
166166 </ Button >
167167 </ VStack >
168168
169- < a ref = { aLink } href = { href } download = { "EEsim .csv" } />
169+ < a ref = { aLink } href = { href } download = { "EEcircuit .csv" } />
170170 </ >
171171 ) ;
172172} ;
You can’t perform that action at this time.
0 commit comments