an implementation of the FAN ATPG algorithm in c++ and verilog.
-
Updated
Feb 26, 2025 - C++
Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.
an implementation of the FAN ATPG algorithm in c++ and verilog.
A C++-based event-driven simulation of bank operations, where customers are served based on their arrival times and the availability of a teller. The project utilizes custom queue and priority queue implementations to manage events and provides insights into customer wait times and processing efficiency.