Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 1.22 KB

README.md

File metadata and controls

9 lines (9 loc) · 1.22 KB

MSDAP

Mini Stereo Digital Audio Processor

  • I and Akash Tadmare did this project during fall 2018 as a part of ASIC design course in University of Texas at Dallas.
  • The report file covers all theory, specifications, working and complete procedure of the project.
  • The MSDAP.v file is the main verilog code of the complete design.
  • The MSDAP_tb.v file is the test bench which was used to verify the functionality of the design.
  • data1.in is the sample input file and data1(golden).out is the golden output file.
  • verify.pl is the perl script to verify the actual outputs (data1.out) with the golden outputs
  • scripts.zip file contains all TCL scripts used to automate the physical design procedure in Design compiler and IC compiler