For waferprobing we need to comment out the ptot latch reset in order to guarantee stable communication. In addition to that The ITkPixV1.1 is expected to no longer need this feature. Therefore I would like to make it programmable in testbench.Any other thoughts on that?
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
mhh. it'a specific feature for one chip that will not be used for a long time.. maybe the testbench is not the best place for such a parameter.. if it's only for waferporbing, indroducing a parameter to itkpixv1.__init__() would be enough, since this is only called at one place in a wp specific script?
I think arbitrary chip settings could be put into testbench.yaml. It can have arbitrary key/value pairs and will never crash, so there is also no risk if unused settings when switching chip type.
I like the idea, however I dont understand why only parts of _reset_tot() are skipped if reset_tot_latches is True.
In addition, you should make a rebase since !388 (merged) changed the ITkPixV1 class.