You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web FPGA simulator which takes as an input post-synthesis files of an FPGA design, and displays the components in an structured way. It allows to see the signal flow at custom speed and clock rate to analyse the impact of the clock frequency on the execution of a design.
Implements a Mealy FSM that computes the 2’s complement of a serial binary input, showcasing the full hardware design workflow from logic to gate-level simulation.