aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fpga/usrp3/lib/control/ram_2port_impl.vh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/lib/control/ram_2port_impl.vh b/fpga/usrp3/lib/control/ram_2port_impl.vh
index fe1d790cc..54c00a883 100644
--- a/fpga/usrp3/lib/control/ram_2port_impl.vh
+++ b/fpga/usrp3/lib/control/ram_2port_impl.vh
@@ -149,8 +149,8 @@ module `RAM_MOD_NAME #(
end
end
- end else begin
- ERROR_Invalid_RW_MODE_selection();
+ end else begin : gen_error
+ ERROR_Invalid_RW_MODE_selection ERROR();
end endgenerate
endmodule