make extract-parasitics has a dependency on
iverilog. See the error below. It would be good to capture this at
documentation.
File "/home/aloke/projects/uP16_efabless/venv/lib/python3.10/site-packages/pyverilog/vparser/parser.py", line 2309, in preprocess
self.preprocessor.preprocess()
File "/home/aloke/projects/uP16_efabless/venv/lib/python3.10/site-packages/pyverilog/vparser/preprocessor.py", line 86, in preprocess
subprocess.call(cmd)
File "/usr/lib/python3.10/subprocess.py", line 345, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.10/subprocess.py", line 969, in
init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1845, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'iverilog'
make:
* [Makefile
305 extract-parasitics] Error 1