-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanded support for CFUs. #14
base: master
Are you sure you want to change the base?
Changes from all commits
054cffc
7374fad
ae3d1d7
07a72e2
f022529
59f011d
12ecb67
9f87086
b6724a2
767476c
eafff82
c888198
b31d499
6db4891
528360a
e78ff1c
aa12b0d
848042f
301554e
9188280
43e1317
d8ec2d8
dc1f9dd
9face5f
38f50db
5bb9114
cbb04d3
7490bb2
593e180
9f85993
6f2afa7
6dfdf25
7454d1a
9a22d43
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "litex/data/cpu/vexriscv/verilog/ext/VexRiscv"] | ||
[submodule "pythondata_cpu_vexriscv/verilog/ext/VexRiscv"] | ||
path = pythondata_cpu_vexriscv/verilog/ext/VexRiscv | ||
url = https://github.com/SpinalHDL/VexRiscv.git | ||
branch = master |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Generator : SpinalHDL v1.6.0 git head : 73c8d8e2b86b45646e9d0b2e729291f2b65e6be3 | ||
// Component : VexRiscv | ||
// Git hash : 6276bf628be9d0a58c0284dca83137b71ef29098 | ||
// Git hash : 593e180abf5ba39e7fa33d4f371646453f84496a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we don't change anything in this file, but hash. This looks weird |
||
|
||
|
||
`define EnvCtrlEnum_binary_sequential_type [1:0] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Generator : SpinalHDL v1.6.0 git head : 73c8d8e2b86b45646e9d0b2e729291f2b65e6be3 | ||
// Component : VexRiscv | ||
// Git hash : 6276bf628be9d0a58c0284dca83137b71ef29098 | ||
// Git hash : 593e180abf5ba39e7fa33d4f371646453f84496a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we don't change anything in this file, but hash. This looks weird |
||
|
||
|
||
`define EnvCtrlEnum_binary_sequential_type [1:0] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs fixing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, definitely.