When following the README to build NutShell and generate Verilog
(using make), the build fails with:
java.util.NoSuchElementException: NOOP_HOME
unless the environment variable NOOP_HOME is defined.
However, I couldn’t find any mention of NOOP_HOME in the README or
the build documentation. This makes the initial setup a bit confusing
for new users, since the failure happens during elaboration without
prior notice.