Ross Thompson
c1790e67bc
Defaults to 1 job compiles.
2023-01-21 22:00:26 -06:00
Ross Thompson
1692559c05
Updated install readme.
2023-01-21 21:50:24 -06:00
Ross Thompson
b737c2ab12
Added argument to install script for alternate install directory.
2023-01-21 21:31:47 -06:00
Ross Thompson
528f1a0940
Added check for the odd Ubuntu 22.04 python2/3 issue.
2023-01-21 21:29:37 -06:00
Ross Thompson
b73bf728a5
More improvements to the tool install script.
2023-01-21 21:23:23 -06:00
Ross Thompson
3667222831
Working toolchain install script for ubuntu.
2023-01-21 20:52:58 -06:00
Ross Thompson
8d6a58f2cf
fixes to installer script
2023-01-21 18:00:14 -06:00
Ross Thompson
b522bcc081
fixes to install script.
2023-01-21 17:32:44 -06:00
Ross Thompson
8c70705ecf
Updates to tool install script
2023-01-21 17:24:21 -06:00
Ross Thompson
4a73f173bb
Created a tool chain install script for ubuntu 22.04.
2023-01-21 14:03:30 -06:00
Mike Thompson
f312a64314
Merge pull request #15 from ross144/main
...
Updates to FPGA synthesis flow and removal of debug markers
2023-01-21 10:31:21 -05:00
Ross Thompson
2fc47bab9c
More fixes for the debug2.xdc constraints.
2023-01-20 20:48:19 -06:00
Ross Thompson
341f1da002
Merge remote-tracking branch 'upstream/main'
2023-01-20 20:30:44 -06:00
Ross Thompson
61efb22db1
More fixes to fpga ila debugger.
2023-01-20 20:28:21 -06:00
Ross Thompson
e28ea2d630
Fixed fpga constraints.
2023-01-20 20:18:04 -06:00
Ross Thompson
0ed9811e31
Updated fpga constraints.
2023-01-20 20:16:33 -06:00
Ross Thompson
4ccea17648
Added license and comments to new script.
2023-01-20 19:50:33 -06:00
Ross Thompson
9c83b2dff5
Updated ignore to exclude copied files.
2023-01-20 19:47:33 -06:00
Ross Thompson
25bd2e4670
Removed mark_debug vivado directive from source code.
...
Created script to add mark_debug directive to source code based on a file which contains locations and signal which need them for the FPGA debugger.
Files output to temporary directory.
2023-01-20 19:43:18 -06:00
Ross Thompson
07308e2c14
Removed mark_debug from all source code.
2023-01-20 18:47:36 -06:00
davidharrishmc
18dea1bf25
Merge pull request #14 from ross144/main
...
Test commit.
2023-01-20 15:31:25 -08:00
Ross Thompson
6ccb3a0147
Test commit.
2023-01-20 17:27:09 -06:00
David Harris
c2f7f7324d
test
2023-01-20 15:23:38 -08:00
David Harris
b173112f86
Continued framework for B instructions
2023-01-20 14:27:13 -08:00
David Harris
1933ea39fa
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
2023-01-20 14:19:10 -08:00
David Harris
0f68fccf82
Started adding bit manipulation unit
2023-01-20 14:19:07 -08:00
Ross Thompson
11c6106022
Repaired fpga debugger.
2023-01-20 15:26:52 -06:00
Ross Thompson
3d71d0196c
Updated figure cache references.
2023-01-20 15:01:54 -06:00
Ross Thompson
5b740fbf60
Removed SDC from repo due to copy right issue.
...
Modified fpga build flow to reference it outside the repo.
2023-01-20 14:57:06 -06:00
Ross Thompson
b1f3bd566c
Formatting.
2023-01-20 13:13:05 -06:00
Ross Thompson
f78bfc4940
Formatting.
2023-01-20 13:09:42 -06:00
Ross Thompson
c7f4970597
Formatting.
2023-01-20 13:05:10 -06:00
Ross Thompson
6142c96946
Reformatting cachefsm.
2023-01-20 12:49:55 -06:00
Ross Thompson
7e96f3e8f7
Formatting.
2023-01-20 12:41:57 -06:00
Ross Thompson
95de716a17
Merge branch 'main' of github.com:davidharrishmc/riscv-wally
2023-01-20 12:37:12 -06:00
Ross Thompson
b8a699270e
More cleanup and formatting.
2023-01-20 12:34:40 -06:00
David Harris
032332ebae
renamed comparator module
2023-01-20 10:13:47 -08:00
David Harris
1c07eb623d
Updated HMC Synopysys license manager
2023-01-20 10:13:20 -08:00
Ross Thompson
f1049be6c1
More cleanup and formatting.
2023-01-20 12:09:21 -06:00
Ross Thompson
4a2d02ab28
Formatting.
2023-01-20 11:51:10 -06:00
Ross Thompson
11c44006c4
Integrated the missing zifence tests into the regression test.
2023-01-20 10:34:49 -06:00
Ross Thompson
eb19b1b499
Imperas found a bug with the Fence.I instruction.
...
If a fence.i directly followed a store miss, the d$ would release Stall during the cache line write.
Then transition to ReadHold. This cause the d$ flush to go high while in ReadHold. The solution is
to ensure the cache continues to assert Stall while in WriteLine state.
There was a second issue also. The D$ flush asserted FlushD which flushed the I$ invalidate.
Finally the third issue was CacheEn from the FSM needs to be asserted on an InvalidateCache.
2023-01-20 10:17:21 -06:00
Ross Thompson
63dbebcb5a
Improved comment.
2023-01-19 17:41:57 -06:00
Ross Thompson
91bd55d9ba
ram uses always rather than always_ff due to modelsim issue.
2023-01-19 17:41:15 -06:00
Ross Thompson
30935fd2b7
Merge branch 'main' of github.com:davidharrishmc/riscv-wally
2023-01-19 17:28:53 -06:00
Ross Thompson
78e8598ec8
Added comment about needed changes in BTB.
2023-01-19 17:28:00 -06:00
Ross Thompson
f7b869960a
Rough draft of Install guide.
2023-01-19 17:27:45 -06:00
David Harris
aed6f79d1e
Removed study versions from comparator
2023-01-19 15:13:35 -08:00
David Harris
ad3b528b5d
Moved unused study files to studies directory
2023-01-19 15:13:11 -08:00
David Harris
264362ce17
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
2023-01-19 14:47:54 -08:00