mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Listed more Python files for installation
This commit is contained in:
parent
239bb3abbc
commit
a6b65944bc
1 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,12 @@ It is most convenient if the sysadmin installs riscof into the server’s Python
|
||||||
|
|
||||||
However, riscof can also be installed and run locally by individual users.
|
However, riscof can also be installed and run locally by individual users.
|
||||||
|
|
||||||
|
### Other Python libraries
|
||||||
|
|
||||||
|
While a sysadmin is installing Python libraries, it's worth doing some more that will be needed by visualization scripts.
|
||||||
|
|
||||||
|
$ sudo pip3 install matplotlib scipy sklearn adjustText lief
|
||||||
|
|
||||||
### Install Verilator
|
### Install Verilator
|
||||||
|
|
||||||
Verilator is a free Verilog simulator with a good Lint tool used to catch errors in the SystemVerilog code. It is needed to run regression.
|
Verilator is a free Verilog simulator with a good Lint tool used to catch errors in the SystemVerilog code. It is needed to run regression.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue