echo47
Advanced Member level 6
- Joined
- Apr 7, 2002
- Messages
- 3,933
- Helped
- 638
- Reputation
- 1,274
- Reaction score
- 90
- Trophy points
- 1,328
- Location
- USA
- Activity points
- 33,176
Matlab to FPGA
A FLEX 10K doesn't have embedded multipliers. That could be a big handicap. How many taps does your FIR filter require? How many bits wide is your data? How fast is the data?
If your data is relatively slow, be sure to disable "parallel" architecture in fdatool. Parallel computes the entire FIR sum-of-products in one clock cycle, and consumes a lot of logic. Sequential architecture is much smaller, but takes many clock cycles.
21% of what size FLEX 10K?
A FLEX 10K doesn't have embedded multipliers. That could be a big handicap. How many taps does your FIR filter require? How many bits wide is your data? How fast is the data?
If your data is relatively slow, be sure to disable "parallel" architecture in fdatool. Parallel computes the entire FIR sum-of-products in one clock cycle, and consumes a lot of logic. Sequential architecture is much smaller, but takes many clock cycles.
21% of what size FLEX 10K?