mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
serv: connect reset.
This commit is contained in:
parent
71778ad226
commit
fb9e369a19
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class SERV(CPU):
|
|||
self.cpu_params = dict(
|
||||
# clock / reset
|
||||
i_clk = ClockSignal(),
|
||||
i_i_rst = ResetSignal(),
|
||||
i_i_rst = ResetSignal() | self.reset,
|
||||
|
||||
# timer irq
|
||||
i_i_timer_irq = 0,
|
||||
|
|
Loading…
Reference in a new issue