Troubleshooting VLSI Lab Assignments
Learn how to decipher errors, resolve common design problems, troubleshoot runtime issues, and more in VLSI lab assignments. Understand solutions for syntax errors, timing errors, license errors, and memory failures through practical examples and detailed explanations.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Debugging VLSI Lab Assignment Alok Lele
Deciphering Errors Accessing the log file: audio_single_rate.0<compilation_number> Search for ERROR TIPS: Run clean.sh the project before every compilation
Common Problems Design fails due to improper implementation Syntax errors Timing errors Solution Make sure you synthesize and run place & route in ISE Make sure that the filter design can operate above 100 MHz after the place and route Make sure the simulation output is correct
Common Problems Design fails in Place & Route when generating the .bit file Timing Error Solution: Try optimizing your current design Retiming Resource allocation
Common Problems License Errors: Re-compile the design after sometime.
Problems during runtime: Memory or cache failures: Incorrect handling of the system Solution: Disconnect all parts of the system and wait for a few minutes before retrying. Switch off the board during before disconnecting from the UART port (not required when disconnecting from the program port)
Problems during runtime Incorrect output: Incorrect handshake Incorrect state-machine Sub-optimal pipelining (Assignment 5) Solutions: Run multiple simulations on the test-bench Go through the simulation timing carefully