mirror of
https://github.com/alangarf/apple-one.git
synced 2025-01-10 09:29:48 +00:00
Fixed cpu_clken wire -> reg
This commit is contained in:
parent
f067774293
commit
34078e13ae
@ -26,7 +26,7 @@ module top(
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Clocks
|
||||
wire cpu_clken;
|
||||
reg cpu_clken;
|
||||
|
||||
// FIXME:
|
||||
// the clocks here should come from higher up
|
||||
|
Loading…
x
Reference in New Issue
Block a user