Skip to content

Commit b1a8f5e

Browse files
committed
Fix dependency issues
Signed-off-by: Gary Guo <gary@garyguo.net>
1 parent b8b68db commit b1a8f5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ip/core/muntjac_llc.core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: "TileLink last-level cache for muntjac"
88
filesets:
99
files_rtl:
1010
depend:
11+
- lowrisc:muntjac:pipeline
1112
- lowrisc:prim:ram_1p
1213
- lowrisc:tl:common
1314
- lowrisc:tl:regslice

ip/tl/rtl/tl_error_sink.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`include "tl_util.svh"
22

33
// This module denys all TileLink requests.
4-
module tl_error_sink import tl_pkg::*; import muntjac_pkg::*; #(
4+
module tl_error_sink import tl_pkg::*; #(
55
parameter int unsigned DataWidth = 64,
66
parameter int unsigned AddrWidth = 56,
77
parameter int unsigned SourceWidth = 1,

0 commit comments

Comments
 (0)