Skip to content

Commit

Permalink
refactor: Fix more include folders
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 3, 2024
1 parent 7748e2d commit e0a153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/test/axi_reorder_remap_compare.sv
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module axi_reorder_remap_compare #(
output logic end_of_sim_o
);

`include "axi_print_txns.svh"
`include "include/axi_print_txns.svh"

aw_chan_t aw_queue_sent [NumAxiInIds-1:0][$];
aw_chan_t aw_queue_recv [NumAxiOutIds-1:0][$];
Expand Down

0 comments on commit e0a153a

Please sign in to comment.