Skip to content

Digital Design

Joe edited this page Sep 18, 2024 · 3 revisions

FYIs



How to Run the Code

Most of the codes with test benches can be run in EDA Playground.

Use the settings as shown below:

Language settings Tools & Simulators settings

The other programs require an FPGA to test on.

The software used for those experiments is the Intel Quartus® Prime.


To View Binary Output in EPWave

EPWave defaults waveform signals to Hexadecimal (Output of this code):

EPWave Hex Output

To Display the waveform in Binary, Switch from Hex to Binary in the Radix menu

EPWave Hex Radix EPWave Binary Radix

The final output should be

EPWave Binary Output


Useful VS Code Extensions