mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Added SA parameters for CACTI delay. Fixed syntax issues in several modules. Fixed issue with slew not being propogated to the next delay stage.
This commit is contained in:
@@ -470,7 +470,9 @@ spice["c_junc"] = 5e-16 #F/um^2
|
||||
spice["c_junc_sw"] = 5e-16 #F/um
|
||||
spice["wire_c_per_um"] = spice["wire_unit_c"]*drc["minwidth_m2"] # Unit c by m2 width, F/um units
|
||||
spice["wire_r_per_um"] = spice["wire_unit_r"]/drc["minwidth_m2"] # Unit r per m2 width, Ohms/um units
|
||||
|
||||
spice["mobility_n"] = 0.045e8 # um^2/(V*s)
|
||||
spice["V_dsat"] = 0.0938 # From CACTI 45nm tech
|
||||
spice["sa_transconductance"] = (spice["mobility_n"])*spice["cox"]*(parameter["sa_inv_nmos_size"]/_lambda_)*spice["V_dsat"]
|
||||
###################################################
|
||||
# Technology Tool Preferences
|
||||
###################################################
|
||||
|
||||
@@ -416,6 +416,10 @@ spice["c_junc"] = 9.276962e-16 #F/um^2
|
||||
spice["c_junc_sw"] = 3.181055e-16 #F/um
|
||||
spice["wire_c_per_um"] = spice["wire_unit_c"]*drc["minwidth_m2"] # Unit c by m2 width, F/um units
|
||||
spice["wire_r_per_um"] = spice["wire_unit_r"]/drc["minwidth_m2"] # Unit r per m2 width, Ohms/um units
|
||||
spice["mobility_n"] = 444.94e8 # um^2/(V*s)
|
||||
spice["V_dsat"] = 0.256 # From CACTI 180nm tech
|
||||
spice["sa_transconductance"] = (spice["mobility_n"])*spice["cox"]*(parameter["sa_inv_nmos_size"]/_lambda_)*spice["V_dsat"]
|
||||
|
||||
|
||||
###################################################
|
||||
# Technology Tool Preferences
|
||||
|
||||
Reference in New Issue
Block a user