Skip to content

Commit 0abceeb

Browse files
committed
Update the nonToeplitz in PE
* with nonToepltiz matrix sliding, the redundant data can be waived * the MAC cycle is even less than Toepltiz version
1 parent 176fee2 commit 0abceeb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dla/src/pe/nonToeplitzProcessingElement.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ class nonToeplitzProcessingElementPad(debug: Boolean) extends Module with MCRENF
105105
weightDataSPadReadEnReg := true.B
106106
}
107107

108-
protected def nexeSPadSpecialForNTP(): Unit = {
109-
inActAdrSPadReadEnReg := false.B
110-
inActDataSPadReadEnReg := false.B
111-
weightAdrSPadReadEnReg := false.B
112-
weightDataSPadReadEnReg := false.B
113-
}
114-
115108
protected def readOff(): Unit = {
116109
inActAdrSPadReadEnReg := false.B
117110
inActDataSPadReadEnReg := false.B

0 commit comments

Comments
 (0)