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";