Building HRMCPU - adumont/hrm-cpu GitHub Wiki

Build on Linux

Requirements to build on Ubuntu 18.04.3 LTS

  • global: build-essential make
  • yosys: pkg-config clang tclsh tcl-dev libreadline-dev bison flex
  • iverilog: libbz2-1.0 libbz2-dev

Build on Windows

Currently there's no native support to build HRMCPU on Windows. One option is to install WSL on Windows 10 and follow the steps to build on Linux.