[Libre-soc-bugs] [Bug 485] Create I-Cache from microwatt icache.vhdl

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Sep 29 16:51:08 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=485

--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
1107 #                 r.wb.stb <= '0';
1108 #               -- We only ever do reads on wishbone
1109 #               r.wb.dat <= (others => '0');
1110 #               r.wb.sel <= "11111111";

missed the wb.sel.

just set comb += r.wb.sel.eq(-1)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list