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

Verification bug, only first GC pin works #10

Closed
lukasc-ubc opened this issue Nov 18, 2015 · 1 comment
Closed

Verification bug, only first GC pin works #10

lukasc-ubc opened this issue Nov 18, 2015 · 1 comment
Labels

Comments

@lukasc-ubc
Copy link
Member

No description provided.

@lukasc-ubc lukasc-ubc added the bug label Nov 18, 2015
@lukasc-ubc
Copy link
Member Author

Problem is with:

  # Find the FbrTgt, and record info as Optical_pin

in

  def find_all_components(cell, LayerDevRecN, LayerPinRecN, LayerFbrTgtN):

specifically,

 optical_pins
 optical_components[component_n-1].npins and pins

lukasc-ubc added a commit that referenced this issue Nov 18, 2015
Extensive testing and debugging of verification code.

   - Optical_*.n replaced with .index, and starting from 0. -1 for
undefined/disconnected.

   - added functions for listing optical info:
     print_Optical_all(optical_components, optical_waveguides,
optical_pins, optical_nets)
     print_Optical_components(optical_components)
     print_Optical_waveguides(optical_waveguides)
     print_Optical_pins(optical_pins)
     print_Optical_nets(optical_nets)

 - improvements to Spice output, engineering format

 - extensive testing of verification, including large test layout

 - several floating point issues
lukasc-ubc pushed a commit that referenced this issue Mar 19, 2016
lukasc-ubc pushed a commit that referenced this issue Nov 4, 2023
update from master

Former-commit-id: 196f157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant