mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Add missing parameters to ibex_top_tracing
This commit is contained in:
parent
45f727dfc6
commit
305f0a80ea
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ module ibex_top_tracing import ibex_pkg::*; #(
|
|||
.DbgHwBreakNum ( DbgHwBreakNum ),
|
||||
.WritebackStage ( WritebackStage ),
|
||||
.SecureIbex ( SecureIbex ),
|
||||
.RndCnstLfsrSeed ( RndCnstLfsrSeed ),
|
||||
.RndCnstLfsrPerm ( RndCnstLfsrPerm ),
|
||||
.DmHaltAddr ( DmHaltAddr ),
|
||||
.DmExceptionAddr ( DmExceptionAddr )
|
||||
) u_ibex_top (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue