Skip to content

Commit 44c75fc

Browse files
GregACmoidx
authored andcommitted
[ci] Add BLOCKFILE patterns to block RTL changes
Signed-off-by: Greg Chadwick <[email protected]>
1 parent 83d9d66 commit 44c75fc

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

BLOCKFILE

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,71 @@
1919
BLOCKFILE
2020
.github/workflows/pr_change_check.yml
2121
ci/scripts/check-pr-changes-allowed.py
22+
23+
# Earlgrey related RTL
24+
hw/ip/*/rtl/*
25+
hw/ip_templates/*/rtl/*
26+
hw/top_earlgrey/ip/*/rtl/*
27+
hw/top_earlgrey/ip_autogen/*/rtl/*
28+
29+
# Vendored IP
30+
hw/vendor/lowrisc_ibex/rtl/*
31+
hw/vendor/pulp_riscv_dbg/src/*
32+
hw/vendor/pulp_riscv_dbg/debug_rom/*
33+
34+
# Individual HJSON files that effect RTL generation (no wildcard as it's
35+
# too broad and will also block DV-only files)
36+
hw/ip/pwrmgr/data/pwrmgr.hjson
37+
hw/ip/lc_ctrl/data/lc_ctrl.hjson
38+
hw/ip/rv_timer/data/rv_timer.hjson
39+
hw/ip/clkmgr/data/clkmgr.hjson
40+
hw/ip/pinmux/data/pinmux.hjson
41+
hw/ip/spi_host/data/spi_host.hjson
42+
hw/ip/spi_device/data/spi_device.hjson
43+
hw/ip/adc_ctrl/data/adc_ctrl.hjson
44+
hw/ip/pattgen/data/pattgen.hjson
45+
hw/ip/keymgr/data/keymgr.hjson
46+
hw/ip/edn/data/edn.hjson
47+
hw/ip/csrng/data/csrng.hjson
48+
hw/ip/usbdev/data/usbdev.hjson
49+
hw/ip/uart/data/uart.hjson
50+
hw/ip/flash_ctrl/data/flash_ctrl.hjson
51+
hw/ip/rstmgr/data/rstmgr.hjson
52+
hw/ip/sram_ctrl/data/sram_ctrl.hjson
53+
hw/ip/rom_ctrl/data/rom_ctrl.hjson
54+
hw/ip/hmac/data/hmac.hjson
55+
hw/ip/rv_dm/data/rv_dm.hjson
56+
hw/ip/kmac/data/kmac.hjson
57+
hw/ip/sysrst_ctrl/data/sysrst_ctrl.hjson
58+
hw/ip/gpio/data/gpio.hjson
59+
hw/ip/otbn/data/otbn.hjson
60+
hw/ip/entropy_src/data/entropy_src.hjson
61+
hw/ip/aes/data/aes.hjson
62+
hw/ip/i2c/data/i2c.hjson
63+
hw/ip/otp_ctrl/data/otp_ctrl.hjson
64+
hw/ip/otp_ctrl/data/otp_ctrl_img_rma.hjson
65+
hw/ip/otp_ctrl/data/otp_ctrl_img_dev.hjson
66+
hw/ip/otp_ctrl/data/otp_ctrl_img_test_locked0.hjson
67+
hw/ip/otp_ctrl/data/otp_ctrl_img_test_locked1.hjson
68+
hw/ip/otp_ctrl/data/otp_ctrl_img_test_unlocked0.hjson
69+
hw/ip/otp_ctrl/data/otp_ctrl_img_creator_sw_cfg.hjson
70+
hw/ip/otp_ctrl/data/otp_ctrl_img_hw_cfg.hjson
71+
hw/ip/otp_ctrl/data/otp_ctrl_img_raw.hjson
72+
hw/ip/otp_ctrl/data/otp_ctrl_mmap.hjson
73+
hw/ip/otp_ctrl/data/otp_ctrl_img_test_unlocked1.hjson
74+
hw/ip/otp_ctrl/data/otp_ctrl_img_prod.hjson
75+
hw/ip/otp_ctrl/data/otp_ctrl_img_test_unlocked2.hjson
76+
hw/ip/rv_core_ibex/data/rv_core_ibex.hjson
77+
hw/ip/pwm/data/pwm.hjson
78+
hw/ip/aon_timer/data/aon_timer.hjson
79+
80+
hw/ip_templates/alert_handler/data/alert_handler.hjson.tpl
81+
hw/ip_templates/rv_plic/data/rv_plic.hjson.tpl
82+
83+
hw/top_earlgrey/ip/ast/data/ast.hjson
84+
hw/top_earlgrey/ip_autogen/alert_handler/data/alert_handler.hjson
85+
hw/top_earlgrey/ip_autogen/rv_plic/data/rv_plic.hjson
86+
87+
hw/top_earlgrey/data/top_earlgrey.hjson
88+
hw/top_earlgrey/data/xbar_main.hjson
89+
hw/top_earlgrey/data/xbar_peri.hjson

0 commit comments

Comments
 (0)