Skip to content

Commit

Permalink
treewide: Fix submodule protocol, some RTL cleanup (#89)
Browse files Browse the repository at this point in the history
* hw: Remove obsolete typedef

* sw/deps: Use HTTP reference for CVA6 SDK
  • Loading branch information
paulsc96 authored Nov 22, 2023
1 parent e62a97e commit ca073d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
ignore = dirty
[submodule "sw/deps/cva6-sdk"]
path = sw/deps/cva6-sdk
url = [email protected]:pulp-platform/cva6-sdk.git
url = https://github.com/pulp-platform/cva6-sdk.git
ignore = dirty
4 changes: 0 additions & 4 deletions hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ module cheshire_soc import cheshire_pkg::*; #(
// Reg Demux //
/////////////////

// Define types needed
`CHESHIRE_TYPEDEF_AXI_CT(axi_d32, addr_t, axi_slv_id_t, logic [31:0], logic [3:0], axi_user_t)

// Generate indices and get maps for all ports
localparam reg_out_t RegOut = gen_reg_out(Cfg);

Expand All @@ -307,7 +304,6 @@ module cheshire_soc import cheshire_pkg::*; #(
axi_slv_req_t axi_reg_amo_req, axi_reg_cut_req;
axi_slv_rsp_t axi_reg_amo_rsp, axi_reg_cut_rsp;


reg_req_t reg_in_req;
reg_rsp_t reg_in_rsp;

Expand Down

0 comments on commit ca073d1

Please sign in to comment.