summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs (renamed from src/Blinker.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blinker.hs b/src/Main.hs
index 9dc9778..43f4746 100644
--- a/src/Blinker.hs
+++ b/src/Main.hs
@@ -4,7 +4,7 @@
 {-# LANGUAGE FlexibleContexts #-}
 {-# LANGUAGE LambdaCase #-}
 {-# OPTIONS_GHC -option #-}
-module Blinker where
+module Main where
 
 import Clash.Prelude
 import Clash.Annotations.SynthesisAttributes
@@ -17,7 +17,7 @@ createDomain vSystem{vName="Input", vPeriod=20_000}
 
 {-# ANN topEntity
   (Synthesize
-    { t_name   = "Blinker"
+    { t_name   = "Main"
     , t_inputs = [
       PortName "CLK0",
       PortName "UART_RX"