David Harris
|
f4f389f373
|
Initial version of embench_arch_sweep.py
|
2023-11-17 13:27:57 -08:00 |
|
David Harris
|
7b2bb86ced
|
changed to head of riscv-arch-test
|
2023-11-15 09:48:13 -08:00 |
|
David Harris
|
eef39bd495
|
Fixed typo in lsu parameter
|
2023-11-15 08:30:48 -08:00 |
|
David Harris
|
817ddbc7c5
|
Adjusted LSU misaligned buffer to fix synthesis warning
|
2023-11-15 08:19:50 -08:00 |
|
David Harris
|
cfaeeae25a
|
Added cmoz support to imperas.ic and adjusted imperas testbench to no longer need FPGA parameter
|
2023-11-15 08:15:01 -08:00 |
|
David Harris
|
dc3e412c62
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-15 08:06:35 -08:00 |
|
David Harris
|
98176665de
|
Fixed messed-up hazard.sv
|
2023-11-15 08:05:41 -08:00 |
|
David Harris
|
90cf128349
|
Added back riscv-arch-test fresh
|
2023-11-15 05:48:33 -08:00 |
|
David Harris
|
18c29dd7d0
|
Removed riscv-arch-test submodule that appears corrupted
|
2023-11-15 05:46:38 -08:00 |
|
David Harris
|
3308550409
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-14 19:14:03 -08:00 |
|
David Harris
|
77338435ce
|
Merge pull request #476 from naichewa/main
Final SPI code review
|
2023-11-14 19:10:00 -08:00 |
|
David Harris
|
fb135c957c
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-14 15:19:22 -08:00 |
|
David Harris
|
5e9157244b
|
Restored Zfh to 0 for rv64gc because it breaks floating-point tests
|
2023-11-14 15:18:16 -08:00 |
|
naichewa
|
8ffce456bd
|
Merge branch 'spi' into main
|
2023-11-14 14:51:06 -08:00 |
|
naichewa
|
1ab7c926ea
|
Final Code Review
|
2023-11-14 13:44:59 -08:00 |
|
Rose Thompson
|
bf51948616
|
Merge pull request #474 from davidharrishmc/dev
FP and synthesis cleanup
|
2023-11-14 12:03:01 -08:00 |
|
David Harris
|
8ba0336c6f
|
Removed unused addins, cleaned up configuration to support half precision on RV64gc, gate unused hazard inputs to reduce critical path in rv32e
|
2023-11-14 11:01:58 -08:00 |
|
David Harris
|
5211b3aa85
|
Merge pull request #473 from ross144/main
Missed a few files in the last pull request. Removes the fpga config from the linter.
|
2023-11-14 10:15:31 -08:00 |
|
Rose Thompson
|
fdb75203cb
|
Added cbop to to rv32gc.
|
2023-11-14 10:55:22 -06:00 |
|
David Harris
|
a77bea9954
|
Merge pull request #472 from ross144/main
Merge Zicclsm into main branch and removes the FPGA config. FPGA makefile now automatically creates the config when building
|
2023-11-14 08:34:06 -08:00 |
|
David Harris
|
b67b1f5719
|
Merge pull request #471 from stineje/main
Fix multitude of issues with plotPPA as well as issue related to Popen issuing too many synthesis
|
2023-11-14 05:51:20 -08:00 |
|
James E. Stine
|
9dce08a743
|
minor typo on ppaSynth and ppaAnalyze
|
2023-11-14 02:41:44 -06:00 |
|
James E. Stine
|
c722e2c59d
|
fix plotPPA and other excruciatingly painful problems related to using allWidths and causing empty arrays to be used. This generates the normalized/unnormalized plots
|
2023-11-14 01:06:14 -06:00 |
|
James E. Stine
|
6374d1a200
|
Modify ppaSynth.py to be able to not issue excess number of operations with Pool command. This is due to the original command using the Popen command, whereas, using the subprocess.call command solves this issue. The relieves the python script from issuing a ton of synthesis commands and using up all the licenses
|
2023-11-14 01:04:37 -06:00 |
|
Rose Thompson
|
d4bc9da085
|
Fixed another bug in the updated script changes.
|
2023-11-13 18:12:02 -06:00 |
|
Rose Thompson
|
919b7cccf1
|
Merge branch 'main' of github.com:ross144/cvw
|
2023-11-13 18:10:35 -06:00 |
|
Rose Thompson
|
f8b65f50b0
|
Fixed bugs in the updated fpga synthe script.
|
2023-11-13 18:10:22 -06:00 |
|
Rose Thompson
|
05eb5460b4
|
Removed fpga config. No longer needed.
|
2023-11-13 17:50:29 -06:00 |
|
Rose Thompson
|
d5f0c15b90
|
Modified the fpga build script to generate it's own config file rather than use the one in config/fpga.
|
2023-11-13 17:48:28 -06:00 |
|
Rose Thompson
|
95fc5f4a1c
|
Towards removing the FPGA config file.
|
2023-11-13 17:20:26 -06:00 |
|
Rose Thompson
|
6b7ff50a84
|
Reduced Arty A7 clock speed to 20Mhz to support Zicclsm.
|
2023-11-13 16:44:02 -06:00 |
|
Rose Thompson
|
a6995af91c
|
Fixed bug in uncore updates which broke SDC.
|
2023-11-13 16:15:23 -06:00 |
|
Rose Thompson
|
707b0c557c
|
Cleanup and optimization of Zicclsm.
|
2023-11-13 14:28:22 -06:00 |
|
Rose Thompson
|
da59cb71a9
|
Commented out the arch64priv misaligned load/store tests since we added Zicclsm to the rv64gc config.
|
2023-11-13 14:12:27 -06:00 |
|
Rose Thompson
|
540d8d930d
|
Cleanup.
Linux makefile
wally tracer. probably reduce some complexity here.
|
2023-11-13 14:04:43 -06:00 |
|
Rose Thompson
|
1f7d91e8e0
|
Merge branch 'Zicclsm'
|
2023-11-13 13:53:42 -06:00 |
|
Rose Thompson
|
55bcc4dbc1
|
Updates to linux config files for sdc.
|
2023-11-13 13:53:23 -06:00 |
|
David Harris
|
bcb86b210b
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-13 11:25:46 -08:00 |
|
David Harris
|
18dddb85b5
|
Merge pull request #470 from stineje/main
Remove ppa_ prefix and modify ppaAnalyze.py to handle correct vector
|
2023-11-13 11:25:38 -08:00 |
|
Rose Thompson
|
13908ac41c
|
Updated buildroot to use kernel 6.6 and added dedicated qemu emulation script.
|
2023-11-13 12:36:32 -06:00 |
|
Rose Thompson
|
cc7a0b211a
|
Cleanup.
|
2023-11-13 12:35:11 -06:00 |
|
James E. Stine
|
74056246d4
|
Remove ppa_ prefix and modify ppaAnalyze.py to handle correct vector
|
2023-11-13 10:02:10 -06:00 |
|
David Harris
|
121f685fa2
|
Removed assign statement inside always block
|
2023-11-13 07:23:15 -08:00 |
|
David Harris
|
0f4f89edfe
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-13 05:34:14 -08:00 |
|
David Harris
|
62ab604113
|
Merge pull request #469 from stineje/main
update ppaAnalyze to analyze correctionly freqSweep
|
2023-11-13 05:33:37 -08:00 |
|
James E. Stine
|
46bfdf5df9
|
update ppaAnalyze to analyze correctionly freqSweep
|
2023-11-13 02:39:25 -06:00 |
|
David Harris
|
6363804ba4
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
|
2023-11-12 20:24:25 -08:00 |
|
David Harris
|
c44ae93e22
|
DivStickyM no longer mysteriously needs to be gated with SqrtM after divder improvemenst
|
2023-11-12 20:23:27 -08:00 |
|
David Harris
|
065f3f3f6d
|
DivStickyM no longer mysteriously needs to be gated with SqrtM after divder improvemenst
|
2023-11-12 20:23:14 -08:00 |
|
Rose Thompson
|
8235f66af8
|
Merge pull request #468 from davidharrishmc/dev
Divider optimization
|
2023-11-12 20:05:44 -08:00 |
|