mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
ibex_tracer: Move imports into module
This commit is contained in:
parent
bcaead3ea6
commit
1a487c4626
1 changed files with 3 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
|||
// //
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
import ibex_pkg::*;
|
||||
import ibex_tracer_pkg::*;
|
||||
|
||||
// Source/Destination register instruction index
|
||||
`define REG_S1 19:15
|
||||
`define REG_S2 24:20
|
||||
|
@ -56,6 +52,9 @@ module ibex_tracer #(
|
|||
input logic [31:0] ex_data_rdata_i
|
||||
);
|
||||
|
||||
import ibex_pkg::*;
|
||||
import ibex_tracer_pkg::*;
|
||||
|
||||
integer f;
|
||||
string fn;
|
||||
integer cycles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue