How to Install and Uninstall arachne-pnr.x86_64 Package on Fedora 39

Last updated: October 06,2024

1. Install "arachne-pnr.x86_64" package

Learn how to install arachne-pnr.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install arachne-pnr.x86_64

2. Uninstall "arachne-pnr.x86_64" package

In this section, we are going to explain the necessary steps to uninstall arachne-pnr.x86_64 on Fedora 39:

$ sudo dnf remove arachne-pnr.x86_64 $ sudo dnf autoremove

3. Information about the arachne-pnr.x86_64 package on Fedora 39

Last metadata expiration check: 4:19:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : arachne-pnr
Version : 0.1
Release : 0.15.20190729gitc40fb22.fc39
Architecture : x86_64
Size : 9.2 M
Source : arachne-pnr-0.1-0.15.20190729gitc40fb22.fc39.src.rpm
Repository : fedora
Summary : Place and route for FPGA compilation
URL : https://github.com/cseed/arachne-pnr
License : GPLv2
Description : Arachne-pnr implements the place and route step of the hardware
: compilation process for FPGAs. It accepts as input a technology-mapped
: netlist in BLIF format, as output by the Yosys synthesis suite for
: example. It currently targets the Lattice Semiconductor iCE40 family
: of FPGAs. Its output is a textual bitstream representation for
: assembly by the IceStorm icepack command. The output of icepack is a
: binary bitstream which can be uploaded to a hardware device.
:
: Together, Yosys, arachne-pnr and IceStorm provide an fully open-source
: Verilog-to-bistream tool chain for iCE40 1K and 8K FPGA development.