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
make # Build all
make test# Build all and run test-bench# Build all, run test-bench, and open test waveform in GTKWave
make test&& gtkwave ./wave.vcd
make clean # Clean all build artifacts