Commit 1517855b authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

testbench/xwrf_mux: correct masks

parent 5a045213
......@@ -107,7 +107,7 @@ module mux_svwrap (
`WIRE_WRF_SRC_I(mux_src, U_mux_src, 2);
`WIRE_WRF_SNK_I(U_mux_snk, mux_snk, 2);
reg [7:0]muxclass[2:0] = {8'h10, 8'h04, 8'h01};
reg [7:0]muxclass[2:0] = {8'h03, 8'h0c, 8'hf0};
xwrf_mux
#(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment