From 786e255fa05c6673e2a028f482e24a66d5ea03b1 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 15 Nov 2023 23:25:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B1=D0=B5=D0=BD=D1=87=D0=B0=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F=20vector=5Fabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Other/vector_abs/{tb.sv => tb_vector_abs.sv} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Other/vector_abs/{tb.sv => tb_vector_abs.sv} (97%) diff --git a/Other/vector_abs/tb.sv b/Other/vector_abs/tb_vector_abs.sv similarity index 97% rename from Other/vector_abs/tb.sv rename to Other/vector_abs/tb_vector_abs.sv index 19f4c94..ebd434b 100644 --- a/Other/vector_abs/tb.sv +++ b/Other/vector_abs/tb_vector_abs.sv @@ -1,4 +1,4 @@ -module tb(); +module tb_vector_abs(); logic [31:0] a; logic [31:0] b;