Skip to content

Commit 23f6b83

Browse files
committed
Adding comment to broken fft
1 parent 3637c28 commit 23f6b83

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • logikbench/blocks/fft/rtl

logikbench/blocks/fft/rtl/fft.v

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ module fft
139139
// Sin/Cos Twiddle Factor lookup table
140140
//#################################################
141141

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+
142148
function [15:0] cosine_lut;
143149
input [7:0] angle_idx;
144150
begin

0 commit comments

Comments
 (0)