mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
update clock_contrl.v for lab4 Z710
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
module clock_control(
|
||||
input clock_in,
|
||||
input enable_clk,
|
||||
output reg clock_out
|
||||
output clock_out
|
||||
);
|
||||
assign clock_out = clock_in & enable_clk;
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user