From 652b77e42544d2342cab5d46e222bfc1895c5c54 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 18 Mar 2024 11:11:49 +0100 Subject: [PATCH] Fixing up the empty drivers --- src/lights_out.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lights_out.v b/src/lights_out.v index e035afa..73560f6 100644 --- a/src/lights_out.v +++ b/src/lights_out.v @@ -61,6 +61,9 @@ module tt_um_yannickreiss_lights_out ( assign uo_out[7] = field8; assign uio_out[0] = field9; + // uio_out map to zero + assign uio_out[7:1] = 7'b0; + always @(posedge clk) begin if (ena == 1'b1) begin if (rst_n == 1'b1) begin