Skip to content

Commit

Permalink
[ipgen,pinmux] Fix external core files
Browse files Browse the repository at this point in the history
This fixes core files outside pinmux to use the correct dependencies.

Part of pinmux lowRISC#8440

Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem committed Oct 25, 2024
1 parent 9b9834d commit 5d3d61c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions hw/top_earlgrey/ip/ast/ast.core
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ filesets:
- lowrisc:prim:clock_inv
- lowrisc:prim:lc_dec
- lowrisc:prim:lfsr
- lowrisc:ip:pinmux_reg
- lowrisc:ip:pinmux_component
- lowrisc:ip_interfaces:pinmux_reg
- lowrisc:prim:assert
- lowrisc:prim:prim_pkg
- lowrisc:prim:mubi
Expand Down
3 changes: 2 additions & 1 deletion hw/top_earlgrey/padring.core
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: "Chip-level padring instance"
filesets:
files_rtl:
depend:
- lowrisc:ip:pinmux_component
- lowrisc:prim:mubi
- lowrisc:prim:pad_wrapper_pkg
- lowrisc:systems:top_earlgrey_pkg
- "!fileset_partner ? (lowrisc:systems:physical_pads)"
- "fileset_partner ? (partner:systems:physical_pads)"
Expand Down
2 changes: 1 addition & 1 deletion hw/top_earlgrey/top_earlgrey.core
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filesets:
- lowrisc:ip:rv_core_ibex
- lowrisc:ip:rv_dm
- lowrisc:opentitan:top_earlgrey_rv_plic
- lowrisc:ip:pinmux
- lowrisc:opentitan:top_earlgrey_pinmux
- lowrisc:ip:rv_timer
- lowrisc:ip:tlul
- lowrisc:ip:spi_device
Expand Down
2 changes: 1 addition & 1 deletion hw/top_englishbreakfast/top_englishbreakfast.core
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ filesets:
# Instantiated by topgen
- lowrisc:ip:uart:0.1
- lowrisc:ip:gpio
- lowrisc:ip:pinmux_component
- lowrisc:ip_interfaces:pinmux
- lowrisc:ip:rv_timer
- lowrisc:ip:spi_device
- lowrisc:ip:spi_host
Expand Down

0 comments on commit 5d3d61c

Please sign in to comment.