Skip to content

Commit

Permalink
[rtl] twd: minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Dec 15, 2024
1 parent 702e5ab commit 919c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_twd.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ begin
end process synchronizer;

-- sample clock for input "filtering" --
smp.clk_en <= clkgen_i(clk_div64_c) when (ctrl.fsel = '1') else clkgen_i(clk_div4_c);
smp.clk_en <= clkgen_i(clk_div64_c) when (ctrl.fsel = '1') else clkgen_i(clk_div8_c);

-- bus event detector (event signals are "single-shot") --
bus_event: process(rstn_i, clk_i)
Expand Down

0 comments on commit 919c5b9

Please sign in to comment.