aboutsummaryrefslogtreecommitdiffstats
path: root/picorv32.v
diff options
context:
space:
mode:
Diffstat (limited to 'picorv32.v')
-rw-r--r--picorv32.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/picorv32.v b/picorv32.v
index 8ea791c..3e2fade 100644
--- a/picorv32.v
+++ b/picorv32.v
@@ -500,9 +500,9 @@ module picorv32 #(
mem_addr <= mem_la_addr;
mem_wstrb <= mem_la_wstrb & {4{mem_la_write}};
end
- if (mem_la_write) begin
+ if (mem_la_write) begin
mem_wdata <= mem_la_wdata;
- end
+ end
case (mem_state)
0: begin
if (mem_do_prefetch || mem_do_rinst || mem_do_rdata) begin