转发延迟缩减至126个cycle
This commit is contained in:
@@ -49,6 +49,8 @@ class CDROut extends Module{
|
||||
(stateCurr === STATE_PAYLOAD)
|
||||
)
|
||||
|
||||
assert( ~(~io.axis.valid & io.axis.ready) )
|
||||
|
||||
|
||||
|
||||
when( stateCurr === STATE_IDLE & stateNext === STATE_PREAMBLE){ //PRE
|
||||
|
||||
Reference in New Issue
Block a user