aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpga/src/CPU.bs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/src/CPU.bs b/fpga/src/CPU.bs
index 566ae92..ec81778 100644
--- a/fpga/src/CPU.bs
+++ b/fpga/src/CPU.bs
@@ -10,7 +10,7 @@ interface CPU =
mkCPU :: Module CPU
mkCPU = module
- byte :: Reg (Bit 8) <- mkReg 0
+ byte :: Wire (Bit 8) <- mkWire
interface CPU
uart_tx = toGet byte