1
0

Add initial ML507Shell stub based on VC707Shell

This commit is contained in:
2018-04-12 00:42:46 +02:00
parent 9d02f530fc
commit e9625bf8ee
2 changed files with 283 additions and 0 deletions

View File

@ -94,6 +94,14 @@ object PowerOnResetFPGAOnly {
}
}
// ML507 clock generation
class ml507_sys_clock extends BlackBox {
val io = new Bundle {
val CLKIN_IN = Bool(INPUT)
val CLKFX_OUT = Clock(OUTPUT)
}
}
//-------------------------------------------------------------------------
// vc707_sys_clock_mmcm
//-------------------------------------------------------------------------