mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
Fix RegFile
parameter overriding in ArtyA7 example
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
This commit is contained in:
parent
62109d4044
commit
9eebf52590
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module top_artya7 (
|
|||
|
||||
|
||||
ibex_core #(
|
||||
.RegFile(RegFileFPGA),
|
||||
.RegFile(ibex_pkg::RegFileFPGA),
|
||||
.DmHaltAddr(32'h00000000),
|
||||
.DmExceptionAddr(32'h00000000)
|
||||
) u_core (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue