should >= 3
This commit is contained in:
@@ -20,7 +20,7 @@ class CDROutIO extends Bundle{
|
|||||||
|
|
||||||
class CDROut extends Module{
|
class CDROut extends Module{
|
||||||
val io: CDROutIO = IO(new CDROutIO)
|
val io: CDROutIO = IO(new CDROutIO)
|
||||||
def PRE_NUM = 3 //PRE_NUM should >= 2
|
def PRE_NUM = 3 //PRE_NUM should >= 3
|
||||||
|
|
||||||
|
|
||||||
def STATE_IDLE = 0.U
|
def STATE_IDLE = 0.U
|
||||||
|
|||||||
Reference in New Issue
Block a user