[reggen] Add standard BUS.INTEGRITY label to non-security IPs

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/ip/adc_ctrl/rtl/adc_ctrl.sv b/hw/ip/adc_ctrl/rtl/adc_ctrl.sv
index ae413aa..647b207 100644
--- a/hw/ip/adc_ctrl/rtl/adc_ctrl.sv
+++ b/hw/ip/adc_ctrl/rtl/adc_ctrl.sv
@@ -80,6 +80,7 @@
     .tl_o(tl_o),
     .reg2hw(reg2hw),
     .hw2reg(hw2reg),
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(alerts[0]),
     .devmode_i(1'b1)
   );
diff --git a/hw/ip/aon_timer/rtl/aon_timer.sv b/hw/ip/aon_timer/rtl/aon_timer.sv
index 317495e..f0673e6 100644
--- a/hw/ip/aon_timer/rtl/aon_timer.sv
+++ b/hw/ip/aon_timer/rtl/aon_timer.sv
@@ -96,6 +96,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/gpio/rtl/gpio.sv b/hw/ip/gpio/rtl/gpio.sv
index 04e7e5d..2aea9ec 100644
--- a/hw/ip/gpio/rtl/gpio.sv
+++ b/hw/ip/gpio/rtl/gpio.sv
@@ -178,6 +178,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/hmac/rtl/hmac.sv b/hw/ip/hmac/rtl/hmac.sv
index 802484d..783827a 100644
--- a/hw/ip/hmac/rtl/hmac.sv
+++ b/hw/ip/hmac/rtl/hmac.sv
@@ -450,6 +450,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/i2c/rtl/i2c.sv b/hw/ip/i2c/rtl/i2c.sv
index 3733490..04e4fc0 100644
--- a/hw/ip/i2c/rtl/i2c.sv
+++ b/hw/ip/i2c/rtl/i2c.sv
@@ -61,6 +61,7 @@
     .tl_o,
     .reg2hw,
     .hw2reg,
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(alerts[0]),
     .devmode_i(1'b1)
   );
diff --git a/hw/ip/pattgen/rtl/pattgen.sv b/hw/ip/pattgen/rtl/pattgen.sv
index 2c6ed26..c42443d 100644
--- a/hw/ip/pattgen/rtl/pattgen.sv
+++ b/hw/ip/pattgen/rtl/pattgen.sv
@@ -42,6 +42,7 @@
     .tl_o,
     .reg2hw,
     .hw2reg,
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(alerts[0]),
     .devmode_i(1'b1)
   );
diff --git a/hw/ip/pwm/rtl/pwm.sv b/hw/ip/pwm/rtl/pwm.sv
index e637de9..9a8542b 100644
--- a/hw/ip/pwm/rtl/pwm.sv
+++ b/hw/ip/pwm/rtl/pwm.sv
@@ -38,6 +38,7 @@
     .tl_i       (tl_i),
     .tl_o       (tl_o),
     .reg2hw     (reg2hw),
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/rv_dm/rtl/rv_dm.sv b/hw/ip/rv_dm/rtl/rv_dm.sv
index 4e518ec..d2a7596 100644
--- a/hw/ip/rv_dm/rtl/rv_dm.sv
+++ b/hw/ip/rv_dm/rtl/rv_dm.sv
@@ -69,6 +69,7 @@
     .tl_i      (regs_tl_d_i    ),
     .tl_o      (regs_tl_d_o    ),
     .reg2hw    (regs_reg2hw    ),
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(regs_intg_error),
     .devmode_i (1'b1           )
   );
@@ -80,6 +81,7 @@
     .tl_o      (rom_tl_d_o    ),
     .tl_win_o  (rom_tl_win_h2d),
     .tl_win_i  (rom_tl_win_d2h),
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(rom_intg_error),
     .devmode_i (1'b1          )
   );
diff --git a/hw/ip/rv_timer/rtl/rv_timer.sv b/hw/ip/rv_timer/rtl/rv_timer.sv
index 627ed36..00b2b30 100644
--- a/hw/ip/rv_timer/rtl/rv_timer.sv
+++ b/hw/ip/rv_timer/rtl/rv_timer.sv
@@ -124,6 +124,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/spi_device/rtl/spi_device.sv b/hw/ip/spi_device/rtl/spi_device.sv
index 2732337..91fcc1b 100644
--- a/hw/ip/spi_device/rtl/spi_device.sv
+++ b/hw/ip/spi_device/rtl/spi_device.sv
@@ -1843,6 +1843,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/spi_host/rtl/spi_host.sv b/hw/ip/spi_host/rtl/spi_host.sv
index 0ebf476..301e8e6 100644
--- a/hw/ip/spi_host/rtl/spi_host.sv
+++ b/hw/ip/spi_host/rtl/spi_host.sv
@@ -60,6 +60,7 @@
     .tl_win_i   (fifo_win_d2h),
     .reg2hw,
     .hw2reg,
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/sysrst_ctrl/rtl/sysrst_ctrl.sv b/hw/ip/sysrst_ctrl/rtl/sysrst_ctrl.sv
index b3c18b6..225dbb1 100644
--- a/hw/ip/sysrst_ctrl/rtl/sysrst_ctrl.sv
+++ b/hw/ip/sysrst_ctrl/rtl/sysrst_ctrl.sv
@@ -90,6 +90,7 @@
     .tl_o,
     .reg2hw,
     .hw2reg,
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o(alerts[0]),
     .devmode_i (1'b1)
   );
diff --git a/hw/ip/uart/rtl/uart.sv b/hw/ip/uart/rtl/uart.sv
index e78495a..f2df0c9 100644
--- a/hw/ip/uart/rtl/uart.sv
+++ b/hw/ip/uart/rtl/uart.sv
@@ -49,6 +49,7 @@
     .tl_o,
     .reg2hw,
     .hw2reg,
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );
diff --git a/hw/ip/usbdev/rtl/usbdev.sv b/hw/ip/usbdev/rtl/usbdev.sv
index a8866f8..77035eb 100644
--- a/hw/ip/usbdev/rtl/usbdev.sv
+++ b/hw/ip/usbdev/rtl/usbdev.sv
@@ -746,6 +746,8 @@
 
     .reg2hw,
     .hw2reg,
+
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i (1'b1)
   );
diff --git a/hw/ip/usbuart/rtl/usbuart.sv b/hw/ip/usbuart/rtl/usbuart.sv
index 7e5ffc6..d208459 100644
--- a/hw/ip/usbuart/rtl/usbuart.sv
+++ b/hw/ip/usbuart/rtl/usbuart.sv
@@ -62,6 +62,7 @@
     .reg2hw,
     .hw2reg,
 
+    // SEC_CM: BUS.INTEGRITY
     .intg_err_o (alerts[0]),
     .devmode_i  (1'b1)
   );