mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР4. Сброс nexys_cobra через кнопку тактирования
This commit is contained in:
@@ -89,10 +89,10 @@ module nexys_CYBERcobra(
|
||||
);
|
||||
logic btnd_debounce;
|
||||
debounce debounce (
|
||||
.clk_i ,
|
||||
.arstn_i ,
|
||||
.data_i (btnd_sync ),
|
||||
.data_o (btnd_debounce)
|
||||
.clk_i ,
|
||||
.arstn_i (1'b1 ),
|
||||
.data_i (btnd_sync ),
|
||||
.data_o (btnd_debounce)
|
||||
);
|
||||
logic bufg_clk;
|
||||
BUFG dut_bufg(
|
||||
|
Reference in New Issue
Block a user