How to Install and Uninstall verilator.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "verilator.x86_64" package

Please follow the step by step instructions below to install verilator.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install verilator.x86_64

2. Uninstall "verilator.x86_64" package

Please follow the instructions below to uninstall verilator.x86_64 on Fedora 38:

$ sudo dnf remove verilator.x86_64 $ sudo dnf autoremove

3. Information about the verilator.x86_64 package on Fedora 38

Last metadata expiration check: 3:18:24 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : verilator
Version : 4.226
Release : 2.fc38
Architecture : x86_64
Size : 15 M
Source : verilator-4.226-2.fc38.src.rpm
Repository : fedora
Summary : A fast simulator for synthesizable Verilog
URL : https://veripool.org/verilator/
License : LGPLv3 or Artistic 2.0
Description : Verilator is the fastest free Verilog HDL simulator. It compiles
: synthesizable Verilog, plus some PSL, SystemVerilog and Synthesis
: assertions into C++ or SystemC code. It is designed for large projects
: where fast simulation performance is of primary concern, and is
: especially well suited to create executable models of CPUs for
: embedded software design teams.