Skip to content

Commit

Permalink
Attenuation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Oct 19, 2023
1 parent bce2f51 commit 929b33f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/attenuation.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* verilator lint_off REALCVT */
// Attenuation step is 2dB
// Maximum attenuation is 28dB

/* verilator lint_off REALCVT */
module attenuation #( parameter CONTROL_BITS = 4, parameter VOLUME_BITS = 15 ) (
input wire in,
input wire [CONTROL_BITS-1:0] control,
Expand Down

0 comments on commit 929b33f

Please sign in to comment.