Mini digital signal scope

Implementation of mini digital scope. User can determine the pre and post trigger, trigger level, how many sequential times user want to find the trigger. Using the wishbone protocol for communication between different system blocks.

Building a Mini Digital Signal Scope that is capable of handling simple tasks but can be used in various scenarios as a replacement for the more complex and pricy Scope.

The hardware in the project will include writing a VHDL code that enables saving the relevant data that flows from the A2D, according to the configuration that will be an input of the user.
When all the data is found and saved, it will return to the user.

The software is a GUI that enables a change of configuration and displaying the saved data on the screen.
In addition, a test support system will be built to enable testing the product in the lab.