We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3637c28 commit 23f6b83Copy full SHA for 23f6b83
1 file changed
logikbench/blocks/fft/rtl/fft.v
@@ -139,6 +139,12 @@ module fft
139
// Sin/Cos Twiddle Factor lookup table
140
//#################################################
141
142
+
143
+ //TODO! Obviously this won't synthesize!
144
+ //change to a case statement and see how this can be mapped
145
+ //via a ROM compiler. It should be a dual port RAM
146
+ //with one table and two ports (one fore sine, one for cosine)
147
148
function [15:0] cosine_lut;
149
input [7:0] angle_idx;
150
begin
0 commit comments