We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0039ce commit 135ffe5Copy full SHA for 135ffe5
1 file changed
lib/src/main/scala/spinal/lib/bus/tilelink/coherent/Cache.scala
@@ -1806,7 +1806,7 @@ class Cache(val p : CacheParam) extends Component {
1806
toUpD.source := CTX.sourceId
1807
toUpD.sink := CMD.source.resized
1808
toUpD.size := CTX.size
1809
- toUpD.denied := CMD.denied
+ toUpD.denied := False
1810
toUpD.data := CMD.data
1811
toUpD.corrupt := CMD.corrupt
1812
0 commit comments