Skip to content

Commit

Permalink
Fix tab indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhgndf committed Nov 3, 2024
1 parent 46a2f40 commit 3302e16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hsdaoh_nano9k_1bit_sdr/top.v
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ module top (
accumulator <= accumulator + rf_in_1bit_q0 + rf_in_1bit_q1;
end
end
IDDR uut(
.Q0(rf_in_1bit_q0),
.Q1(rf_in_1bit_q1),
.D(rf_in_1bit),
.CLK(clk_data)
);
IDDR uut(
.Q0(rf_in_1bit_q0),
.Q1(rf_in_1bit_q1),
.D(rf_in_1bit),
.CLK(clk_data)
);
TLVDS_IBUF rf_in (
.I(rf_in_n),
.IB(rf_in_p),
Expand Down

0 comments on commit 3302e16

Please sign in to comment.