Verilator Windows Installation Procedure - mbits-mirafra/verilator GitHub Wiki

Steps to be followed

  1. Make sure virtual box and ubuntu is installed in windows, else click here for installation steps.

  2. open terminal in ubuntu by right click in mouse

WhatsApp Image 2024-01-11 at 1 03 52 PM

  1. type, sudo apt-get install git help2man perl python3 make autoconf g++ flex bison ccache

    type, password and proceed to Yes as shown in below snapshot

WhatsApp Image 2024-01-11 at 1 09 00 PM

  1. type, sudo apt-get install libgoogle-perftools-dev numactl perl-doc

    type, Y (as per below snapshot)

WhatsApp Image 2024-01-11 at 2 09 00 PM

  1. type sudo apt-get install libfl2

WhatsApp Image 2024-01-11 at 2 10 39 PM

  1. type, sudo apt-get install libfl-dev

WhatsApp Image 2024-01-11 at 2 12 44 PM

  1. type, git clone https://github.com/verilator/verilator

WhatsApp Image 2024-01-11 at 2 14 46 PM

  1. type, unset VERILATOR_ROOT

    type, cd verilator

    type, autoconf

    type, ./configure

WhatsApp Image 2024-01-11 at 2 17 33 PM

  1. type, make

WhatsApp Image 2024-01-11 at 2 20 32 PM

  1. type, make test

WhatsApp Image 2024-01-11 at 2 43 06 PM

  1. type, sudo make install

WhatsApp Image 2024-01-11 at 2 46 06 PM

                                           **NOW YOU ARE READY TO GO**