Skip to content

Commit

Permalink
Merge pull request openhwgroup#38 from pulp-platform/yt/buserror
Browse files Browse the repository at this point in the history
Updating Bus Error Unit to allow synthesis flow
  • Loading branch information
yvantor authored May 16, 2023
2 parents 07ec90f + 0830816 commit ce971b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Bender.local
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ overrides:
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git" , rev: a7e3f4e4c7fe607bcd6b9d94db77f612fd6ef6be }
scm: { git: "https://github.com/pulp-platform/scm.git" , rev: f7b51416f3c407e4c31e9c016616d57aae2687bd }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: 89e1019d64a86425211be6200770576cbdf3e8b3 } # branch: assertion-fix
bus_err_unit: { git: [email protected]:carfield/bus_err_unit.git, rev: 47a6436dc4b4b7f4a44f7786033b22c6d01530b2 } # branch: main
10 changes: 5 additions & 5 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
revision: 97dcb14ef057cbe5bd70dda2060b5bb9e7e04c6d
version: 0.7.0
source:
Git: https://github.com/pulp-platform/axi_riscv_atomics.git
Git: https://github.com/pulp-platform/axi_riscv_atomics
dependencies:
- axi
- common_cells
Expand All @@ -90,7 +90,7 @@ packages:
- common_cells
- register_interface
bus_err_unit:
revision: ff19129ed69094422243a76ae71eef45aa6f2c4b
revision: 47a6436dc4b4b7f4a44f7786033b22c6d01530b2
version: null
source:
Git: [email protected]:carfield/bus_err_unit.git
Expand Down Expand Up @@ -177,7 +177,7 @@ packages:
revision: 9c07fa860593b2caabd9b5681740c25fac04b878
version: 0.2.3
source:
Git: https://github.com/pulp-platform/common_verification.git
Git: https://github.com/pulp-platform/common_verification
dependencies: []
cv32e40p:
revision: 9b77611a1d0c681f4819798d95422b0b895528a2
Expand Down Expand Up @@ -221,7 +221,7 @@ packages:
dependencies:
- common_cells
fpu_interco:
revision: 2c11ff8176a8b176f2bdd3fc019db2b7db44debf
revision: 0769976fa51bdd820656a01161a4c46b88c59ac5
version: null
source:
Git: https://github.com/pulp-platform/fpu_interco.git
Expand Down Expand Up @@ -359,7 +359,7 @@ packages:
dependencies:
- axi_slice
pulp_cluster:
revision: 2fe929632a95e27ebb3f135603835adb60b41fd2
revision: 56d64633432a72de8da49c1f0418500a9c173ddb
version: null
source:
Git: https://github.com/pulp-platform/pulp_cluster.git
Expand Down
3 changes: 2 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ dependencies:
hyperbus: { git: https://github.com/pulp-platform/hyperbus.git, rev: 80f137ce8904c78602b589918911f388d507e935 }
car_l2: { git: [email protected]:carfield/carfield_l2_mem.git, rev: 505c35a8df7f042fc8fc07c5dc40bc6412f7b27d } # branch: main
safety_island: { git: [email protected]:carfield/safety-island.git, rev: c03f1d0b7aad5725010f247130e5d13b36c89c04 } # branch: master
pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: 2fe929632a95e27ebb3f135603835adb60b41fd2 } # branch: yt/carfield-integration
pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: 56d64633432a72de8da49c1f0418500a9c173ddb } # branch: yt/carfield-integration
opentitan: { git: https://github.com/alsaqr-platform/opentitan.git, rev: 567ae56d23633e2d9738f68ddfdd9b529c87d859 } # branch: lowRISC-rebase
mailbox_unit: { git: [email protected]:pulp-platform/mailbox_unit.git, rev: ce0cb2e7fe48a00fd2ee8b39f675e6c33a5a31d2 } # branch: aottaviano/mailbox-old
apb: { git: https://github.com/pulp-platform/apb.git, version: 0.2.3 }
timer_unit: { git: https://github.com/pulp-platform/timer_unit.git, version: 1.0.2 }
apb_adv_timer: { git: https://github.com/pulp-platform/apb_adv_timer.git, version: 1.0.4 }
can_bus: { git: [email protected]:AlSaqr-platform/can_bus.git, rev: 230222cc568b49b39a3385b12edaf680657bc69d }
spatz: { git: [email protected]:spatz/spatz.git, rev: fe6af882359be12b3884b9c9a5755a022bb031ff } # branch: main
bus_err_unit: { git: [email protected]:carfield/bus_err_unit.git, rev: 47a6436dc4b4b7f4a44f7786033b22c6d01530b2 } # branch: main

workspace:
package_links:
Expand Down

0 comments on commit ce971b2

Please sign in to comment.