app: stacked_cores: 41-xx: finish the 1200 um 5:1 inverter

This commit is contained in:
2022-10-06 21:47:28 -07:00
parent 972db0d45f
commit 7b2bb56e7a
3 changed files with 15 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ of_interest += [(p, get_meas(p)) for p in
# SimParams41(24, 2, 1200, "5e9"),
SimParams41(24, 2, 1200, "1e10"),
# SimParams41(36, 1, 1200, "5e9"),
SimParams41(36, 1, 1200, "4e9"),
# SimParams41(36, 1, 1200, "4e9"),
# SimParams41(36, 1, 1200, "3e9"),
# # SimParams41(9, 1, 400, "5e9"),

View File

@@ -1958,7 +1958,14 @@ Piecewise(
[
[ -17194, -16847 ], # -1.0
[ -7141, -16835 ], # 0.0
[ -6549, -16832 ], # 0.01
[ -5905, -16829 ], # 0.02
[ -5197, -16824 ], # 0.03
[ -4420, -16819 ], # 0.04
[ -3567, -16811 ], # 0.05
[ -2629, -16795 ], # 0.06
[ -423, -16696 ], # 0.08
[ 917, -16613 ], # 0.09
[ 2558, -16529 ], # 0.1
[ 4412, -16454 ], # 0.11
[ 6276, -16325 ], # 0.12
@@ -1970,6 +1977,9 @@ Piecewise(
[ 16182, -5954 ], # 0.18
[ 16707, -5254 ], # 0.19
[ 16881, -5016 ], # 0.2
[ 17010, -4842 ], # 0.21
[ 17111, -4706 ], # 0.22
[ 17258, -4514 ], # 0.25
[ 17357, -4383 ], # 0.3
[ 17582, -4093 ], # 1.0
]