sawg: cleanup double assign

pull/1069/head
Robert Jördens 2018-06-08 11:47:35 +00:00
parent 53e9e475d0
commit e5f6750171
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class Channel(Module, SatAddMixin):
limits=cfg.limits[1], clipped=cfg.clipped[1])),
hbf[1].i.eq(self.sat_add((a1.yo[0], a2.yo[0]),
width=len(hbf[1].i),
limits=cfg.limits[1], clipped=cfg.clipped[1])),
limits=cfg.limits[1])),
]
# wire up outputs and q_{i,o} exchange
for o, x, y in zip(self.o, b.xo, self.y_in):