mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[rtl] Correct direction of irq_x_i port and width of irq_x_ack_id_o
This commit is contained in:
parent
3d88aa42aa
commit
28be76be62
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@ module ibex_core_tracing #(
|
|||
input logic irq_external_i,
|
||||
input logic [14:0] irq_fast_i,
|
||||
input logic irq_nm_i, // non-maskeable interrupt
|
||||
output logic [31:0] irq_x_i,
|
||||
input logic [31:0] irq_x_i,
|
||||
output logic irq_x_ack_o,
|
||||
output logic [3:0] irq_x_ack_id_o,
|
||||
output logic [4:0] irq_x_ack_id_o,
|
||||
|
||||
// Debug Interface
|
||||
input logic debug_req_i,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue