Skip to content

Commit

Permalink
ЛР10. Переименование DUT в тб
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Oct 4, 2024
1 parent 9e8568f commit bd8a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/10. Interrupt subsystem/lab_10.tb_csr.sv
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module lab_10_tb_csr();

import csr_pkg::*;

csr_controller dut(.*);
csr_controller DUT(.*);

always #5 clk_i <= ~clk_i;

Expand Down

0 comments on commit bd8a5f3

Please sign in to comment.