From 9e473e614ed6be02f22c4b6b1527952e23587d8d Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Wed, 29 Sep 2021 23:37:46 -0400 Subject: [PATCH] Make comment more informative --- GPIO/iCE40/ring.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPIO/iCE40/ring.v b/GPIO/iCE40/ring.v index 4e4c830..7fd665c 100644 --- a/GPIO/iCE40/ring.v +++ b/GPIO/iCE40/ring.v @@ -2,7 +2,7 @@ `default_nettype none module top ( - input CLK_12MHZ, // system clock + input CLK_12MHZ, // the iCEBreaker has an external 12MHz oscillator output P1A1, input P1A2, ); -- GitLab