refactor: bodge to make simmonitor compatible with tests; to be removed asap
This commit is contained in:
parent
a6754208a0
commit
9d9a5fe305
@ -74,8 +74,8 @@ class SimMonitor(ReadOnlySignal):
|
|||||||
)
|
)
|
||||||
if self.sim_init:
|
if self.sim_init:
|
||||||
self.sim.set_init(self.sim_init)
|
self.sim.set_init(self.sim_init)
|
||||||
# TODO remove after refactoring, ensures backward compatibility with old simulation config of BEC core (pseudo signal)
|
# TODO remove after refactoring, this is a temporary bodge to avoid breaking tests
|
||||||
self.readback = ReadOnlySignal(name=self.name, parent=self, value=self.BIT_DEPTH(0))
|
self.readback = self
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def registered_proxies(self) -> None:
|
def registered_proxies(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user