From 290200c3a94601d8771ee5e69b347ae9f972a036 Mon Sep 17 00:00:00 2001 From: Jintao Li Date: Tue, 24 Sep 2024 14:42:40 +0800 Subject: [PATCH] Update readme.md --- RGNN_RL/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RGNN_RL/readme.md b/RGNN_RL/readme.md index 1b87e16..80f38f6 100644 --- a/RGNN_RL/readme.md +++ b/RGNN_RL/readme.md @@ -23,6 +23,15 @@ For the simulation setup and execution, you can check the following scripts: These scripts provide detailed examples of how the simulations are run, including the optimization process for each circuit. + +### Extraction of Device Parameters for `OP` Analysis + +To automate the extraction of all relevant device parameters during the `OP` analysis, we provide a script called `dev_params.py`. + +Running this script will generate a file named `AMP_NMCF_dev_params.spice`. + +Once the `OP` analysis is completed, all device parameters will be saved in a file called `AMP_NMCF_op`. + ## File Descriptions Here is a breakdown of key files and directories: