Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ipgen] Blockfile changes for ipgen blocks #26286

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion BLOCKFILE
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hw/ip/tlul/rtl/*
hw/ip/uart/rtl/*
hw/ip/usbdev/rtl/*

# Individual HJSON files that effect RTL generation (no wildcard as it's
# Individual HJSON files that affect RTL generation (no wildcard as it's
# too broad and will also block DV-only files)
hw/ip/lc_ctrl/data/lc_ctrl.hjson
hw/ip/rv_timer/data/rv_timer.hjson
Expand Down Expand Up @@ -108,10 +108,25 @@ hw/ip/rv_core_ibex/data/rv_core_ibex.hjson
hw/ip/pwm/data/pwm.hjson
hw/ip/aon_timer/data/aon_timer.hjson

# ipgen RTL for existing designs; project the auto-generated RTL for the
# specific top level(s), but permit changes in 'hw/ip_templates' if they impact
# only targets that are under active development
hw/top_earlgrey/ip/ast/rtl/*
hw/top_earlgrey/ip_autogen/alert_handler/rtl/*
hw/top_earlgrey/ip_autogen/clkmgr/rtl/*
hw/top_earlgrey/ip_autogen/flash_ctrl/rtl/*
hw/top_earlgrey/ip_autogen/otp_ctrl/rtl/*
hw/top_earlgrey/ip_autogen/pinmux/rtl/*
hw/top_earlgrey/ip_autogen/pwrmgr/rtl/*
hw/top_earlgrey/ip_autogen/rstmgr/rtl/*
hw/top_earlgrey/ip_autogen/rv_plic/rtl/*

# HJSON files for ipgen blocks
hw/top_earlgrey/ip/ast/data/ast.hjson
hw/top_earlgrey/ip_autogen/alert_handler/data/alert_handler.hjson
hw/top_earlgrey/ip_autogen/clkmgr/data/clkmgr.hjson
hw/top_earlgrey/ip_autogen/flash_ctrl/data/flash_ctrl.hjson
hw/top_earlgrey/ip_autogen/otp_ctrl/data/otp_ctrl.hjson
hw/top_earlgrey/ip_autogen/pinmux/data/pinmux.hjson
hw/top_earlgrey/ip_autogen/pwrmgr/data/pwrmgr.hjson
hw/top_earlgrey/ip_autogen/rstmgr/data/rstmgr.hjson
Expand Down
Loading