diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-20 12:18:20 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-20 12:18:20 +0200 |
commit | 142510b8325b9ef89bd3e22463f36c3caa2815de (patch) | |
tree | 0668f163046a43e98e8345c6bf96e97a652341c9 /src/top.v | |
parent | 407a3ff54a35cbe99ba6ac743376e9b0e9718fc1 (diff) | |
download | riscv_cpu-142510b8325b9ef89bd3e22463f36c3caa2815de.tar.gz riscv_cpu-142510b8325b9ef89bd3e22463f36c3caa2815de.zip |
io
Diffstat (limited to 'src/top.v')
-rw-r--r-- | src/top.v | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ assign rstn = key; wire [31:0] io_in; wire [31:0] io_out; -clock_divider #(.N(1024 * 1024)) clkdiv ( +clock_divider #(.N(1)) clkdiv ( .clk(clk), .rstn(rstn), .clk_div(clk_cpu) |