vexriscv: Fix some floating signals
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
fcd518b5d0
commit
a048ba47c4
|
@ -126,6 +126,9 @@ class VexRiscv(Module, AutoCSR):
|
|||
i_dBusWishbone_ERR=dbus.err)
|
||||
|
||||
if "linux" in variant:
|
||||
# Tie zero to prevent 1'bx here
|
||||
self.cpu_params["i_softwareInterrupt"] = 0
|
||||
self.cpu_params["i_externalInterruptS"] = 0
|
||||
self.add_timer()
|
||||
|
||||
if "debug" in variant:
|
||||
|
|
Loading…
Reference in New Issue