The aim of this project is to provide feedback about things supported by the vendor EDA tools, which presents problems for Yosys and/or GHDL.
- Install Yosys following https://github.com/YosysHQ/yosys#setup instructions.
- Install PyFPGA following https://gitlab.com/rodrigomelo9/pyfpga#installation instructions.
- Install iverilog and verilator.
- Install Docker following https://docs.docker.com/install instructions (to use GHDL).
- To run ISE:
export PATH=<ISE_ROOT_PATH>/ISE/bin/lin64:$PATH
- To run Vivado:
export PATH=<VIVADO_ROOT_PATH>/bin:$PATH
Yosys-versus is distributed under ISC license.