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

Last updated: July 08,2024

1. Install "verilator.x86_64" package

Please follow the guidelines below to install verilator.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install verilator.x86_64

2. Uninstall "verilator.x86_64" package

This is a short guide on how to uninstall verilator.x86_64 on Fedora 35:

$ sudo dnf remove verilator.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:04:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : verilator
Version : 4.108
Release : 3.fc35
Architecture : x86_64
Size : 4.9 M
Source : verilator-4.108-3.fc35.src.rpm
Repository : fedora
Summary : A fast simulator for synthesizable Verilog
URL : http://www.veripool.com/verilator.html
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.