diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-24 00:47:49 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-24 00:47:49 -0500 |
commit | 5088967b9db6e8bcc5feddbea6f53da5b33cb77c (patch) | |
tree | ce3fdd093ebc03548e4a20ec955ed6d8b90c2499 /fpga/src/Uart.bs | |
parent | fc1959bd9887ecc4d4ceb62a53e87abc6f49ef00 (diff) |
Another reorg.
Diffstat (limited to 'fpga/src/Uart.bs')
-rw-r--r-- | fpga/src/Uart.bs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpga/src/Uart.bs b/fpga/src/Uart.bs index 1059a65..b54cfb8 100644 --- a/fpga/src/Uart.bs +++ b/fpga/src/Uart.bs @@ -2,7 +2,6 @@ package Uart where import FIFOF import GetPut -import Util interface Clock = clk :: Bool |