From e25f88019b9c919e4a5a2682a7d1cf1a117a199d Mon Sep 17 00:00:00 2001 From: Ali Mohammadpour Date: Thu, 12 Nov 2020 20:52:40 +0330 Subject: [PATCH] Update Lab Material --- assignment-06/tb_comparator8.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment-06/tb_comparator8.v b/assignment-06/tb_comparator8.v index 9ba3823..b56925b 100644 --- a/assignment-06/tb_comparator8.v +++ b/assignment-06/tb_comparator8.v @@ -21,7 +21,7 @@ `timescale 1 ns/1 ns -module tb_comparator3 (); +module tb_comparator8 (); reg [7:0] A; reg [7:0] B;