aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/hx8kdemo.v
diff options
context:
space:
mode:
Diffstat (limited to 'picosoc/hx8kdemo.v')
-rw-r--r--picosoc/hx8kdemo.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/picosoc/hx8kdemo.v b/picosoc/hx8kdemo.v
index a3ae35b..97f97b1 100644
--- a/picosoc/hx8kdemo.v
+++ b/picosoc/hx8kdemo.v
@@ -20,7 +20,7 @@
module hx8kdemo (
input clk,
- input ser_tx,
+ output ser_tx,
input ser_rx,
output [7:0] leds,
@@ -90,6 +90,9 @@ module hx8kdemo (
.clk (clk ),
.resetn (resetn ),
+ .ser_tx (ser_tx ),
+ .ser_rx (ser_rx ),
+
.flash_csb (flash_csb ),
.flash_clk (flash_clk ),