cpu/picorv32: remove obsolete comment

This commit is contained in:
Florent Kermarrec 2019-10-10 22:29:54 +02:00
parent 28517d20ca
commit 6bd1889330
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ class PicoRV32(CPU):
# adapt memory interface to wishbone
self.comb += [
# instruction
idbus.adr.eq(mem_addr[2:]),
idbus.dat_w.eq(mem_wdata),
idbus.we.eq(mem_wstrb != 0),