Skip to content

Commit

Permalink
Move defines and interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Oct 18, 2024
1 parent 07988cd commit 4d89e3d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,3 @@ sources:
- tb/mock_uart_axi.sv
- tb/pulp_cluster_tb.sv

- target: cluster_standalone
files:
- include/pulp_interfaces.sv

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// CONDITIONS OF ANY KIND, either express or implied. See the License for the
// specific language governing permissions and limitations under the License.

`include "pulp_soc_defines.sv"
`include "pulp_cluster/pulp_soc_defines.sv"

interface XBAR_TCDM_BUS;

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions rtl/pulp_cluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

`include "axi/typedef.svh"
`include "axi/assign.svh"
`include "cluster_bus_defines.sv"
`include "pulp_interfaces.sv"
`include "pulp_cluster/cluster_bus_defines.sv"
`include "pulp_cluster/pulp_interfaces.sv"
`include "register_interface/typedef.svh"

module pulp_cluster
Expand Down

0 comments on commit 4d89e3d

Please sign in to comment.