Skip to content

Commit

Permalink
Add file, correct errors
Browse files Browse the repository at this point in the history
  • Loading branch information
budude2 committed Aug 19, 2024
1 parent 110ecc8 commit d0f7a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/core_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ save_handler save_handler
logic ss_rnw, ss_req, ss_ack;
logic [7:0] ss_be;

logic [31:0] save_state_bridge_read_data;

save_state_controller save_state_controller (
.clk_74a ( clk_74a ),
.clk_sys ( clk_sys ),
Expand Down

0 comments on commit d0f7a10

Please sign in to comment.