FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
84 stars 72 forks source link

Added more Sky130 Libraries #218

Closed Eyantra698Sumanto closed 2 years ago

Eyantra698Sumanto commented 2 years ago

Related Issues

Only sky130.lib.spice library was added earlier which was giving errors if models like PNP transistor, etc were added.

Purpose

All the required libraries need to be added.

Approach

Made changes to the code to add all the required libraries.

pep8speaks commented 2 years ago

Hello @Eyantra698Sumanto! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 555:80: E501 line too long (87 > 79 characters) Line 556:80: E501 line too long (97 > 79 characters) Line 560:58: W291 trailing whitespace Line 565:80: E501 line too long (87 > 79 characters)

Comment last updated at 2022-08-29 09:29:51 UTC