From 129f92ab1912c5f8fd8564707044541204f13153 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 29 Dec 2018 11:38:13 -0800 Subject: [PATCH] TinyFPGA: update name of verilog "sketch". --- fpga/tinyfpga/btled/top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/tinyfpga/btled/top.v b/fpga/tinyfpga/btled/top.v index da97773..47e757b 100644 --- a/fpga/tinyfpga/btled/top.v +++ b/fpga/tinyfpga/btled/top.v @@ -1,4 +1,4 @@ -/// bled +/// btled /// Button-toggled LED /// /// This toggles the LED using a pushbutton on pin 6. The pushbutton