📝About:
- iVerilog behavioral model HDL program using the function: F = (AB' + A'B)(C + D')
💻To run:
- Install iVerilog.
- Run iverilog using the command:
iverilog grif1.v grif1_tb.v
- Run the generated vvp file using the command:
vvp a.out
- Run the waveform file using the command:
gtkwave a. vcd