1
0

Hold ml507 in reset while clock not locked

This commit is contained in:
2018-04-19 01:25:31 +02:00
parent 2ff28e6af6
commit 8329b232e2
2 changed files with 4 additions and 1 deletions

View File

@ -99,6 +99,7 @@ class ml507_sys_clock extends BlackBox {
val io = new Bundle {
val CLKIN_IN = Bool(INPUT)
val CLKFX_OUT = Clock(OUTPUT)
val LOCKED_OUT = Bool(OUTPUT)
}
}