Commit Graph

367 Commits

Author SHA1 Message Date
Jordan Carlin
1f39b60619
Update python venv prompt 2024-08-08 22:04:27 -07:00
Jordan Carlin
5f0bc114fd
filter more console output 2024-08-08 22:03:45 -07:00
Jordan Carlin
2efc129ba9
Temporary fix for riscv-software-src/riscof#122 2024-08-08 00:48:09 -07:00
Jordan Carlin
76eef03fe4
Merge branch 'main' of https://github.com/openhwgroup/cvw into installation 2024-08-07 20:22:55 -07:00
Huda-10xe
0303314f4e Adding RVVI Functional Coverage Support 2024-08-07 14:31:16 +05:00
Jordan Carlin
561843d3be
Update LD_LIBRARY_PATH to fix qemu on Ubuntu 20.04 2024-07-27 14:50:17 -07:00
Jordan Carlin
97c1050bcc
Remove opam folder when install with --clean 2024-07-27 14:50:02 -07:00
Jordan Carlin
5f2b608035
Don't delete logs in --clean mode 2024-07-26 22:37:47 -07:00
Jordan Carlin
9857ed4fe2
Update logger to filter more text from buildroot install 2024-07-26 22:35:43 -07:00
Jordan Carlin
f98b25a9e3
Update LD_LIBRARY_PATH in wally-tool-chain-install script 2024-07-26 22:35:22 -07:00
Jordan Carlin
47f4b563a1
Clean up install script comments 2024-07-26 22:35:02 -07:00
Jordan Carlin
0266743582
Add buildroot to wally-tool-chain-install 2024-07-26 22:34:55 -07:00
Jordan Carlin
ec7e3d4f3b
Remove ftp from installation 2024-07-26 22:34:34 -07:00
Jordan Carlin
07113eed9f
Add libncurses* to Ubuntu for Vivado 2024-07-26 10:57:41 -07:00
Jordan Carlin
42a9bbf28d
Merge branch 'main' of https://github.com/openhwgroup/cvw into installation 2024-07-25 21:21:57 -07:00
Jordan Carlin
22d2077006
Cleanup 2024-07-25 21:16:00 -07:00
Jordan Carlin
676c6b88a0
Automatically determine number of threads to use in wally-tool-chain-install 2024-07-24 20:19:30 -07:00
Jordan Carlin
bbf90b1f4b
Add cpio to installation for buildroot 2024-07-24 19:55:18 -07:00
Rose Thompson
df88939bcb Merge branch 'main' of https://github.com/openhwgroup/cvw 2024-07-24 13:14:25 -05:00
Rose Thompson
b1a711ae0f Converted fpga's rvvi from a config option to a testbench/fpga top level parameter and is envoked by passing --rvvi to wsim. 2024-07-24 12:47:50 -05:00
Jordan Carlin
bb5c9f9ead
Switch to logger function and fix exit codes 2024-07-23 23:42:03 -07:00
Jordan Carlin
d08deddcc4
Update logging grep 2024-07-23 23:40:42 -07:00
Jordan Carlin
121ee51503
Fix logging 2024-07-23 23:40:03 -07:00
Jordan Carlin
47452ddaaa
Remove hardcoded /opt/riscv 2024-07-23 23:29:45 -07:00
David Harris
a4a0a10879 Increased covergen.py functional coverage to 87.6% 2024-07-23 04:38:13 -07:00
Jordan Carlin
36ffeb2dca
Fix minimum scipy version for Ubuntu20.04 2024-07-23 01:03:10 -07:00
Jordan Carlin
d096e2e4f8
Fix python version for Ubuntu 20.04 2024-07-23 00:16:27 -07:00
Jordan Carlin
e4c38dd766
Add logs and reduce console output 2024-07-22 23:13:38 -07:00
Jordan Carlin
d045fb6662
Update python versions 2024-07-22 23:12:48 -07:00
Jordan Carlin
16dd728ed6
Use requirements file for pip packages 2024-07-22 23:12:27 -07:00
Jordan Carlin
4e8cc68d3e
Add DEBIAN_FRONTEND=noninteractive to apt 2024-07-22 23:11:33 -07:00
Jordan Carlin
8c8e1a3fef
Update section header function usage 2024-07-22 23:10:45 -07:00
David Harris
4c46315907 Fixed argument name in regression-wally 2024-07-22 09:19:56 -07:00
David Harris
757cc8a5f7 Added QuestaFunctCoverage to merge functional coverage reports 2024-07-22 08:49:54 -07:00
Jordan Carlin
76fbb2e94d
Add --clean flag to install to remove git repositories and save space 2024-07-21 10:08:51 -07:00
Jordan Carlin
4ea5e3c4d4
Simplify version checking logic 2024-07-21 10:06:00 -07:00
Jordan Carlin
37aa6acf5a
update riscof link 2024-07-20 01:36:33 -07:00
Jordan Carlin
0746f8fe89
Update opam installation to use /opt/riscv folder 2024-07-20 01:34:53 -07:00
Jordan Carlin
38c9c4749e
Use array of packages instead of string 2024-07-20 01:28:03 -07:00
Jordan Carlin
f68cb47a55
Use arithmetic comparisons where possible 2024-07-20 00:45:10 -07:00
Jordan Carlin
c3614aa189
Fix git_check function repo variable 2024-07-20 00:24:26 -07:00
Jordan Carlin
a8848f02e8
Use apt-get to avoid warning about unstable apt interface 2024-07-19 11:09:27 -07:00
Jordan Carlin
f346a99907
Fix git_check return values 2024-07-19 11:09:27 -07:00
Jordan Carlin
6e4d6b7c07
Refactor git repo checks to use a function 2024-07-19 11:09:27 -07:00
Jordan Carlin
954247af92
Update setup scripts to be more verbose about errors 2024-07-19 10:14:19 -07:00
Jordan Carlin
e30691d5e2
Add additional packages 2024-07-19 10:14:19 -07:00
Jordan Carlin
8853fd52bc
Merge branch 'main' of https://github.com/openhwgroup/cvw into installation 2024-07-18 21:36:00 -07:00
David Harris
4d36072f09 Converted regression-wally to use argparse 2024-07-17 06:04:21 -07:00
David Harris
25f271064f Fixed slli.uw bug reported by Lee Moore 16 July 2024 2024-07-16 09:28:05 -07:00
David Harris
ac05fa5553 Attempt at functional coverage; breaks code and functional coverage 2024-07-15 14:20:48 -07:00