Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alibillalhammoud committed Jun 6, 2024
1 parent 00f8e4c commit d6a3451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from glayout.flow.placement.two_transistor_interdigitized import two_nfet_interdigitized
from glayout.flow.spice import Netlist

from glayout.flow.blocks.opamp import opamp_twostage
from glayout.flow.blocks.opamp.opamp_twostage import opamp_twostage
from glayout.flow.blocks.current_mirror import current_mirror_netlist

def opamp_output_stage_netlist(pdk: MappedPDK, output_amp_fet_ref: ComponentReference, biasParams: list) -> Netlist:
Expand Down

0 comments on commit d6a3451

Please sign in to comment.