Skip to content

Commit

Permalink
[rtl] minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Apr 24, 2024
1 parent cd1a27d commit 6a87fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtl/core/neorv32_cpu_cp_cond.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ architecture neorv32_cpu_cp_cond_rtl of neorv32_cpu_cp_cond is

begin

-- conditional output --
-- Conditional Output ---------------------------------------------------------------------
-- -------------------------------------------------------------------------------------------
cond_out: process(rstn_i, clk_i)
begin
if (rstn_i = '0') then
Expand Down

0 comments on commit 6a87fa5

Please sign in to comment.