Skip to content

BMMADHUMITHA/Cordic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordic

Functional Description: CORDIC operations can be functionally described as the digital equivalent of an analog resolver, with two primary modes: Rotation Mode: Involves computing the new coordinate components after rotating the original vector by a given angle. Demonstrates the step-by-step process of rotating coordinate components using CORDIC. Each step involves computing new values for Y and X using the previous values and the chosen rotation angles. Vectoring Mode: Computes the magnitude and angle of the original vector from its coordinate components. Shows the process of computing the magnitude and angle of a vector from its coordinate components. Similar to rotation, but converges the angular argument to zero.

#Simulation reults in Verilog:

image image image image image

#Simulation results in SystemC

image image image

#Dashboard of SystemC Synthesis

image

#RTL Summary of SystemC synthesis

image

#Resources used in SystemC synthesis

image

#Timing Report of SystemC synthesis

image

#Registers used in SystemC synthesis

image

#Muxes used in SystemC synthesis

image

#Part library used in SystemC synthesis

image

#RTL Verilog netlist generated after SystemC synthesis

image

#RTL Contents in SystemC synthesis

image

#Netlist schematic after SystemC synthesis

image

#Timing report after System C synthesis

image

#Power report after System C synthesis

image

#Area report after System C synthesis

image

#Timing and area report after System C synthesis

image

#Hierarchy report with design rule violations report after System C synthesis

image

#Summary report after System C synthesis

image

Prepared By

B M Madhumitha, Aditya Bharat, Aryan Kumar and Sharanya Shetty

References

https://www.youtube.com/watch?v=5tqfz9kREmc

A SystemC Textbook - by J Bhaskar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published