Skip to content

Commit

Permalink
[repo] Adjust BLOCKFILE to apply only to specific blocks
Browse files Browse the repository at this point in the history
Previously the BLOCKFILE blocked all RTL changes to all IP blocks. This
alters the file to block per IP block which allows us to release the
block on certain IPs (DMA, Ascon and Key Manager DPE at time this commit
was made).

Signed-off-by: Greg Chadwick <[email protected]>
  • Loading branch information
GregAC committed Oct 1, 2024
1 parent 06926ce commit a94fb87
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions BLOCKFILE
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ BLOCKFILE
ci/scripts/check-pr-changes-allowed.py

# Earlgrey related RTL
hw/ip/*/rtl/*
hw/ip_templates/*/rtl/*
hw/top_earlgrey/ip/*/rtl/*
hw/top_earlgrey/ip_autogen/*/rtl/*
hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
Expand All @@ -33,6 +31,48 @@ hw/vendor/lowrisc_ibex/rtl/*
hw/vendor/pulp_riscv_dbg/src/*
hw/vendor/pulp_riscv_dbg/debug_rom/*

# IP block RTL for blocks that require a higher scruitinty on changes to
# maintain stablity (Ascon, DMA and Key Manager DPE are not blocked).
hw/ip/adc_ctrl/rtl/*
hw/ip/aes/rtl/*
hw/ip/aon_timer/rtl/*
hw/ip/csrng/rtl/*
hw/ip/edn/rtl/*
hw/ip/entropy_src/rtl/*
hw/ip/gpio/rtl/*
hw/ip/hmac/rtl/*
hw/ip/i2c/rtl/*
hw/ip/keymgr/rtl/*
hw/ip/kmac/rtl/*
hw/ip/lc_ctrl/rtl/*
hw/ip/otbn/rtl/*
hw/ip/otp_ctrl/rtl/*
hw/ip/pattgen/rtl/*
hw/ip/pinmux/rtl/*
hw/ip/prim/rtl/*
hw/ip/prim_generic/rtl/*
hw/ip/prim_xilinx/rtl/*
hw/ip/prim_xilinx_ultrascale/rtl/*
hw/ip/pwm/rtl/*
hw/ip/rom_ctrl/rtl/*
hw/ip/rv_core_ibex/rtl/*
hw/ip/rv_dm/rtl/*
hw/ip/rv_timer/rtl/*
hw/ip/spi_device/rtl/*
hw/ip/spi_host/rtl/*
hw/ip/sram_ctrl/rtl/*
hw/ip/sysrst_ctrl/rtl/*
hw/ip/tlul/rtl/*
hw/ip/uart/rtl/*
hw/ip/usbdev/rtl/*

hw/ip_templates/alert_handler/rtl/*
hw/ip_templates/clkmgr/rtl/*
hw/ip_templates/flash_ctrl/rtl/*
hw/ip_templates/pwrmgr/rtl/*
hw/ip_templates/rstmgr/rtl/*
hw/ip_templates/rv_plic/rtl/*

# Individual HJSON files that effect RTL generation (no wildcard as it's
# too broad and will also block DV-only files)
hw/ip/lc_ctrl/data/lc_ctrl.hjson
Expand Down

0 comments on commit a94fb87

Please sign in to comment.