clock reboot
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Tue, 16 Oct 2018 21:17:58 +0000 (23:17 +0200)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Tue, 16 Oct 2018 21:17:58 +0000 (23:17 +0200)
top.v

diff --git a/top.v b/top.v
index d5d3b4a551bf5bdf5014da42edbd554805c846c0..bd78e441a4ed432a79a285a7d01d7ad9527a9fc7 100644 (file)
--- a/top.v
+++ b/top.v
@@ -21,6 +21,6 @@ always @(posedge clkpin) counter <= counter + 1;
 assign led = counter[25];
 assign scl = counter[1];
 assign sdi = sdo;
-assign cs = counter[8];
+assign cs = counter[2];
 
 endmodule