Fixed cpu_clken wire -> reg

This commit is contained in:
Niels Moseley 2018-01-26 22:59:43 +01:00
parent f067774293
commit 34078e13ae

View File

@ -26,7 +26,7 @@ module top(
//////////////////////////////////////////////////////////////////////////
// Clocks
wire cpu_clken;
reg cpu_clken;
// FIXME:
// the clocks here should come from higher up