Loading py393/x393_sens_cmprs.py +16 −15 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ class X393SensCmprs(object): global BUFFER_ADDRESS_H2D, BUFFER_LEN_H2D, BUFFER_ADDRESS_D2H, BUFFER_LEN_D2H, BUFFER_ADDRESS_BIDIR, BUFFER_LEN_BIDIR # global SENSOR_DEFAULTS_SIMULATION print ("X393SensCmprs.__init__: dry_mode=",dry_mode) if (dry_mode): try: if ":" in dry_mode: print ("X393SensCmprs.__init__: setting SENSOR_DEFAULTS") Loading Loading
py393/x393_sens_cmprs.py +16 −15 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ class X393SensCmprs(object): global BUFFER_ADDRESS_H2D, BUFFER_LEN_H2D, BUFFER_ADDRESS_D2H, BUFFER_LEN_D2H, BUFFER_ADDRESS_BIDIR, BUFFER_LEN_BIDIR # global SENSOR_DEFAULTS_SIMULATION print ("X393SensCmprs.__init__: dry_mode=",dry_mode) if (dry_mode): try: if ":" in dry_mode: print ("X393SensCmprs.__init__: setting SENSOR_DEFAULTS") Loading