Skip to content

Commit 97a93ce

Browse files
committed
all hdl changes
1 parent 633569d commit 97a93ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/test_usb_source_measure.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ def refinements(self) -> Refinements:
928928
(['boot', 'c_fly_pos', 'voltage_rating_derating'], 0.85),
929929
(['boot', 'c_fly_neg', 'voltage_rating_derating'], 0.85),
930930
(['conv', 'boost_sw', 'low_fet', 'footprint_spec'], 'Package_DFN_QFN:PQFN-8-EP_6x5mm_P1.27mm_Generic'),
931+
(['conv', 'boost_sw', 'low_fet', 'part'], "BSC093N04LSG"), # lower total power
931932
# require all FETs to be the same; note boost must elaborate first
932933
(['conv', 'buck_sw', 'low_fet', 'part'], ParamValue(['conv', 'boost_sw', 'low_fet', 'actual_part'])),
933934
(['conv', 'buck_sw', 'high_fet', 'part'], ParamValue(['conv', 'boost_sw', 'low_fet', 'actual_part'])),
@@ -936,8 +937,8 @@ def refinements(self) -> Refinements:
936937
(['conv', 'boost_sw', 'high_fet', 'manual_gate_charge'], ParamValue(['conv', 'boost_sw', 'low_fet', 'manual_gate_charge'])),
937938
(['conv', 'buck_sw', 'low_fet', 'manual_gate_charge'], ParamValue(['conv', 'boost_sw', 'low_fet', 'manual_gate_charge'])),
938939
(['conv', 'buck_sw', 'high_fet', 'manual_gate_charge'], ParamValue(['conv', 'boost_sw', 'low_fet', 'manual_gate_charge'])),
939-
(['conv', 'buck_sw', 'gate_res'], Range.from_tolerance(10, 0.05)),
940-
(['conv', 'boost_sw', 'gate_res'], ParamValue(['conv', 'buck_sw', 'gate_res'])),
940+
(['conv', 'boost_sw', 'gate_res'], Range.from_tolerance(4.7, 0.05)),
941+
(['conv', 'buck_sw', 'gate_res'], ParamValue(['conv', 'boost_sw', 'gate_res'])),
941942

942943
(['control', 'int_link', 'sink_impedance'], RangeExpr.INF), # waive impedance check for integrator in
943944

0 commit comments

Comments
 (0)