Skip to content

Commit

Permalink
Merge pull request openhwgroup#43 from pulp-platform/sm/rst_stgy_spatz
Browse files Browse the repository at this point in the history
Update floating-point cluster's reset interface.
  • Loading branch information
yvantor authored May 18, 2023
2 parents a7b1ee5 + 9001264 commit c2eafa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ packages:
- common_cells
- register_interface
spatz:
revision: fe6af882359be12b3884b9c9a5755a022bb031ff
revision: dbc4c442bd54a538bcafd0d62fec2b608a359dc3
version: null
source:
Git: [email protected]:spatz/spatz.git
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
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
spatz: { git: [email protected]:spatz/spatz.git, rev: dbc4c442bd54a538bcafd0d62fec2b608a359dc3 } # branch: main
bus_err_unit: { git: [email protected]:carfield/bus_err_unit.git, rev: 47a6436dc4b4b7f4a44f7786033b22c6d01530b2 } # branch: main
common_cells: { git: https://github.com/pulp-platform/common_cells.git, version: 1.29.0 }

Expand Down
3 changes: 1 addition & 2 deletions hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,7 @@ spatz_cluster_wrapper #(
)i_fp_cluster_wrapper(
.clk_i ( alt_clk_i ),
.rst_ni ( spatz_rst_n ),
// TODO: add pwr_on_rst (!)
// TODO: add synth wrapper and isolate stuff like safety island
.pwr_on_rst_ni ( spatz_pwr_on_rst_n ),
.testmode_i ( 1'b0 ), // TODO: connect
.scan_enable_i ( 1'b0 ),
.scan_data_i ( 1'b0 ),
Expand Down

0 comments on commit c2eafa9

Please sign in to comment.