From 11cabd3aea753f9a1d08188398fb5150febf6d38 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Mon, 7 Dec 2020 10:52:01 +0000 Subject: [PATCH] changing module name --- testbench/mips_cpu_bus_tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbench/mips_cpu_bus_tb.v b/testbench/mips_cpu_bus_tb.v index 94ea0fe..6e77504 100644 --- a/testbench/mips_cpu_bus_tb.v +++ b/testbench/mips_cpu_bus_tb.v @@ -1,4 +1,4 @@ -module CPU_MU0_delay1_tb; +module mips_cpu_bus_tb; timeunit 1ns / 10ps; parameter RAM_INIT_FILE = "test/01-binary/countdown.hex.txt";