-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ngspice/xyce regression tests README to include information about how to interpret the results #72
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mohamed Kassem <mkkassem@users.noreply.github.com>
Signed-off-by: Mohamed Kassem <mkkassem@users.noreply.github.com>
Signed-off-by: Mohamed Kassem <mkkassem@users.noreply.github.com>
Signed-off-by: Mohamed Kassem <mkkassem@users.noreply.github.com>
2. measured folder that contains measured data used in regression. | ||
3. simulated folder that contains simulated data used in regression. | ||
4. netlists folder that contains spice files used in simulation. | ||
It's important to check the `run_log.log` to see the error per device. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we give an idea of what the acceptable pourcentage rate is?
2. measured folder that contains measured data used in regression. | ||
3. simulated folder that contains simulated data used in regression. | ||
4. netlists folder that contains spice files used in simulation. | ||
It's important to check the `run_log.log` to see the error per device. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we give an idea of what the acceptable pourcentage rate is?
|
||
## Regression Usage | ||
|
||
To make a full test for GF180nm models-ngspice, you could use the following command in testing directory: | ||
- To make a full test for GF180nm models-ngspice, you could use the following command in testing directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/GF180nm/GF180MCU/ ?
## Regression Usage | ||
|
||
To make a full test for GF180nm models-xyce, you could use the following command in testing directory: | ||
- To make a full test for GF180nm models-xyce, you could use the following command in testing directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/GF180nm/GF180MCU/ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nits.
Ngspice regression
Signed-off-by: Mohamed Kassem mkkassem@users.noreply.github.com
Fixes google/gf180mcu-pdk#94