Skip to content

Add new parameters for RD53B chip configs and split one temp sensor ideality factor to multiple

Jay Chan requested to merge jay_separateNf_for_tempsens into devel

What are in the MR

This MR is mainly to update and add the parameters for the RD53B chip config

Split mosCalPar to multiple NfDSLDO, NfASLDO and NfACB

Previously, there is only one value of the ideality factor (mosCalPar) used for all the transistor temperature sensors in the RD53B chips. This update will split this one value into multiple to allow one parameter for each transistor sensor. These new parameters are:

  • NfDSLDO: the ideality factor for the transistor temperature sensor digital SLDO
  • NfASLDO: the ideality factor for the transistor temperature sensor analog SLDO
  • NfACB: the ideality factor for the transistor temperature sensor center

Add new parameters to the RD53B chip config

  • IrefTrim: the trim bit of the IRef
  • KSenseInA: the multplicator (k-facotr) of the IinA
  • KSenseInD: the multplicator (k-facotr) of the IinD
  • KSenseShuntA: the multplicator (k-facotr) of the IshuntA
  • KSenseShuntD: the multplicator (k-facotr) of the IshuntD

Tagging @theim @adimitri

Edited by Jay Chan

Merge request reports