Skip to content

Commit

Permalink
axi_dac_interpolate_filter: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiGrozav committed Oct 10, 2023
1 parent 960f85f commit f947f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/axi_dac_interpolate/axi_dac_interpolate_filter.v
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ module axi_dac_interpolate_filter #(

wire transfer_start;
wire transfer_ready;

always @(posedge dac_clk) begin
raw_dma_n <= raw_transfer_en | flush_dma ? 1'b1 : 1'b0;
end
Expand Down

0 comments on commit f947f00

Please sign in to comment.