From 90604d450258fd13dfc651f95f4571ce2c7bb779 Mon Sep 17 00:00:00 2001 From: Seemebadnekai <51400137+SagarDevAchar@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:54:48 +0530 Subject: [PATCH] Update project.v --- src/project.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.v b/src/project.v index cd6f740..7078cac 100644 --- a/src/project.v +++ b/src/project.v @@ -18,7 +18,7 @@ module tt_um_example ( // All output pins must be assigned. If not used, assign to 0. assign uo_out = ui_in + uio_in; // Example: ou_out is the sum of ui_in and uio_in - assign uio_out = 0; + assign uio_out = ui_in - uio_in; assign uio_oe = 0; // List all unused inputs to prevent warnings