Skip to content

Commit 891705f

Browse files
committed
Update references from EEsim to EEcircuit in documentation and workflows
1 parent c6d2ff4 commit 891705f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ✋

.github/workflows/emcc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: EEsim EMCC Build
1+
name: EEcircuit EMCC Build
22

33
on:
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: |
@@ -37,5 +37,5 @@ jobs:
3737
- name: Archive Output
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: EEsim output
40+
name: EEcircuit output
4141
path: image/build

examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

skywater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/downCSV.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)