ЛР10. Переименование DUT в тб

This commit is contained in:
Andrei Solodovnikov
2024-10-04 19:40:05 +03:00
committed by GitHub
parent 9e8568fb2e
commit bd8a5f3efd

View File

@@ -30,7 +30,7 @@ module lab_10_tb_csr();
import csr_pkg::*;
csr_controller dut(.*);
csr_controller DUT(.*);
always #5 clk_i <= ~clk_i;