Skip to content
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

feat(docs): update docs for new simulation APIs #326

Merged
merged 11 commits into from
Nov 29, 2023
Merged

feat(docs): update docs for new simulation APIs #326

merged 11 commits into from
Nov 29, 2023

Conversation

rohanku
Copy link
Contributor

@rohanku rohanku commented Nov 25, 2023

No description provided.

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10c54b3) 43.91% compared to head (3aeb7b6) 43.95%.

❗ Current head 3aeb7b6 differs from pull request most recent head 303a796. Consider uploading reports for the commit 303a796 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #326      +/-   ##
==========================================
+ Coverage   43.91%   43.95%   +0.03%     
==========================================
  Files         147      147              
  Lines       17357    17357              
  Branches     7126     7126              
==========================================
+ Hits         7623     7629       +6     
- Misses       4249     4253       +4     
+ Partials     5485     5475      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rahulk29 rahulk29 self-requested a review November 29, 2023 07:22

SCIR schemas are simply sets of primitives that can be used to describe circuits. For example, the SPICE schema consists of MOSFET, resistor, capacitor, raw instance, and other primitives that can describe any circuit that can be netlisted to SPICE. Similarly, SKY130 is also a schema since it has its own set of primitive MOSFETs and resistors that can be fabricated in the SKY130 process.

SCIR schemas allows portability to be elegantly encoded by defining which schemas a schema can be converted to. Since the SKY130 PDK supports simulations in ngspice and Spectre, we can declare that the SKY130 schema can be converted to both the ngspice and Spectre schemas. The specifics of this procedure will be detailed later on in this section.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrase first sentence.

@rohanku rohanku merged commit ef133df into main Nov 29, 2023
3 of 5 checks passed
@rohanku rohanku deleted the update-docs branch November 29, 2023 07:50
@rohanku rohanku mentioned this pull request Nov 29, 2023
This was referenced Jan 2, 2025
@rohanku rohanku mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants