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

Parser for Sky130_fd_pr #215

Closed Eyantra698Sumanto closed 2 years ago

Eyantra698Sumanto commented 2 years ago

Related Issues

The parser for the Sky130_fd_pr were not available in eSim earlier. The parser and corresponding commands to download the PDK and Generate SoC button are added in this pull request.

Purpose

To interface the Sky130_fd_pr PDK with eSim.

Approach

The Sky130 PDK parser are added in the device modelling tab of KiCAD-Ngspice conversion.

While all redundant device models are eliminated during the conversion of the PDK.

A button is included to download the Sky130_fd_pr PDK automatically from the server.

Another button "Generate SoC" is included to convert SPICE netlist into the Verilog code. The button is under development and as of now the netlist needs to have some specific format.

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:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2022-08-14 05:05:23 UTC