SiEPIC_EBeam_PDK icon indicating copy to clipboard operation
SiEPIC_EBeam_PDK copied to clipboard

PIN issue with Cell DoubleBus_Ring

Open oscar-ubc opened this issue 6 years ago • 1 comments

The PIN for the cell DoubleBus_Ring is not showing properly. Error message was "PIN_LENGTH" was not defined. The issue was that in the script pin_length=PIN_LENGTH, but PIN_LENGTH was not defined. After changing the line to "from SiEPIC._globals import PIN_LENGTH as pin_length", the issue is solved.

oscar-ubc avatar Sep 14 '18 20:09 oscar-ubc

Good catch, I found this too.

I will commit it shortly, thanks Oscar!

StephenHLin avatar Sep 14 '18 20:09 StephenHLin