ml507: Remove redundant clock definition
This commit is contained in:
parent
c10d2378e7
commit
d749f87696
@ -34,8 +34,6 @@ class U500ML507DevKitFPGAChip(implicit override val p: Parameters)
|
|||||||
// DUT
|
// DUT
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
|
||||||
// Connect the clock to the 50 Mhz output from the PLL
|
|
||||||
dut_clock := clk50
|
|
||||||
withClockAndReset(dut_clock, dut_reset) {
|
withClockAndReset(dut_clock, dut_reset) {
|
||||||
val dut = Module(LazyModule(new U500ML507DevKitSystem).module)
|
val dut = Module(LazyModule(new U500ML507DevKitSystem).module)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user