From c080a6e08cd7f73744f8c2dc314f9b9786268789 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 20 Mar 2022 13:19:14 +0000 Subject: [PATCH] code-comments --- src/arty_a7.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/arty_a7.py b/src/arty_a7.py index 3361cec..55ef6ed 100644 --- a/src/arty_a7.py +++ b/src/arty_a7.py @@ -1,3 +1,6 @@ +# this is a quick demo of the Clock-Reset-Generator which can +# control the Blinky clock. + from nmigen import Elaboratable, Module from nmigen_boards.test.blinky import Blinky from nmigen_boards.arty_a7 import ArtyA7_100Platform -- 2.30.2