Skip to content

Commit

Permalink
Update n_block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhampal9 authored Dec 22, 2024
1 parent 84d011d commit 8697e20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from glayout.flow.routing.straight_route import straight_route
from glayout.flow.routing.c_route import c_route
from glayout.flow.routing.L_route import L_route
from fvf import fvf_netlist, flipped_voltage_follower
from cm import current_mirror, current_mirror_netlist
from glayout.flow.blocks.elementary.FVF.fvf import fvf_netlist, flipped_voltage_follower
from glayout.flow.blocks.elementary.current_mirror.current_mirror import current_mirror, current_mirror_netlist
from glayout.flow.primitives.via_gen import via_stack, via_array
from glayout.flow.primitives.fet import nmos, pmos, multiplier
from cm2 import low_voltage_cmirror, low_voltage_cmirr_netlist
from glayout.flow.blocks.composite.fvf_based_ota.low_voltage_cmirror import low_voltage_cmirror, low_voltage_cmirr_netlist

def n_block_netlist(fet_inA_ref: ComponentReference, fet_inB_ref: ComponentReference, fvf_1_ref: ComponentReference, fvf_2_ref: ComponentReference, cmirror: Component, global_c_bias: Component) -> Netlist:

Expand Down

0 comments on commit 8697e20

Please sign in to comment.