Skip to content

Commit

Permalink
Fix RegFile parameter overriding in ArtyA7 example
Browse files Browse the repository at this point in the history
Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi authored and rswarbrick committed Aug 21, 2020
1 parent 62109d4 commit 9eebf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fpga/artya7/rtl/top_artya7.sv
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module top_artya7 (


ibex_core #(
.RegFile(RegFileFPGA),
.RegFile(ibex_pkg::RegFileFPGA),
.DmHaltAddr(32'h00000000),
.DmExceptionAddr(32'h00000000)
) u_core (
Expand Down

0 comments on commit 9eebf52

Please sign in to comment.