We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b68db commit b1a8f5eCopy full SHA for b1a8f5e
ip/core/muntjac_llc.core
@@ -8,6 +8,7 @@ description: "TileLink last-level cache for muntjac"
8
filesets:
9
files_rtl:
10
depend:
11
+ - lowrisc:muntjac:pipeline
12
- lowrisc:prim:ram_1p
13
- lowrisc:tl:common
14
- lowrisc:tl:regslice
ip/tl/rtl/tl_error_sink.sv
@@ -1,7 +1,7 @@
1
`include "tl_util.svh"
2
3
// This module denys all TileLink requests.
4
-module tl_error_sink import tl_pkg::*; import muntjac_pkg::*; #(
+module tl_error_sink import tl_pkg::*; #(
5
parameter int unsigned DataWidth = 64,
6
parameter int unsigned AddrWidth = 56,
7
parameter int unsigned SourceWidth = 1,
0 commit comments