mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix typo in signal declaration in timer.sv
This commit is contained in:
parent
5aa1585f63
commit
96f95df23d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue