Skip to content

Commit

Permalink
[ipgen.pwrmgr] Change core files to vlnv naming and label as virtual
Browse files Browse the repository at this point in the history
The core files affected are the pwrmgr cores that are templetized.
All other core files referring to the the files above need to depend
on the virtual name instead.
Remove the redundant files for which there is a corresponding template
under ip_templates.

Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem committed Jan 22, 2024
1 parent d6ed971 commit e1f9bb6
Show file tree
Hide file tree
Showing 39 changed files with 429 additions and 3,388 deletions.
2 changes: 1 addition & 1 deletion hw/ip/clkmgr/dv/env/clkmgr_env.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filesets:
depend:
- lowrisc:dv:ralgen
- lowrisc:dv:cip_lib
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:systems:clkmgr_pkg
files:
- clkmgr_csrs_if.sv
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/flash_ctrl/flash_ctrl_pkg.core
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filesets:
- lowrisc:constants:top_pkg
- lowrisc:prim:util
- lowrisc:ip:lc_ctrl_pkg
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:jtag_pkg
- lowrisc:ip:edn_pkg
- "fileset_partner ? (partner:systems:ast_pkg)"
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/lc_ctrl/lc_ctrl.core
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filesets:
- lowrisc:prim:sparse_fsm
- lowrisc:ip:lc_ctrl_pkg
- lowrisc:ip:tlul
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:otp_ctrl_pkg
- lowrisc:ip:kmac_pkg
- lowrisc:ip:rv_dm
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/otp_ctrl/otp_ctrl.core
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filesets:
- lowrisc:prim:secded
- lowrisc:ip:edn_requester
- lowrisc:prim:sec_anchor
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:edn_pkg
- lowrisc:prim:sparse_fsm
- "fileset_partner ? (partner:systems:ast_pkg)"
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/rstmgr/dv/sva/rstmgr_sva_ifs.core
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ filesets:
files_dv:
depend:
- lowrisc:ip:lc_ctrl_pkg
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:rstmgr

files:
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/rstmgr/rstmgr_pkg.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filesets:
files_rtl:
depend:
- lowrisc:ip:alert_handler_component
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:rstmgr_reg
- lowrisc:ip_interfaces:alert_handler_reg
- "fileset_top ? (lowrisc:systems:rstmgr_pkg)"
Expand Down
2 changes: 1 addition & 1 deletion hw/ip/rv_core_ibex/rv_core_ibex.core
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filesets:
- lowrisc:ip:edn_requester
- lowrisc:ip:lc_ctrl_pkg
- lowrisc:ip:otp_ctrl_pkg
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:ip:rv_core_ibex_pkg
- lowrisc:ip:tlul
- lowrisc:ip_interfaces:alert_handler_reg
Expand Down
2 changes: 1 addition & 1 deletion hw/ip_templates/pwrmgr/dv/env/pwrmgr_env.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filesets:
depend:
- lowrisc:dv:ralgen
- lowrisc:dv:cip_lib
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
files:
- pwrmgr_env_pkg.sv
- pwrmgr_env_cfg.sv: {is_include_file: true}
Expand Down
2 changes: 1 addition & 1 deletion hw/ip_templates/pwrmgr/dv/pwrmgr_sim.core
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "PWRMGR DV sim target"
filesets:
files_rtl:
depend:
- lowrisc:ip:pwrmgr
- lowrisc:ip_interfaces:pwrmgr
files_dv:
depend:
- lowrisc:dv:pwrmgr_test
Expand Down
2 changes: 1 addition & 1 deletion hw/ip_templates/pwrmgr/dv/sva/pwrmgr_rstmgr_sva_if.core
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "PWRMGR to RSTMGR assertion interface."
filesets:
files_dv:
depend:
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:prim:assert
files:
- pwrmgr_rstmgr_sva_if.sv
Expand Down
4 changes: 2 additions & 2 deletions hw/ip_templates/pwrmgr/dv/sva/pwrmgr_sva.core
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filesets:
depend:
- lowrisc:tlul:headers
- lowrisc:fpv:csr_assert_gen
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip_interfaces:pwrmgr_pkg
- lowrisc:dv:clkmgr_pwrmgr_sva_if
- lowrisc:dv:pwrmgr_rstmgr_sva_if
files:
Expand All @@ -21,7 +21,7 @@ filesets:

files_formal:
depend:
- lowrisc:ip:pwrmgr
- lowrisc:ip_interfaces:pwrmgr

generate:
csr_assert_gen:
Expand Down
66 changes: 66 additions & 0 deletions hw/ip_templates/pwrmgr/pwrmgr.core.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: ${instance_vlnv("lowrisc:ip:pwrmgr:0.1")}
description: "Power manager RTL"
virtual:
- lowrisc:ip_interfaces:pwrmgr

filesets:
files_rtl:
depend:
- ${instance_vlnv("lowrisc:ip:pwrmgr_pkg:0.1")}
- ${instance_vlnv("lowrisc:ip:pwrmgr_reg:0.1")}
- lowrisc:ip:pwrmgr_component
file_type: systemVerilogSource

files_verilator_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/pwrmgr.vlt
file_type: vlt

files_ascentlint_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable
files:
- lint/pwrmgr.waiver
file_type: waiver

files_veriblelint_waiver:
depend:
# common waivers
- lowrisc:lint:common
- lowrisc:lint:comportable

parameters:
SYNTHESIS:
datatype: bool
paramtype: vlogdefine


targets:
default: &default_target
filesets:
- tool_verilator ? (files_verilator_waiver)
- tool_ascentlint ? (files_ascentlint_waiver)
- tool_veriblelint ? (files_veriblelint_waiver)
- files_rtl
toplevel: pwrmgr

lint:
<<: *default_target
default_tool: verilator
parameters:
- SYNTHESIS=true
tools:
verilator:
mode: lint-only
verilator_options:
- "-Wall"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:ip:pwrmgr:0.1"
name: "lowrisc:ip:pwrmgr_component:0.1"
description: "Power manager RTL"

filesets:
Expand All @@ -20,8 +20,7 @@ filesets:
- lowrisc:prim:clock_buf
- lowrisc:prim:measure
- lowrisc:ip_interfaces:alert_handler_reg
- lowrisc:ip:pwrmgr_pkg
- lowrisc:ip:pwrmgr_reg
- lowrisc:ip_interfaces:pwrmgr_pkg
files:
- rtl/pwrmgr_cdc.sv
- rtl/pwrmgr_slow_fsm.sv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:ip:pwrmgr_pkg:0.1"
name: ${instance_vlnv("lowrisc:ip:pwrmgr_pkg:0.1")}
description: "Power manager package"
virtual:
- lowrisc:ip_interfaces:pwrmgr_pkg

filesets:
files_rtl:
depend:
- lowrisc:ip:pwrmgr_reg
- ${instance_vlnv("lowrisc:ip:pwrmgr_reg")}
files:
- rtl/pwrmgr_pkg.sv
file_type: systemVerilogSource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:ip:pwrmgr_reg:0.1"
name: ${instance_vlnv("lowrisc:ip:pwrmgr_reg:0.1")}
description: "Power manager registers"
virtual:
- lowrisc:ip_interfaces:pwrmgr_reg

filesets:
files_rtl:
Expand Down
Loading

0 comments on commit e1f9bb6

Please sign in to comment.