Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed May 26, 2023
1 parent 9100136 commit 9be20d1
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 819 deletions.
4 changes: 2 additions & 2 deletions hw/core-v-mini-mcu/core_v_mini_mcu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ module core_v_mini_mcu
output reg_req_t pad_req_o,
input reg_rsp_t pad_resp_i,

input obi_req_t [EXT_DOMAINS_RND-1:0] ext_xbar_master_req_i,
output obi_resp_t [EXT_DOMAINS_RND-1:0] ext_xbar_master_resp_o,
input obi_req_t [EXT_XBAR_NMASTER_RND-1:0] ext_xbar_master_req_i,
output obi_resp_t [EXT_XBAR_NMASTER_RND-1:0] ext_xbar_master_resp_o,

output obi_req_t ext_xbar_slave_req_o,
input obi_resp_t ext_xbar_slave_resp_i,
Expand Down
4 changes: 2 additions & 2 deletions hw/core-v-mini-mcu/core_v_mini_mcu.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module core_v_mini_mcu
output reg_req_t pad_req_o,
input reg_rsp_t pad_resp_i,

input obi_req_t [EXT_DOMAINS_RND-1:0] ext_xbar_master_req_i,
output obi_resp_t [EXT_DOMAINS_RND-1:0] ext_xbar_master_resp_o,
input obi_req_t [EXT_XBAR_NMASTER_RND-1:0] ext_xbar_master_req_i,
output obi_resp_t [EXT_XBAR_NMASTER_RND-1:0] ext_xbar_master_resp_o,

output obi_req_t ext_xbar_slave_req_o,
input obi_resp_t ext_xbar_slave_resp_i,
Expand Down
45 changes: 0 additions & 45 deletions hw/ip_examples/memcopy_periph/data/memcopy_periph.hjson

This file was deleted.

23 changes: 0 additions & 23 deletions hw/ip_examples/memcopy_periph/example_memcopy_periph.core

This file was deleted.

9 changes: 0 additions & 9 deletions hw/ip_examples/memcopy_periph/memcopy_periph.vlt

This file was deleted.

5 changes: 0 additions & 5 deletions hw/ip_examples/memcopy_periph/memcopy_periph_gen.sh

This file was deleted.

35 changes: 0 additions & 35 deletions hw/ip_examples/memcopy_periph/memcopy_periph_regs.h

This file was deleted.

230 changes: 0 additions & 230 deletions hw/ip_examples/memcopy_periph/rtl/memcopy_periph.sv

This file was deleted.

Loading

0 comments on commit 9be20d1

Please sign in to comment.