core/FrontendTrigger: remove (and wrong) dw computation

This commit is contained in:
Florent Kermarrec 2016-04-25 15:51:48 +02:00
parent b74bcb2fbf
commit 9eb97d7879
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class FrontendTrigger(Module, AutoCSR):
def __init__(self, dw, cd):
self.sink = stream.Endpoint(core_layout(dw))
self.source = stream.Endpoint(core_layout(dw))
dw = len(self.sink.payload.raw_bits())
self.value = CSRStorage(dw)
self.mask = CSRStorage(dw)