Commit Graph

10327 Commits

Author SHA1 Message Date
Rose Thompson
a4cda877ef Fixed bit position of SPI fifo receive and transmit flags. 2024-10-21 14:52:40 -05:00
David Harris
4d8ca84be8
Merge pull request #1019 from jordancarlin/main
Installation CI Improvements and README Updates
2024-10-21 07:06:13 -07:00
Jordan Carlin
0f1f9ab341
Fix custom user install location 2024-10-20 22:53:42 -07:00
Jordan Carlin
19a14a231c
Log installation of old distro dependencies 2024-10-20 22:37:55 -07:00
Jordan Carlin
150365d320
fix wget 2024-10-20 22:18:08 -07:00
Jordan Carlin
401b37dd93
Fix Linux Makefile 2024-10-20 19:08:49 -07:00
Jordan Carlin
0ee9fc779c
Always set environ variables so logs upload correctly 2024-10-20 19:06:11 -07:00
Jordan Carlin
f0e58b8fba
Fix syntax error 2024-10-20 16:47:03 -07:00
Jordan Carlin
cb0025dffe
Additional validation in Linux Makefile 2024-10-20 16:40:11 -07:00
Jordan Carlin
51d5c81392
Incompatible options on red hat 8 2024-10-20 16:18:46 -07:00
Jordan Carlin
fe43880a23
Fix path issues 2024-10-20 16:15:32 -07:00
Jordan Carlin
fbf607af32
Retry git clone if failure 2024-10-20 15:48:22 -07:00
Jordan Carlin
8fb7aef7d9
Switch to wget for improved error handling 2024-10-20 15:32:03 -07:00
Jordan Carlin
57400a12b3
Refactor logger function to be more readable 2024-10-20 14:22:48 -07:00
Jordan Carlin
871bae1924
Refactor git_check function to be far more readable 2024-10-20 14:18:48 -07:00
Jordan Carlin
32c6427ae9
Only suggest installation log if it exists 2024-10-20 13:36:38 -07:00
Jordan Carlin
60a12efa30
Test user install to custom location 2024-10-20 01:00:19 -07:00
Rose Thompson
d37df566b1
Merge pull request #1021 from jordancarlin/gcc14
Update to GCC 14
2024-10-18 22:51:03 -05:00
Jordan Carlin
0f571045b9
Finally got Makefile working for Quads on GCC 14 2024-10-18 16:03:57 -07:00
Jordan Carlin
b64f3f05f8
Revert changes to comment format now that preprocessor is being used 2024-10-18 16:03:56 -07:00
Jordan Carlin
8543cbb093
Revert manually include header file content 2024-10-18 16:03:56 -07:00
Jordan Carlin
a995f5e221
Use preprocessor before assembler for gcc 2024-10-18 16:03:56 -07:00
Jordan Carlin
4c0e4846ea
More debugging 2024-10-18 16:03:56 -07:00
Jordan Carlin
f15ef57cb9
Debugging 2024-10-18 16:03:56 -07:00
Jordan Carlin
638591e1dd
Update coverage test files. Assembler is picky and only accepts # comments and needs newlines 2024-10-18 16:03:55 -07:00
Jordan Carlin
4a81327b04
Use assembler instead of compiler for coverage tests 2024-10-18 16:03:55 -07:00
Jordan Carlin
4867a4a337
Use gcc 14 2024-10-18 16:03:54 -07:00
David Harris
fe99591cfa
Merge pull request #1020 from Mysterio-Abdullah/Config
Enabling RV64ZcbZb.
2024-10-17 19:38:54 -07:00
Jordan Carlin
34ccd5a391
Update and combine Linux READMEs 2024-10-17 15:38:58 -07:00
Mysterio-Abdullah
13520b6414 Enabling RV64ZcbZb.a 2024-10-17 15:31:09 -07:00
Jordan Carlin
6d00ae98ea
Update linux README formatting 2024-10-17 15:29:39 -07:00
Jordan Carlin
1e204f3c12
Update testfloat README formatting 2024-10-17 15:21:37 -07:00
Jordan Carlin
c69f83224d
Update SynthDC README formatting 2024-10-17 15:18:04 -07:00
Jordan Carlin
05d86fc6ce
Update fpga README formatting 2024-10-17 15:08:32 -07:00
Jordan Carlin
336a178da0
Fix appendix refs 2024-10-17 14:55:48 -07:00
Jordan Carlin
0830cbb8d1
README formatting updates 2024-10-17 14:55:48 -07:00
slmnemo
e4b4cff270 Changed nightly_build.py to allow for nightly and buildroot to be passed as arguments 2024-10-17 13:46:07 -07:00
slmnemo
35fa3ff461 Fixed ERROR versus error bug in logger, fixed error in failed lint tests. Labeled lint tests in regression output. Changed test run directory to call direct location rather than calling unknown regression script 2024-10-17 13:46:07 -07:00
slmnemo
25da694a24 Laid out new CSV daily tracker and emailsender classes. 2024-10-17 13:46:07 -07:00
slmnemo
055bcc5f97 Changed make names to match new Linux makefile. Removed --buildroot option from regression call. 2024-10-17 13:46:07 -07:00
Jordan Carlin
aa4304cb6c
Document --no-buildroot flag for installation script 2024-10-17 09:11:11 -07:00
Jordan Carlin
58e093c9be
Add warning regarding broken Verilator on Ubuntu 20.04 and Red Hat 8 to compatibility section of README 2024-10-17 09:11:10 -07:00
Jordan Carlin
b10f46713e
Add installation status badge to README 2024-10-17 09:11:10 -07:00
Jordan Carlin
9d941b7f2e
Fix missing directory in installation CI 2024-10-17 09:11:08 -07:00
David Harris
9dcc0435b8 Increased timeout on regression-wally to avoid floating-point fcov runs from failing 2024-10-16 21:47:04 -07:00
David Harris
d21e2fa997 Increased timeout on regression-wally to avoid floating-point fcov runs from failing 2024-10-16 21:41:14 -07:00
David Harris
abb80bb700
Merge pull request #1018 from slmnemo/nightly_regression
Added flush to run_test_case() regression-wally to ensure results are printed to STDOUT
2024-10-16 21:28:14 -07:00
David Harris
c35bfa693d
Merge pull request #1017 from 10x-Engineers/rvvi_setup
Removed Fcovrvvi
2024-10-16 21:27:36 -07:00
slmnemo
4bdc6749ed Added flush to run_test_case regression-wally to ensure results are printed to stdout for regression-wally. 2024-10-16 18:23:03 -07:00
David Harris
aaa2edac18 Merge branch 'main' of https://github.com/openhwgroup/cvw into dev 2024-10-16 13:26:51 -07:00