Skip to content

A 16-point radix-4 FFT chip, including Verilog codes, netlists and layout. Group project.

License

Notifications You must be signed in to change notification settings

VenciFreeman/FFT_ChipDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFT_ChipDesign

A 16-point radix-4 FFT chip, including Verilog codes, netlists, and layout. Group project.

Generic badgeGeneric badgeGeneric badgeGeneric badge

Features

Function

  • Each input value is a complex number, divided into real and imaginary parts;
  • Both the real and imaginary parts of inputs are 17 bits;
    • Bit 16 is the sign bit;
    • Bit 8-15 are decimal bits;
    • Bit 0-7 are integer bits.
  • Both the real and imaginary parts of the rotation factors are 8 bits;
    • Bit 8 is the sign bit;
    • Bit 0-7 are decimal bits;
    • No integer bits, the default is 0.
  • Ensure that the FFT function is correct.

Evaluation index

Evaluation Index Value
Process SMIC 0.18 μm
Number of Pins 90
Operation frequency 135.135 MHz
Operation voltage 1.62 V
Total area 4.695300 mm2
Power consumption per calculate operation 5.25118208×10-6 mJ
FFT operands per unit area and unit power consumption 41987.688 times/(mm2·mW·s)
Bandwidth 510.51 MB/s
Parallel throughput 4.5946×109 bps
File Name Type Functional description
ctrl Sequential Controls the data flow of the entire chip
s_p Sequential Integrates serial input data into parallel and changes the order
mux Sequential Selects the data entering the arithmetic module
reg1 Sequential Stores and forwards operation data between two FFT stages
butterfly Combinational Performs 4-input butterfly operation
multi16 Combinational Calculates the multiplication between the data and the rotation factor
p_s Sequential Integrates parallel output data into serial and changes the order

Chip overview

chip overview

Details

Principle and design

16-point radix-4 FFT schematic diagram

16-point radix-4 FFT schematic diagram

Hardware structure diagram

hardware structure diagram

RTL model simulation verification

Modelsim single waveform

modelsim single waveform

Modelsim multi-waveform

hardware structure diagram

Logic Synthesis

DC reports

dc reports

Physical realization and verification

Chip overview

chip overview

PNA voltage drop

PNA voltage drop

Congestion

total congestion

Cell density

cell density

Finish screenshot

finish screenshot

Team division

Member Division of Work
Venci Freeman Butterfly, multi selector and top module; DC and ICC.
Luo Tian Conversion between series and parallel, register; DC and ICC.
Mike Qi Control module, test bench and some tcl files; DC and ICC.

Acknowledgement

  • First and foremost, we would like to thank Prof. He Weifeng for providing the opportunity to learn the complete chip design process. His detailed answers to our questions during class and the twice-weekly discussions greatly helped us optimize our chip design and taught us a lot;
  • We also extend our gratitude to Assistant Zhang Chao. The materials provided by him were instrumental in optimizing our chip design, and he patiently addressed all the error messages we encountered throughout the workflow;
  • I would also like to personally thank Zhang Jialing from Group 1 and Zhang Yunfang from Group 4, who also designed FFT chips. Although our algorithms differed, their ideas were valuable for our optimization. Particularly, their multiplier implementation solutions inspired us to improve our own multiplier when our initial design frequency was too low;
  • Finally, we would like to thank all other assistants and classmates who helped us complete the design and ensured the course ran smoothly. Additionally, the work of others on GitHub and CSDN blogs provided us with significant inspiration in the early stages. We are grateful for their contributions;
  • Our version management was implemented through GitHub. Upon completion of the project, we adopted the Mozilla 2.0 Public License for open source, contributing to the open-source community.

References

[1] Garrido M, Huang S J, Chen S G. Feedforward FFT Hardware Architectures Based on Rotator Allocation[J]. IEEE Transactions on Circuits and Systems I: Regular Papers, 2018, 65(2):581-592.

[2] Zulkifli, Siva. Design of 16-point Radix-4 Fast Fourier Transform in 0.18µm CMOS Technology. American Journal of Applied Sciences. 2007.

[3] 丁晓磊, 朱恩, 赵梅. 16点基4-FFT芯片设计技术研究[J]. 信息技术, 2007(01): 64-67+71.

About

A 16-point radix-4 FFT chip, including Verilog codes, netlists and layout. Group project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published