mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
fixex typo in clock_control.v
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
module clock_control(
|
||||
input clk_in,
|
||||
input clk_enalbe,
|
||||
input clk_enable,
|
||||
output clk_out
|
||||
);
|
||||
|
||||
|
||||
// original clock
|
||||
assign clk_out = clk_in & clk_enalbe;
|
||||
assign clk_out = clk_in & clk_enable;
|
||||
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user