mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[rtl] Add missing `include to ibex_if_stage
The include is needed for a FCOV related macro. Lack of this include can cause issues in some simulators.
This commit is contained in:
parent
93c8e92c0d
commit
e58a9ff792
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
`include "prim_assert.sv"
|
||||
`include "dv_fcov_macros.svh"
|
||||
|
||||
module ibex_if_stage import ibex_pkg::*; #(
|
||||
parameter int unsigned DmHaltAddr = 32'h1A110800,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue