mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР10. Переименование DUT в тб
This commit is contained in:
committed by
GitHub
parent
9e8568fb2e
commit
bd8a5f3efd
@@ -30,7 +30,7 @@ module lab_10_tb_csr();
|
|||||||
|
|
||||||
import csr_pkg::*;
|
import csr_pkg::*;
|
||||||
|
|
||||||
csr_controller dut(.*);
|
csr_controller DUT(.*);
|
||||||
|
|
||||||
always #5 clk_i <= ~clk_i;
|
always #5 clk_i <= ~clk_i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user