Skip to content

Commit

Permalink
[ipgen] Fix missing deps for various reg tops
Browse files Browse the repository at this point in the history
They were all missing prim_subreg_pkg in their dependencies.

Signed-off-by: Alexander Williams <[email protected]>
  • Loading branch information
a-will committed Dec 23, 2024
1 parent a02a7c6 commit 0307be8
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/ip_templates/clkmgr/clkmgr_reg.core.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:ip:tlul
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/clkmgr_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/ip_templates/flash_ctrl/flash_ctrl_prim_reg_top.core
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ filesets:
files_rtl:
depend:
- lowrisc:ip_interfaces:flash_ctrl_pkg
- lowrisc:prim:subreg
files:
- rtl/flash_ctrl_prim_reg_top.sv
file_type: systemVerilogSource
Expand Down
1 change: 1 addition & 0 deletions hw/ip_templates/flash_ctrl/flash_ctrl_reg.core.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/flash_ctrl_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/ip_templates/pinmux/pinmux_reg.core.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/pinmux_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/ip_templates/rstmgr/rstmgr_reg.core.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/rstmgr_reg_pkg.sv
Expand Down
2 changes: 2 additions & 0 deletions hw/top_darjeeling/ip_autogen/clkmgr/clkmgr_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:ip:tlul
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/clkmgr_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/top_darjeeling/ip_autogen/pinmux/pinmux_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/pinmux_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/top_darjeeling/ip_autogen/rstmgr/rstmgr_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/rstmgr_reg_pkg.sv
Expand Down
2 changes: 2 additions & 0 deletions hw/top_earlgrey/ip_autogen/clkmgr/clkmgr_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:ip:tlul
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/clkmgr_reg_pkg.sv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ filesets:
files_rtl:
depend:
- lowrisc:ip_interfaces:flash_ctrl_pkg
- lowrisc:prim:subreg
files:
- rtl/flash_ctrl_prim_reg_top.sv
file_type: systemVerilogSource
Expand Down
1 change: 1 addition & 0 deletions hw/top_earlgrey/ip_autogen/flash_ctrl/flash_ctrl_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/flash_ctrl_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/top_earlgrey/ip_autogen/pinmux/pinmux_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/pinmux_reg_pkg.sv
Expand Down
1 change: 1 addition & 0 deletions hw/top_earlgrey/ip_autogen/rstmgr/rstmgr_reg.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ virtual:
filesets:
files_rtl:
depend:
- lowrisc:prim:subreg
- lowrisc:tlul:headers
files:
- rtl/rstmgr_reg_pkg.sv
Expand Down

0 comments on commit 0307be8

Please sign in to comment.