Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fican1 authored Sep 11, 2024
1 parent 3336897 commit 03f8551
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ Different netlists can be switched in the testbench, with each netlist represent
| 6 | `.PARAM PARAM_CLOAD = 10p`*Specify load capacitance* |
| ... | *Simulation commands; no modifications required.* |

### Simulation

Overview of the components required for using AnalogGym:
For the simulation setup and execution, you can check the following scripts:

- [How to configure and run different circuits via testbench](https://coda-team.github.io/AnalogGym/)
- [How to extract performance metrics from the simulation output files](https://coda-team.github.io/AnalogGym/)
- [How to invoke the simulator and key tips for running simulations](https://coda-team.github.io/AnalogGym/)
- For the **Amplifier** simulation, refer to [main_AMP.py](https://github.com/CODA-Team/AnalogGym/blob/main/RGNN_RL/main_AMP.py).
- For the **LDO** simulation, refer to [main_LDO.py](https://github.com/CODA-Team/AnalogGym/blob/main/RGNN_RL/main_LDO.py).



### Additional Resources

- For a detailed tutorial on using Ngspice, please refer to [this link](https://ngspice.sourceforge.io/tutorials.html).
- Detailed documentations can be found in [doc](https://coda-team.github.io/AnalogGym/)

Expand Down

0 comments on commit 03f8551

Please sign in to comment.