fix: remove bodge (readback) in SimMonitor

This commit is contained in:
appel_c 2024-09-05 17:11:37 +02:00
parent 4d15a90633
commit cd75fc0e01

View File

@ -74,8 +74,6 @@ class SimMonitor(ReadOnlySignal):
)
if self.sim_init:
self.sim.set_init(self.sim_init)
# TODO remove after refactoring, this is a temporary bodge to avoid breaking tests
self.readback = self
@property
def registered_proxies(self) -> None: