This package browser is in early development. Mind the rough edges.

python-edalize 0.6.3

Python Library for interacting with EDA tools

This package implements a functionality to create project files for supported tools and run them in batch or GUI mode. All EDA tools such as Icarus, Yosys, ModelSim, Vivado, Verilator, GHDL, Quartus etc get input HDL files (Verilog and VHDL) and some tool-specific files (constraint files,memory initialization files, IP description files etc). Together with the files, perhaps a couple of Verilog `defines, some top-level parameters/generics or some tool-specific options are set.

Installation

Install python-edalize 0.6.3 as follows:

guix install python-edalize@0.6.3

Or install the latest version:

guix install python-edalize

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.