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

Fixed path_name undefined and out of bound index errors #217

Closed Eyantra698Sumanto closed 2 years ago

Eyantra698Sumanto commented 2 years ago

Related Issues

  1. Path_name was not defined and referenced due to which there were errors for sky130 components.

  2. The list index of deviceLine[] was getting Out of bounds in the Convert.py file for "scmode" device model.

Approach

  1. Defined and initialized path_name as "".

  2. Added a comment for "*scmode" to the deviceLine[] list.