diff --git a/shared/rtl/timer.sv b/shared/rtl/timer.sv index f6b754f3..871bd021 100644 --- a/shared/rtl/timer.sv +++ b/shared/rtl/timer.sv @@ -39,7 +39,7 @@ module timer #( logic timer_we; logic mtime_we, mtimeh_we; - logic mtimecmp_we, mtimcmph_we; + logic mtimecmp_we, mtimecmph_we; logic [DataWidth-1:0] mtime_wdata, mtimeh_wdata; logic [DataWidth-1:0] mtimecmp_wdata, mtimecmph_wdata; logic [TW-1:0] mtime_q, mtime_d, mtime_inc;