Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
ip: string
label: int64
mutations: list<item: struct<detail: string, kind: string>>
  child 0, item: struct<detail: string, kind: string>
      child 0, detail: string
      child 1, kind: string
negative_type: string
node_a: struct<id: string, kind: string, properties: string, provenance: struct<artifact: string, extractor: (... 53 chars omitted)
  child 0, id: string
  child 1, kind: string
  child 2, properties: string
  child 3, provenance: struct<artifact: string, extractor: string, line: null, revision: null>
      child 0, artifact: string
      child 1, extractor: string
      child 2, line: null
      child 3, revision: null
  child 4, revision: null
node_b: struct<id: string, kind: string, properties: string, provenance: struct<artifact: string, extractor: (... 54 chars omitted)
  child 0, id: string
  child 1, kind: string
  child 2, properties: string
  child 3, provenance: struct<artifact: string, extractor: string, line: int64, revision: null>
      child 0, artifact: string
      child 1, extractor: string
      child 2, line: int64
      child 3, revision: null
  child 4, revision: null
original_define: string
pair_kind: string
source: string
to
{'ip': Value('string'), 'label': Value('int64'), 'negative_type': Value('string'), 'node_a': {'id': Value('string'), 'kind': Value('string'), 'properties': Json(decode=True), 'provenance': {'artifact': Value('string'), 'extractor': Value('string'), 'line': Value('null'), 'revision': Value('null')}, 'revision': Value('null')}, 'node_b': {'id': Value('string'), 'kind': Value('string'), 'properties': Json(decode=True), 'provenance': {'artifact': Value('string'), 'extractor': Value('string'), 'line': Value('int64'), 'revision': Value('null')}, 'revision': Value('null')}, 'pair_kind': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              ip: string
              label: int64
              mutations: list<item: struct<detail: string, kind: string>>
                child 0, item: struct<detail: string, kind: string>
                    child 0, detail: string
                    child 1, kind: string
              negative_type: string
              node_a: struct<id: string, kind: string, properties: string, provenance: struct<artifact: string, extractor: (... 53 chars omitted)
                child 0, id: string
                child 1, kind: string
                child 2, properties: string
                child 3, provenance: struct<artifact: string, extractor: string, line: null, revision: null>
                    child 0, artifact: string
                    child 1, extractor: string
                    child 2, line: null
                    child 3, revision: null
                child 4, revision: null
              node_b: struct<id: string, kind: string, properties: string, provenance: struct<artifact: string, extractor: (... 54 chars omitted)
                child 0, id: string
                child 1, kind: string
                child 2, properties: string
                child 3, provenance: struct<artifact: string, extractor: string, line: int64, revision: null>
                    child 0, artifact: string
                    child 1, extractor: string
                    child 2, line: int64
                    child 3, revision: null
                child 4, revision: null
              original_define: string
              pair_kind: string
              source: string
              to
              {'ip': Value('string'), 'label': Value('int64'), 'negative_type': Value('string'), 'node_a': {'id': Value('string'), 'kind': Value('string'), 'properties': Json(decode=True), 'provenance': {'artifact': Value('string'), 'extractor': Value('string'), 'line': Value('null'), 'revision': Value('null')}, 'revision': Value('null')}, 'node_b': {'id': Value('string'), 'kind': Value('string'), 'properties': Json(decode=True), 'provenance': {'artifact': Value('string'), 'extractor': Value('string'), 'line': Value('int64'), 'revision': Value('null')}, 'revision': Value('null')}, 'pair_kind': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ip
string
label
int64
negative_type
string
node_a
dict
node_b
dict
pair_kind
string
entropy_src
1
null
{ "id": "register:entropy_src.ALERT_THRESHOLD", "kind": "register", "properties": { "ip": "entropy_src", "name": "ALERT_THRESHOLD", "offset": 132, "reset_value": 4294770690, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/entropy...
{ "id": "firmware_define:entropy_src.ENTROPY_SRC_ALERT_THRESHOLD_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "entropy_src", "name": "ENTROPY_SRC_ALERT_THRESHOLD_REG_RESVAL", "value": 4294770690 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_...
register_resval
rv_timerxdma
0
cross_ip
{ "id": "register:rv_timer.TIMER_V_UPPER0", "kind": "register", "properties": { "ip": "rv_timer", "name": "TIMER_V_UPPER0", "offset": 276, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/rv_timer/data/rv_timer.h...
{ "id": "firmware_define:dma.DMA_INTR_SRC_WR_VAL_0_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "dma", "name": "DMA_INTR_SRC_WR_VAL_0_REG_OFFSET", "value": 292 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/dma_regs.h", ...
negative
keymgrxgpio
0
cross_ip
{ "id": "register:keymgr.ERR_CODE", "kind": "register", "properties": { "ip": "keymgr", "name": "ERR_CODE", "offset": 240, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr.hjson", "extracto...
{ "id": "firmware_define:gpio.GPIO_MASKED_OUT_LOWER_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "gpio", "name": "GPIO_MASKED_OUT_LOWER_REG_OFFSET", "value": 24 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/gpio_regs.h", ...
negative
ednxsysrst_ctrl
0
cross_ip
{ "id": "register_field:edn.SW_CMD_STS.CMD_REG_RDY", "kind": "register_field", "properties": { "ip": "edn", "lsb": 0, "mask": 1, "name": "CMD_REG_RDY", "positioned_mask": 1, "register": "SW_CMD_STS", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruz...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_PIN_OUT_VALUE_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_PIN_OUT_VALUE_REG_OFFSET", "value": 60 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gene...
negative
kmacxsysrst_ctrl
0
cross_ip
{ "id": "register:kmac.KEY_SHARE0_8", "kind": "register", "properties": { "ip": "kmac", "name": "KEY_SHARE0_8", "offset": 80, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/kmac/data/kmac.hjson", "extractor...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_COM_OUT_CTL_0_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_COM_OUT_CTL_0_REG_OFFSET", "value": 148 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gen...
negative
keymgr
0
same_register_wrong_field
{ "id": "register_field:keymgr.CONTROL_SHADOWED.DEST_SEL", "kind": "register_field", "properties": { "ip": "keymgr", "lsb": 12, "mask": 3, "name": "DEST_SEL", "positioned_mask": 12288, "register": "CONTROL_SHADOWED", "reset_value": 0, "width": 2 }, "provenance": { "artifact...
{ "id": "firmware_define:keymgr.KEYMGR_CONTROL_SHADOWED_CDI_SEL_VALUE_ATTESTATION_CDI", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_CONTROL_SHADOWED_CDI_SEL_VALUE_ATTESTATION_CDI", "value": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/dat...
negative
spi_hostxdma
0
cross_ip
{ "id": "register_field:spi_host.INTR_TEST.spi_event", "kind": "register_field", "properties": { "ip": "spi_host", "lsb": 1, "mask": 1, "name": "spi_event", "positioned_mask": 2, "register": "INTR_TEST", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/el...
{ "id": "firmware_define:dma.DMA_SHA2_DIGEST_11_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "dma", "name": "DMA_SHA2_DIGEST_11_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/dma_regs.h", "extract...
negative
uart
0
same_ip_wrong_register
{ "id": "register:uart.STATUS", "kind": "register", "properties": { "ip": "uart", "name": "STATUS", "offset": 20, "reset_value": 60, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/uart/data/uart.hjson", "extractor": "evals.e...
{ "id": "firmware_define:uart.UART_RDATA_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "uart", "name": "UART_RDATA_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/uart_regs.h", "extractor": "evals.e...
negative
spi_device
0
same_ip_wrong_register
{ "id": "register_field:spi_device.CMD_FILTER_0.filter_13", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 13, "mask": 1, "name": "filter_13", "positioned_mask": 8192, "register": "CMD_FILTER_0", "reset_value": 0, "width": 1 }, "provenance": { "artifac...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_INFO_14_OPCODE_14_MASK", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_INFO_14_OPCODE_14_MASK", "value": 255 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gen...
negative
uartxsram_ctrl
0
cross_ip
{ "id": "register_field:uart.FIFO_CTRL.RXRST", "kind": "register_field", "properties": { "ip": "uart", "lsb": 0, "mask": 1, "name": "RXRST", "positioned_mask": 1, "register": "FIFO_CTRL", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Ta...
{ "id": "firmware_define:sram_ctrl.SRAM_CTRL_STATUS_READBACK_ERROR_BIT", "kind": "firmware_define", "properties": { "ip": "sram_ctrl", "name": "SRAM_CTRL_STATUS_READBACK_ERROR_BIT", "value": 6 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/s...
negative
sysrst_ctrl
0
same_register_wrong_field
{ "id": "register_field:sysrst_ctrl.KEY_INVERT_CTL.ac_present", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 8, "mask": 1, "name": "ac_present", "positioned_mask": 256, "register": "KEY_INVERT_CTL", "reset_value": 0, "width": 1 }, "provenance": { "a...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_KEY_INVERT_CTL_KEY1_IN_BIT", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_KEY_INVERT_CTL_KEY1_IN_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/g...
negative
spi_device
1
null
{ "id": "register_field:spi_device.TPM_STATUS.cmdaddr_notempty", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 0, "mask": 1, "name": "cmdaddr_notempty", "positioned_mask": 1, "register": "TPM_STATUS", "reset_value": null, "width": 1 }, "provenance": { ...
{ "id": "firmware_define:spi_device.SPI_DEVICE_TPM_STATUS_CMDADDR_NOTEMPTY_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_TPM_STATUS_CMDADDR_NOTEMPTY_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dat...
field_bit
pattgenxsram_ctrl
0
cross_ip
{ "id": "register_field:pattgen.CTRL.INACTIVE_LEVEL_PDA_CH1", "kind": "register_field", "properties": { "ip": "pattgen", "lsb": 7, "mask": 1, "name": "INACTIVE_LEVEL_PDA_CH1", "positioned_mask": 128, "register": "CTRL", "reset_value": 0, "width": 1 }, "provenance": { "artif...
{ "id": "firmware_define:sram_ctrl.SRAM_CTRL_STATUS_SCR_KEY_SEED_VALID_BIT", "kind": "firmware_define", "properties": { "ip": "sram_ctrl", "name": "SRAM_CTRL_STATUS_SCR_KEY_SEED_VALID_BIT", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gen...
negative
kmac
0
same_register_wrong_field
{ "id": "register_field:kmac.CFG_SHADOWED.en_unsupported_modestrength", "kind": "register_field", "properties": { "ip": "kmac", "lsb": 26, "mask": 1, "name": "en_unsupported_modestrength", "positioned_mask": 67108864, "register": "CFG_SHADOWED", "reset_value": 0, "width": 1 }, ...
{ "id": "firmware_define:kmac.KMAC_CFG_SHADOWED_MODE_OFFSET", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_CFG_SHADOWED_MODE_OFFSET", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h", "extr...
negative
otbn
0
same_register_wrong_field
{ "id": "register_field:otbn.ERR_BITS.illegal_bus_access", "kind": "register_field", "properties": { "ip": "otbn", "lsb": 21, "mask": 1, "name": "illegal_bus_access", "positioned_mask": 2097152, "register": "ERR_BITS", "reset_value": 0, "width": 1 }, "provenance": { "artifa...
{ "id": "firmware_define:otbn.OTBN_ERR_BITS_IMEM_INTG_VIOLATION_BIT", "kind": "firmware_define", "properties": { "ip": "otbn", "name": "OTBN_ERR_BITS_IMEM_INTG_VIOLATION_BIT", "value": 16 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/otbn_r...
negative
i2c
0
same_register_wrong_field
{ "id": "register_field:i2c.CTRL.TX_STRETCH_CTRL_EN", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 6, "mask": 1, "name": "TX_STRETCH_CTRL_EN", "positioned_mask": 64, "register": "CTRL", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elc...
{ "id": "firmware_define:i2c.I2C_CTRL_NACK_ADDR_AFTER_TIMEOUT_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_CTRL_NACK_ADDR_AFTER_TIMEOUT_BIT", "value": 3 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h"...
negative
gpio
0
same_ip_wrong_register
{ "id": "register:gpio.INTR_CTRL_EN_FALLING", "kind": "register", "properties": { "ip": "gpio", "name": "INTR_CTRL_EN_FALLING", "offset": 48, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/top_earlgrey/ip_autogen/...
{ "id": "firmware_define:gpio.GPIO_MASKED_OE_LOWER_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "gpio", "name": "GPIO_MASKED_OE_LOWER_REG_OFFSET", "value": 36 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/gpio_regs.h", ...
negative
adc_ctrl
0
same_ip_wrong_register
{ "id": "register:adc_ctrl.adc_chn1_filter_ctl_0", "kind": "register", "properties": { "ip": "adc_ctrl", "name": "adc_chn1_filter_ctl_0", "offset": 68, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/adc_ctrl/da...
{ "id": "firmware_define:adc_ctrl.ADC_CTRL_INTR_ENABLE_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "adc_ctrl", "name": "ADC_CTRL_INTR_ENABLE_REG_OFFSET", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/adc_ctrl_re...
negative
gpioxi2c
0
cross_ip
{ "id": "register:gpio.HW_STRAPS_DATA_IN_VALID", "kind": "register", "properties": { "ip": "gpio", "name": "HW_STRAPS_DATA_IN_VALID", "offset": 64, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/top_earlgrey/ip_au...
{ "id": "firmware_define:i2c.I2C_STATUS_FMTEMPTY_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_STATUS_FMTEMPTY_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", "extractor": "evals....
negative
mbxxkmac
0
cross_ip
{ "id": "register:mbx.OUTBOUND_OBJECT_SIZE", "kind": "register", "properties": { "ip": "mbx", "name": "OUTBOUND_OBJECT_SIZE", "offset": 56, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/mbx/data/mbx.hjson", ...
{ "id": "firmware_define:kmac.KMAC_KEY_SHARE0_4_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_KEY_SHARE0_4_REG_OFFSET", "value": 64 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h", "extra...
negative
spi_device
0
same_ip_wrong_register
{ "id": "register_field:spi_device.TPM_INT_STATUS.int_status", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 0, "mask": 4294967295, "name": "int_status", "positioned_mask": 4294967295, "register": "TPM_INT_STATUS", "reset_value": 0, "width": 32 }, "proven...
{ "id": "firmware_define:spi_device.SPI_DEVICE_TPM_DID_VID_DID_MASK", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_TPM_DID_VID_DID_MASK", "value": 65535 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi...
negative
i2c
1
null
{ "id": "register_field:i2c.TARGET_TIMEOUT_CTRL.VAL", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 0, "mask": 2147483647, "name": "VAL", "positioned_mask": 2147483647, "register": "TARGET_TIMEOUT_CTRL", "reset_value": 0, "width": 31 }, "provenance": { "arti...
{ "id": "firmware_define:i2c.I2C_TARGET_TIMEOUT_CTRL_VAL_OFFSET", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_TARGET_TIMEOUT_CTRL_VAL_OFFSET", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", ...
field_offset
spi_devicexotbn
0
cross_ip
{ "id": "register_field:spi_device.CMD_INFO_20.addr_mode_20", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 8, "mask": 3, "name": "addr_mode_20", "positioned_mask": 768, "register": "CMD_INFO_20", "reset_value": 0, "width": 2 }, "provenance": { "artif...
{ "id": "firmware_define:otbn.OTBN_FATAL_ALERT_CAUSE_REG_INTG_VIOLATION_BIT", "kind": "firmware_define", "properties": { "ip": "otbn", "name": "OTBN_FATAL_ALERT_CAUSE_REG_INTG_VIOLATION_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/g...
negative
keymgrxentropy_src
0
cross_ip
{ "id": "register:keymgr.Salt_6", "kind": "register", "properties": { "ip": "keymgr", "name": "Salt_6", "offset": 132, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr.hjson", "extractor": ...
{ "id": "firmware_define:entropy_src.ENTROPY_SRC_INTR_TEST_ES_OBSERVE_FIFO_READY_BIT", "kind": "firmware_define", "properties": { "ip": "entropy_src", "name": "ENTROPY_SRC_INTR_TEST_ES_OBSERVE_FIFO_READY_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datas...
negative
aesxrom_ctrl
0
cross_ip
{ "id": "register_field:aes.CTRL_GCM_SHADOWED.PHASE", "kind": "register_field", "properties": { "ip": "aes", "lsb": 0, "mask": 63, "name": "PHASE", "positioned_mask": 63, "register": "CTRL_GCM_SHADOWED", "reset_value": 1, "width": 6 }, "provenance": { "artifact": "/Users/el...
{ "id": "firmware_define:rom_ctrl.ROM_CTRL_DIGEST_6_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "rom_ctrl", "name": "ROM_CTRL_DIGEST_6_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rom_ctrl_regs.h",...
negative
pattgenxrom_ctrl
0
cross_ip
{ "id": "register_field:pattgen.INTR_ENABLE.done_ch1", "kind": "register_field", "properties": { "ip": "pattgen", "lsb": 1, "mask": 1, "name": "done_ch1", "positioned_mask": 2, "register": "INTR_ENABLE", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/el...
{ "id": "firmware_define:rom_ctrl.ROM_CTRL_EXP_DIGEST_2_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "rom_ctrl", "name": "ROM_CTRL_EXP_DIGEST_2_REG_OFFSET", "value": 48 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rom_ctrl...
negative
spi_devicexkmac
0
cross_ip
{ "id": "register_field:spi_device.CMD_INFO_17.read_pipeline_mode_17", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 22, "mask": 3, "name": "read_pipeline_mode_17", "positioned_mask": 12582912, "register": "CMD_INFO_17", "reset_value": 0, "width": 2 }, "p...
{ "id": "firmware_define:kmac.KMAC_CFG_SHADOWED_ENTROPY_MODE_MASK", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_CFG_SHADOWED_ENTROPY_MODE_MASK", "value": 3 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h...
negative
keymgrxaes
0
cross_ip
{ "id": "register:keymgr.OP_STATUS", "kind": "register", "properties": { "ip": "keymgr", "name": "OP_STATUS", "offset": 236, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr.hjson", "extrac...
{ "id": "firmware_define:aes.AES_CTRL_SHADOWED_OPERATION_MASK", "kind": "firmware_define", "properties": { "ip": "aes", "name": "AES_CTRL_SHADOWED_OPERATION_MASK", "value": 3 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/aes_regs.h", "e...
negative
gpio
0
same_ip_wrong_register
{ "id": "register:gpio.DIRECT_OUT", "kind": "register", "properties": { "ip": "gpio", "name": "DIRECT_OUT", "offset": 20, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/top_earlgrey/ip_autogen/gpio/data/gpio.hjson...
{ "id": "firmware_define:gpio.GPIO_HW_STRAPS_DATA_IN_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "gpio", "name": "GPIO_HW_STRAPS_DATA_IN_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/gpio_regs.h", ...
negative
spi_device
1
null
{ "id": "register:spi_device.JEDEC_ID", "kind": "register", "properties": { "ip": "spi_device", "name": "JEDEC_ID", "offset": 48, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/spi_device/data/spi_device.hjson"...
{ "id": "firmware_define:spi_device.SPI_DEVICE_JEDEC_ID_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_JEDEC_ID_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi_devic...
register_resval
aesxsram_ctrl
0
cross_ip
{ "id": "register:aes.IV_1", "kind": "register", "properties": { "ip": "aes", "name": "IV_1", "offset": 72, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/aes/data/aes.hjson", "extractor": "evals.edge_datas...
{ "id": "firmware_define:sram_ctrl.SRAM_CTRL_STATUS_INIT_DONE_BIT", "kind": "firmware_define", "properties": { "ip": "sram_ctrl", "name": "SRAM_CTRL_STATUS_INIT_DONE_BIT", "value": 5 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/sram_ctrl_r...
negative
i2c
0
same_ip_wrong_register
{ "id": "register:i2c.TIMING3", "kind": "register", "properties": { "ip": "i2c", "name": "TIMING3", "offset": 72, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/i2c/data/i2c.hjson", "extractor": "evals.edge...
{ "id": "firmware_define:i2c.I2C_ACQ_FIFO_NEXT_DATA_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_ACQ_FIFO_NEXT_DATA_REG_OFFSET", "value": 112 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", ...
negative
lc_ctrl
0
same_ip_wrong_register
{ "id": "register_field:lc_ctrl.DEVICE_ID_4.DEVICE_ID_4", "kind": "register_field", "properties": { "ip": "lc_ctrl", "lsb": 0, "mask": 4294967295, "name": "DEVICE_ID_4", "positioned_mask": 4294967295, "register": "DEVICE_ID_4", "reset_value": null, "width": 32 }, "provenance": ...
{ "id": "firmware_define:lc_ctrl.LC_CTRL_TRANSITION_TARGET_STATE_VALUE_TEST_LOCKED4", "kind": "firmware_define", "properties": { "ip": "lc_ctrl", "name": "LC_CTRL_TRANSITION_TARGET_STATE_VALUE_TEST_LOCKED4", "value": 346368330 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs...
negative
spi_devicexsram_ctrl
0
cross_ip
{ "id": "register_field:spi_device.CMD_INFO_20.opcode_20", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 0, "mask": 255, "name": "opcode_20", "positioned_mask": 255, "register": "CMD_INFO_20", "reset_value": 0, "width": 8 }, "provenance": { "artifact"...
{ "id": "firmware_define:sram_ctrl.SRAM_CTRL_SCR_KEY_ROTATED_SUCCESS_OFFSET", "kind": "firmware_define", "properties": { "ip": "sram_ctrl", "name": "SRAM_CTRL_SCR_KEY_ROTATED_SUCCESS_OFFSET", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/g...
negative
sysrst_ctrl
0
same_ip_wrong_register
{ "id": "register_field:sysrst_ctrl.COM_PRE_SEL_CTL_0.pwrb_in_sel_0", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 3, "mask": 1, "name": "pwrb_in_sel_0", "positioned_mask": 8, "register": "COM_PRE_SEL_CTL_0", "reset_value": 0, "width": 1 }, "provenance"...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_PIN_ALLOWED_CTL_EC_RST_L_1_BIT", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_PIN_ALLOWED_CTL_EC_RST_L_1_BIT", "value": 9 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_d...
negative
i2c
0
same_register_wrong_field
{ "id": "register_field:i2c.CTRL.ACK_CTRL_EN", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 4, "mask": 1, "name": "ACK_CTRL_EN", "positioned_mask": 16, "register": "CTRL", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/T...
{ "id": "firmware_define:i2c.I2C_CTRL_MULTI_CONTROLLER_MONITOR_EN_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_CTRL_MULTI_CONTROLLER_MONITOR_EN_BIT", "value": 5 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c...
negative
keymgr
0
same_ip_wrong_register
{ "id": "register_field:keymgr.FAULT_STATUS.SHADOW", "kind": "register_field", "properties": { "ip": "keymgr", "lsb": 6, "mask": 1, "name": "SHADOW", "positioned_mask": 64, "register": "FAULT_STATUS", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcru...
{ "id": "firmware_define:keymgr.KEYMGR_CONTROL_SHADOWED_DEST_SEL_VALUE_NONE", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_CONTROL_SHADOWED_DEST_SEL_VALUE_NONE", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/g...
negative
i2c
1
null
{ "id": "register:i2c.HOST_FIFO_STATUS", "kind": "register", "properties": { "ip": "i2c", "name": "HOST_FIFO_STATUS", "offset": 44, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/i2c/data/i2c.hjson", "extra...
{ "id": "firmware_define:i2c.I2C_HOST_FIFO_STATUS_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_HOST_FIFO_STATUS_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", "ext...
register_resval
spi_host
0
same_ip_wrong_register
{ "id": "register_field:spi_host.ERROR_STATUS.CMDINVAL", "kind": "register_field", "properties": { "ip": "spi_host", "lsb": 3, "mask": 1, "name": "CMDINVAL", "positioned_mask": 8, "register": "ERROR_STATUS", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/User...
{ "id": "firmware_define:spi_host.SPI_HOST_CONTROL_SW_RST_BIT", "kind": "firmware_define", "properties": { "ip": "spi_host", "name": "SPI_HOST_CONTROL_SW_RST_BIT", "value": 30 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi_host_regs.h", ...
negative
sram_ctrlxkmac
0
cross_ip
{ "id": "register_field:sram_ctrl.STATUS.SCR_KEY_SEED_VALID", "kind": "register_field", "properties": { "ip": "sram_ctrl", "lsb": 4, "mask": 1, "name": "SCR_KEY_SEED_VALID", "positioned_mask": 16, "register": "STATUS", "reset_value": 0, "width": 1 }, "provenance": { "artifa...
{ "id": "firmware_define:kmac.KMAC_STATUS_SHA3_IDLE_BIT", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_STATUS_SHA3_IDLE_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h", "extractor": ...
negative
rv_timerxentropy_src
0
cross_ip
{ "id": "register:rv_timer.INTR_ENABLE0", "kind": "register", "properties": { "ip": "rv_timer", "name": "INTR_ENABLE0", "offset": 256, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/rv_timer/data/rv_timer.hjson...
{ "id": "firmware_define:entropy_src.ENTROPY_SRC_CONF_FIPS_ENABLE_OFFSET", "kind": "firmware_define", "properties": { "ip": "entropy_src", "name": "ENTROPY_SRC_CONF_FIPS_ENABLE_OFFSET", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generat...
negative
keymgrxuart
0
cross_ip
{ "id": "register_field:keymgr.WORKING_STATE.STATE", "kind": "register_field", "properties": { "ip": "keymgr", "lsb": 0, "mask": 7, "name": "STATE", "positioned_mask": 7, "register": "WORKING_STATE", "reset_value": 0, "width": 3 }, "provenance": { "artifact": "/Users/elcruz...
{ "id": "firmware_define:uart.UART_FIFO_CTRL_TXILVL_VALUE_TXLVL16", "kind": "firmware_define", "properties": { "ip": "uart", "name": "UART_FIFO_CTRL_TXILVL_VALUE_TXLVL16", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/uart_regs.h...
negative
spi_device
1
null
{ "id": "register_field:spi_device.CMD_INFO_20.dummy_en_20", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 15, "mask": 1, "name": "dummy_en_20", "positioned_mask": 32768, "register": "CMD_INFO_20", "reset_value": 0, "width": 1 }, "provenance": { "arti...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_INFO_20_DUMMY_EN_20_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_INFO_20_DUMMY_EN_20_BIT", "value": 15 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/ge...
field_bit
ednxaes
0
cross_ip
{ "id": "register:edn.ALERT_TEST", "kind": "register", "properties": { "ip": "edn", "name": "ALERT_TEST", "offset": 12, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/edn/data/edn.hjson", "extractor": "eval...
{ "id": "firmware_define:aes.AES_STATUS_STALL_BIT", "kind": "firmware_define", "properties": { "ip": "aes", "name": "AES_STATUS_STALL_BIT", "value": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/aes_regs.h", "extractor": "evals.edge_d...
negative
spi_host
0
same_ip_wrong_register
{ "id": "register_field:spi_host.STATUS.CMDQD", "kind": "register_field", "properties": { "ip": "spi_host", "lsb": 16, "mask": 15, "name": "CMDQD", "positioned_mask": 983040, "register": "STATUS", "reset_value": 0, "width": 4 }, "provenance": { "artifact": "/Users/elcruzo/D...
{ "id": "firmware_define:spi_host.SPI_HOST_COMMAND_SPEED_OFFSET", "kind": "firmware_define", "properties": { "ip": "spi_host", "name": "SPI_HOST_COMMAND_SPEED_OFFSET", "value": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi_host_regs.h...
negative
gpio
0
same_ip_wrong_register
{ "id": "register_field:gpio.INTR_ENABLE.gpio", "kind": "register_field", "properties": { "ip": "gpio", "lsb": 0, "mask": 4294967295, "name": "gpio", "positioned_mask": 4294967295, "register": "INTR_ENABLE", "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Use...
{ "id": "firmware_define:gpio.GPIO_MASKED_OUT_LOWER_DATA_FIELD", "kind": "firmware_define", "properties": { "ip": "gpio", "name": "GPIO_MASKED_OUT_LOWER_DATA_FIELD" }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/gpio_regs.h", "extractor": "e...
negative
dma
0
same_ip_wrong_register
{ "id": "register_field:dma.INTR_SRC_WR_VAL_8.wr_val_8", "kind": "register_field", "properties": { "ip": "dma", "lsb": 0, "mask": 4294967295, "name": "wr_val_8", "positioned_mask": 4294967295, "register": "INTR_SRC_WR_VAL_8", "reset_value": 0, "width": 32 }, "provenance": { ...
{ "id": "firmware_define:dma.DMA_STATUS_ERROR_BIT", "kind": "firmware_define", "properties": { "ip": "dma", "name": "DMA_STATUS_ERROR_BIT", "value": 3 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/dma_regs.h", "extractor": "evals.edge_d...
negative
keymgrxspi_device
0
cross_ip
{ "id": "register_field:keymgr.WORKING_STATE.STATE", "kind": "register_field", "properties": { "ip": "keymgr", "lsb": 0, "mask": 7, "name": "STATE", "positioned_mask": 7, "register": "WORKING_STATE", "reset_value": 0, "width": 3 }, "provenance": { "artifact": "/Users/elcruz...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_INFO_6_VALID_6_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_INFO_6_VALID_6_BIT", "value": 31 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/sp...
negative
entropy_srcxdma
0
cross_ip
{ "id": "register_field:entropy_src.RECOV_ALERT_STS.FW_OV_MODE_FIELD_ALERT", "kind": "register_field", "properties": { "ip": "entropy_src", "lsb": 8, "mask": 1, "name": "FW_OV_MODE_FIELD_ALERT", "positioned_mask": 256, "register": "RECOV_ALERT_STS", "reset_value": 0, "width": 1 }...
{ "id": "firmware_define:dma.DMA_DST_ADDR_LO_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "dma", "name": "DMA_DST_ADDR_LO_REG_OFFSET", "value": 24 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/dma_regs.h", "extractor": ...
negative
otbn
0
same_register_wrong_field
{ "id": "register_field:otbn.ERR_BITS.illegal_insn", "kind": "register_field", "properties": { "ip": "otbn", "lsb": 3, "mask": 1, "name": "illegal_insn", "positioned_mask": 8, "register": "ERR_BITS", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruz...
{ "id": "firmware_define:otbn.OTBN_ERR_BITS_ILLEGAL_BUS_ACCESS_BIT", "kind": "firmware_define", "properties": { "ip": "otbn", "name": "OTBN_ERR_BITS_ILLEGAL_BUS_ACCESS_BIT", "value": 21 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/otbn_reg...
negative
keymgr
1
null
{ "id": "register:keymgr.SW_SHARE0_OUTPUT_5", "kind": "register", "properties": { "ip": "keymgr", "name": "SW_SHARE0_OUTPUT_5", "offset": 188, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr.h...
{ "id": "firmware_define:keymgr.KEYMGR_SW_SHARE0_OUTPUT_5_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_SW_SHARE0_OUTPUT_5_REG_OFFSET", "value": 188 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/key...
register_offset
sysrst_ctrl
0
same_ip_wrong_register
{ "id": "register_field:sysrst_ctrl.PIN_ALLOWED_CTL.z3_wakeup_1", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 14, "mask": 1, "name": "z3_wakeup_1", "positioned_mask": 16384, "register": "PIN_ALLOWED_CTL", "reset_value": 0, "width": 1 }, "provenance": {...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_AUTO_BLOCK_OUT_CTL_KEY2_OUT_SEL_BIT", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_AUTO_BLOCK_OUT_CTL_KEY2_OUT_SEL_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datas...
negative
i2c
0
same_register_wrong_field
{ "id": "register_field:i2c.INTR_ENABLE.controller_halt", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 4, "mask": 1, "name": "controller_halt", "positioned_mask": 16, "register": "INTR_ENABLE", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/U...
{ "id": "firmware_define:i2c.I2C_INTR_ENABLE_CMD_COMPLETE_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_INTR_ENABLE_CMD_COMPLETE_BIT", "value": 9 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", "e...
negative
i2cxuart
0
cross_ip
{ "id": "register:i2c.TIMING1", "kind": "register", "properties": { "ip": "i2c", "name": "TIMING1", "offset": 64, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/i2c/data/i2c.hjson", "extractor": "evals.edge...
{ "id": "firmware_define:uart.UART_ALERT_TEST_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "uart", "name": "UART_ALERT_TEST_REG_OFFSET", "value": 12 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/uart_regs.h", "extractor...
negative
csrngxrom_ctrl
0
cross_ip
{ "id": "register:csrng.INT_STATE_READ_ENABLE_REGWEN", "kind": "register", "properties": { "ip": "csrng", "name": "INT_STATE_READ_ENABLE_REGWEN", "offset": 60, "reset_value": 1, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/csr...
{ "id": "firmware_define:rom_ctrl.ROM_CTRL_EXP_DIGEST_0_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "rom_ctrl", "name": "ROM_CTRL_EXP_DIGEST_0_REG_OFFSET", "value": 40 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rom_ctrl...
negative
kmacxi2c
0
cross_ip
{ "id": "register:kmac.KEY_SHARE0_4", "kind": "register", "properties": { "ip": "kmac", "name": "KEY_SHARE0_4", "offset": 64, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/kmac/data/kmac.hjson", "extractor...
{ "id": "firmware_define:i2c.I2C_ALERT_TEST_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_ALERT_TEST_REG_OFFSET", "value": 12 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", "extractor": "e...
negative
spi_devicexuart
0
cross_ip
{ "id": "register_field:spi_device.CMD_INFO_23.addr_swap_en_23", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 10, "mask": 1, "name": "addr_swap_en_23", "positioned_mask": 1024, "register": "CMD_INFO_23", "reset_value": 0, "width": 1 }, "provenance": { ...
{ "id": "firmware_define:uart.UART_INTR_STATE_RX_FRAME_ERR_BIT", "kind": "firmware_define", "properties": { "ip": "uart", "name": "UART_INTR_STATE_RX_FRAME_ERR_BIT", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/uart_regs.h", ...
negative
ednxaon_timer
0
cross_ip
{ "id": "register_field:edn.CTRL.EDN_ENABLE", "kind": "register_field", "properties": { "ip": "edn", "lsb": 0, "mask": 15, "name": "EDN_ENABLE", "positioned_mask": 15, "register": "CTRL", "reset_value": 9, "width": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Ta...
{ "id": "firmware_define:aon_timer.AON_TIMER_ALERT_TEST_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "aon_timer", "name": "AON_TIMER_ALERT_TEST_REG_OFFSET", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/aon_timer...
negative
rv_timer
0
same_ip_wrong_register
{ "id": "register:rv_timer.TIMER_V_UPPER0", "kind": "register", "properties": { "ip": "rv_timer", "name": "TIMER_V_UPPER0", "offset": 276, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/rv_timer/data/rv_timer.h...
{ "id": "firmware_define:rv_timer.RV_TIMER_TIMER_V_LOWER0_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "rv_timer", "name": "RV_TIMER_TIMER_V_LOWER0_REG_OFFSET", "value": 272 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rv_...
negative
keymgr
0
same_ip_wrong_register
{ "id": "register:keymgr.ATTEST_SW_BINDING_4", "kind": "register", "properties": { "ip": "keymgr", "name": "ATTEST_SW_BINDING_4", "offset": 92, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr....
{ "id": "firmware_define:keymgr.KEYMGR_SALT_0_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_SALT_0_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/keymgr_regs.h", "extracto...
negative
pattgenxmbx
0
cross_ip
{ "id": "register:pattgen.PREDIV_CH1", "kind": "register", "properties": { "ip": "pattgen", "name": "PREDIV_CH1", "offset": 24, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/pattgen/data/pattgen.hjson", "e...
{ "id": "firmware_define:mbx.MBX_OUTBOUND_OBJECT_SIZE_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "mbx", "name": "MBX_OUTBOUND_OBJECT_SIZE_REG_OFFSET", "value": 56 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/mbx_regs.h",...
negative
i2cxmbx
0
cross_ip
{ "id": "register_field:i2c.TARGET_ID.MASK1", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 21, "mask": 127, "name": "MASK1", "positioned_mask": 266338304, "register": "TARGET_ID", "reset_value": 0, "width": 7 }, "provenance": { "artifact": "/Users/elcruzo/D...
{ "id": "firmware_define:mbx.MBX_SOC_STATUS_READY_BIT", "kind": "firmware_define", "properties": { "ip": "mbx", "name": "MBX_SOC_STATUS_READY_BIT", "value": 31 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/mbx_regs.h", "extractor": "eva...
negative
csrng
1
null
{ "id": "register:csrng.CMD_REQ", "kind": "register", "properties": { "ip": "csrng", "name": "CMD_REQ", "offset": 24, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/csrng/data/csrng.hjson", "extractor": "ev...
{ "id": "firmware_define:csrng.CSRNG_CMD_REQ_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "csrng", "name": "CSRNG_CMD_REQ_REG_OFFSET", "value": 24 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/csrng_regs.h", "extractor"...
register_offset
i2c
0
same_register_wrong_field
{ "id": "register_field:i2c.CTRL.ENABLETARGET", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 1, "mask": 1, "name": "ENABLETARGET", "positioned_mask": 2, "register": "CTRL", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/...
{ "id": "firmware_define:i2c.I2C_CTRL_ENABLEHOST_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_CTRL_ENABLEHOST_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", "extractor": "evals....
negative
spi_device
0
same_ip_wrong_register
{ "id": "register_field:spi_device.CMD_INFO_5.dummy_size_5", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 12, "mask": 7, "name": "dummy_size_5", "positioned_mask": 28672, "register": "CMD_INFO_5", "reset_value": 7, "width": 3 }, "provenance": { "arti...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_FILTER_6_FILTER_193_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_FILTER_6_FILTER_193_BIT", "value": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gen...
negative
spi_devicexkmac
0
cross_ip
{ "id": "register_field:spi_device.CMD_FILTER_2.filter_85", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 21, "mask": 1, "name": "filter_85", "positioned_mask": 2097152, "register": "CMD_FILTER_2", "reset_value": 0, "width": 1 }, "provenance": { "arti...
{ "id": "firmware_define:kmac.KMAC_KEY_SHARE0_1_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_KEY_SHARE0_1_REG_OFFSET", "value": 52 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h", "extra...
negative
adc_ctrl
0
same_ip_wrong_register
{ "id": "register_field:adc_ctrl.adc_pd_ctl.pwrup_time", "kind": "register_field", "properties": { "ip": "adc_ctrl", "lsb": 4, "mask": 15, "name": "pwrup_time", "positioned_mask": 240, "register": "adc_pd_ctl", "reset_value": 7, "width": 4 }, "provenance": { "artifact": "/U...
{ "id": "firmware_define:adc_ctrl.ADC_CTRL_ADC_FSM_STATE_STATE_FIELD", "kind": "firmware_define", "properties": { "ip": "adc_ctrl", "name": "ADC_CTRL_ADC_FSM_STATE_STATE_FIELD" }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/adc_ctrl_regs.h", ...
negative
dma
0
same_ip_wrong_register
{ "id": "register:dma.INTR_SRC_ADDR_2", "kind": "register", "properties": { "ip": "dma", "name": "INTR_SRC_ADDR_2", "offset": 172, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/dma/data/dma.hjson", "extrac...
{ "id": "firmware_define:dma.DMA_INTR_SRC_WR_VAL_4_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "dma", "name": "DMA_INTR_SRC_WR_VAL_4_REG_OFFSET", "value": 308 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/dma_regs.h", ...
negative
adc_ctrlxkeymgr
0
cross_ip
{ "id": "register:adc_ctrl.adc_lp_sample_ctl", "kind": "register", "properties": { "ip": "adc_ctrl", "name": "adc_lp_sample_ctl", "offset": 24, "reset_value": 4, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/adc_ctrl/data/adc_c...
{ "id": "firmware_define:keymgr.KEYMGR_CFG_REGWEN_EN_BIT", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_CFG_REGWEN_EN_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/keymgr_regs.h", "extracto...
negative
mbx
0
same_ip_wrong_register
{ "id": "register_field:mbx.SOC_STATUS.busy", "kind": "register_field", "properties": { "ip": "mbx", "lsb": 0, "mask": 1, "name": "busy", "positioned_mask": 1, "register": "SOC_STATUS", "reset_value": 1, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tape...
{ "id": "firmware_define:mbx.MBX_INTR_ENABLE_MBX_READY_BIT", "kind": "firmware_define", "properties": { "ip": "mbx", "name": "MBX_INTR_ENABLE_MBX_READY_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/mbx_regs.h", "extract...
negative
dmaxaon_timer
0
cross_ip
{ "id": "register:dma.INTR_SRC_ADDR_1", "kind": "register", "properties": { "ip": "dma", "name": "INTR_SRC_ADDR_1", "offset": 168, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/dma/data/dma.hjson", "extrac...
{ "id": "firmware_define:aon_timer.AON_TIMER_WDOG_BARK_THOLD_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "aon_timer", "name": "AON_TIMER_WDOG_BARK_THOLD_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated...
negative
sysrst_ctrlxadc_ctrl
0
cross_ip
{ "id": "register_field:sysrst_ctrl.COM_PRE_SEL_CTL_2.key1_in_sel_2", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 1, "mask": 1, "name": "key1_in_sel_2", "positioned_mask": 2, "register": "COM_PRE_SEL_CTL_2", "reset_value": 0, "width": 1 }, "provenance"...
{ "id": "firmware_define:adc_ctrl.ADC_CTRL_ADC_CHN1_FILTER_CTL_6_MIN_V_6_FIELD", "kind": "firmware_define", "properties": { "ip": "adc_ctrl", "name": "ADC_CTRL_ADC_CHN1_FILTER_CTL_6_MIN_V_6_FIELD" }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/a...
negative
spi_device
0
same_ip_wrong_register
{ "id": "register_field:spi_device.CMD_INFO_5.addr_mode_5", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 8, "mask": 3, "name": "addr_mode_5", "positioned_mask": 768, "register": "CMD_INFO_5", "reset_value": 0, "width": 2 }, "provenance": { "artifact"...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_FILTER_0_FILTER_11_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_FILTER_0_FILTER_11_BIT", "value": 11 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/gene...
negative
i2cxkmac
0
cross_ip
{ "id": "register_field:i2c.TXDATA.TXDATA", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 0, "mask": 255, "name": "TXDATA", "positioned_mask": 255, "register": "TXDATA", "reset_value": 0, "width": 8 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tape...
{ "id": "firmware_define:kmac.KMAC_KEY_SHARE1_5_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_KEY_SHARE1_5_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_regs.h", "extrac...
negative
entropy_srcxrv_timer
0
cross_ip
{ "id": "register_field:entropy_src.DEBUG_STATUS.ENTROPY_FIFO_DEPTH", "kind": "register_field", "properties": { "ip": "entropy_src", "lsb": 0, "mask": 3, "name": "ENTROPY_FIFO_DEPTH", "positioned_mask": 3, "register": "DEBUG_STATUS", "reset_value": null, "width": 2 }, "provenan...
{ "id": "firmware_define:rv_timer.RV_TIMER_CTRL_ACTIVE_0_BIT", "kind": "firmware_define", "properties": { "ip": "rv_timer", "name": "RV_TIMER_CTRL_ACTIVE_0_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rv_timer_regs.h", ...
negative
kmac
0
same_register_wrong_field
{ "id": "register_field:kmac.CFG_SHADOWED.entropy_ready", "kind": "register_field", "properties": { "ip": "kmac", "lsb": 24, "mask": 1, "name": "entropy_ready", "positioned_mask": 16777216, "register": "CFG_SHADOWED", "reset_value": 0, "width": 1 }, "provenance": { "artifac...
{ "id": "firmware_define:kmac.KMAC_CFG_SHADOWED_ENTROPY_MODE_VALUE_IDLE_MODE", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_CFG_SHADOWED_ENTROPY_MODE_VALUE_IDLE_MODE", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset...
negative
aes
0
same_register_wrong_field
{ "id": "register_field:aes.CTRL_SHADOWED.KEY_LEN", "kind": "register_field", "properties": { "ip": "aes", "lsb": 8, "mask": 7, "name": "KEY_LEN", "positioned_mask": 1792, "register": "CTRL_SHADOWED", "reset_value": 1, "width": 3 }, "provenance": { "artifact": "/Users/elcru...
{ "id": "firmware_define:aes.AES_CTRL_SHADOWED_PRNG_RESEED_RATE_VALUE_PER_8K", "kind": "firmware_define", "properties": { "ip": "aes", "name": "AES_CTRL_SHADOWED_PRNG_RESEED_RATE_VALUE_PER_8K", "value": 4 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset...
negative
gpioxotbn
0
cross_ip
{ "id": "register:gpio.INTR_STATE", "kind": "register", "properties": { "ip": "gpio", "name": "INTR_STATE", "offset": 0, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/top_earlgrey/ip_autogen/gpio/data/gpio.hjson"...
{ "id": "firmware_define:otbn.OTBN_FATAL_ALERT_CAUSE_LIFECYCLE_ESCALATION_BIT", "kind": "firmware_define", "properties": { "ip": "otbn", "name": "OTBN_FATAL_ALERT_CAUSE_LIFECYCLE_ESCALATION_BIT", "value": 6 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_datas...
negative
kmac
0
same_register_wrong_field
{ "id": "register_field:kmac.CFG_SHADOWED.kmac_en", "kind": "register_field", "properties": { "ip": "kmac", "lsb": 0, "mask": 1, "name": "kmac_en", "positioned_mask": 1, "register": "CFG_SHADOWED", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/...
{ "id": "firmware_define:kmac.KMAC_CFG_SHADOWED_STATE_ENDIANNESS_BIT", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_CFG_SHADOWED_STATE_ENDIANNESS_BIT", "value": 9 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/kmac_...
negative
aon_timer
0
same_ip_wrong_register
{ "id": "register_field:aon_timer.WDOG_BARK_THOLD.threshold", "kind": "register_field", "properties": { "ip": "aon_timer", "lsb": 0, "mask": 4294967295, "name": "threshold", "positioned_mask": 4294967295, "register": "WDOG_BARK_THOLD", "reset_value": 0, "width": 32 }, "provenan...
{ "id": "firmware_define:aon_timer.AON_TIMER_WKUP_CTRL_PRESCALER_FIELD", "kind": "firmware_define", "properties": { "ip": "aon_timer", "name": "AON_TIMER_WKUP_CTRL_PRESCALER_FIELD" }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/aon_timer_regs.h"...
negative
keymgrxsram_ctrl
0
cross_ip
{ "id": "register:keymgr.SW_SHARE1_OUTPUT_2", "kind": "register", "properties": { "ip": "keymgr", "name": "SW_SHARE1_OUTPUT_2", "offset": 208, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/keymgr/data/keymgr.h...
{ "id": "firmware_define:sram_ctrl.SRAM_CTRL_EXEC_REGWEN_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "sram_ctrl", "name": "SRAM_CTRL_EXEC_REGWEN_REG_OFFSET", "value": 8 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/sram_ct...
negative
entropy_srcxkmac
0
cross_ip
{ "id": "register_field:entropy_src.INTR_ENABLE.es_entropy_valid", "kind": "register_field", "properties": { "ip": "entropy_src", "lsb": 0, "mask": 1, "name": "es_entropy_valid", "positioned_mask": 1, "register": "INTR_ENABLE", "reset_value": 0, "width": 1 }, "provenance": { ...
{ "id": "firmware_define:kmac.KMAC_ENTROPY_REFRESH_HASH_CNT_HASH_CNT_MASK", "kind": "firmware_define", "properties": { "ip": "kmac", "name": "KMAC_ENTROPY_REFRESH_HASH_CNT_HASH_CNT_MASK", "value": 1023 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/ge...
negative
mbx
0
same_register_wrong_field
{ "id": "register_field:mbx.SOC_STATUS.doe_async_msg_status", "kind": "register_field", "properties": { "ip": "mbx", "lsb": 3, "mask": 1, "name": "doe_async_msg_status", "positioned_mask": 8, "register": "SOC_STATUS", "reset_value": 0, "width": 1 }, "provenance": { "artifac...
{ "id": "firmware_define:mbx.MBX_SOC_STATUS_ERROR_BIT", "kind": "firmware_define", "properties": { "ip": "mbx", "name": "MBX_SOC_STATUS_ERROR_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/mbx_regs.h", "extractor": "eval...
negative
spi_device
1
null
{ "id": "register_field:spi_device.TPM_CFG.tpm_mode", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 1, "mask": 1, "name": "tpm_mode", "positioned_mask": 2, "register": "TPM_CFG", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcr...
{ "id": "firmware_define:spi_device.SPI_DEVICE_TPM_CFG_TPM_MODE_BIT", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_TPM_CFG_TPM_MODE_BIT", "value": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi_dev...
field_bit
adc_ctrl
0
same_ip_wrong_register
{ "id": "register_field:adc_ctrl.adc_chn0_filter_ctl_7.max_v_7", "kind": "register_field", "properties": { "ip": "adc_ctrl", "lsb": 18, "mask": 1023, "name": "max_v_7", "positioned_mask": 268173312, "register": "adc_chn0_filter_ctl_7", "reset_value": 0, "width": 10 }, "provenan...
{ "id": "firmware_define:adc_ctrl.ADC_CTRL_ADC_CHN0_FILTER_CTL_5_MIN_V_5_MASK", "kind": "firmware_define", "properties": { "ip": "adc_ctrl", "name": "ADC_CTRL_ADC_CHN0_FILTER_CTL_5_MIN_V_5_MASK", "value": 1023 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_da...
negative
gpio
1
null
{ "id": "register_field:gpio.MASKED_OUT_LOWER.data", "kind": "register_field", "properties": { "ip": "gpio", "lsb": 0, "mask": 65535, "name": "data", "positioned_mask": 65535, "register": "MASKED_OUT_LOWER", "reset_value": null, "width": 16 }, "provenance": { "artifact": "/...
{ "id": "firmware_define:gpio.GPIO_MASKED_OUT_LOWER_DATA_MASK", "kind": "firmware_define", "properties": { "ip": "gpio", "name": "GPIO_MASKED_OUT_LOWER_DATA_MASK", "value": 65535 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/gpio_regs.h", ...
field_mask
spi_device
0
same_register_wrong_field
{ "id": "register_field:spi_device.CMD_INFO_1.mbyte_en_1", "kind": "register_field", "properties": { "ip": "spi_device", "lsb": 11, "mask": 1, "name": "mbyte_en_1", "positioned_mask": 2048, "register": "CMD_INFO_1", "reset_value": 0, "width": 1 }, "provenance": { "artifact"...
{ "id": "firmware_define:spi_device.SPI_DEVICE_CMD_INFO_1_ADDR_MODE_1_FIELD", "kind": "firmware_define", "properties": { "ip": "spi_device", "name": "SPI_DEVICE_CMD_INFO_1_ADDR_MODE_1_FIELD" }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/spi_dev...
negative
rv_timerxpattgen
0
cross_ip
{ "id": "register_field:rv_timer.INTR_ENABLE0.IE_0", "kind": "register_field", "properties": { "ip": "rv_timer", "lsb": 0, "mask": 1, "name": "IE_0", "positioned_mask": 1, "register": "INTR_ENABLE0", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruz...
{ "id": "firmware_define:pattgen.PATTGEN_CTRL_INACTIVE_LEVEL_PDA_CH1_BIT", "kind": "firmware_define", "properties": { "ip": "pattgen", "name": "PATTGEN_CTRL_INACTIVE_LEVEL_PDA_CH1_BIT", "value": 7 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generat...
negative
dmaxedn
0
cross_ip
{ "id": "register:dma.INTR_SRC_ADDR_5", "kind": "register", "properties": { "ip": "dma", "name": "INTR_SRC_ADDR_5", "offset": 184, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/dma/data/dma.hjson", "extrac...
{ "id": "firmware_define:edn.EDN_ERR_CODE_TEST_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "edn", "name": "EDN_ERR_CODE_TEST_REG_OFFSET", "value": 64 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/edn_regs.h", "extracto...
negative
i2c
0
same_register_wrong_field
{ "id": "register_field:i2c.INTR_STATE.unexp_stop", "kind": "register_field", "properties": { "ip": "i2c", "lsb": 13, "mask": 1, "name": "unexp_stop", "positioned_mask": 8192, "register": "INTR_STATE", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcr...
{ "id": "firmware_define:i2c.I2C_INTR_STATE_SDA_INTERFERENCE_BIT", "kind": "firmware_define", "properties": { "ip": "i2c", "name": "I2C_INTR_STATE_SDA_INTERFERENCE_BIT", "value": 6 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/i2c_regs.h", ...
negative
edn
0
same_ip_wrong_register
{ "id": "register:edn.GENERATE_CMD", "kind": "register", "properties": { "ip": "edn", "name": "GENERATE_CMD", "offset": 48, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/edn/data/edn.hjson", "extractor": "...
{ "id": "firmware_define:edn.EDN_INTR_STATE_REG_OFFSET", "kind": "firmware_define", "properties": { "ip": "edn", "name": "EDN_INTR_STATE_REG_OFFSET", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/edn_regs.h", "extractor": "ev...
negative
mbxxrv_timer
0
cross_ip
{ "id": "register_field:mbx.INTR_TEST.mbx_abort", "kind": "register_field", "properties": { "ip": "mbx", "lsb": 1, "mask": 1, "name": "mbx_abort", "positioned_mask": 2, "register": "INTR_TEST", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desk...
{ "id": "firmware_define:rv_timer.RV_TIMER_ALERT_TEST_FATAL_FAULT_BIT", "kind": "firmware_define", "properties": { "ip": "rv_timer", "name": "RV_TIMER_ALERT_TEST_FATAL_FAULT_BIT", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/rv_...
negative
entropy_src
0
same_ip_wrong_register
{ "id": "register_field:entropy_src.CONF.FIPS_ENABLE", "kind": "register_field", "properties": { "ip": "entropy_src", "lsb": 0, "mask": 15, "name": "FIPS_ENABLE", "positioned_mask": 15, "register": "CONF", "reset_value": 9, "width": 4 }, "provenance": { "artifact": "/Users/...
{ "id": "firmware_define:entropy_src.ENTROPY_SRC_RECOV_ALERT_STS_ENTROPY_DATA_REG_EN_FIELD_ALERT_BIT", "kind": "firmware_define", "properties": { "ip": "entropy_src", "name": "ENTROPY_SRC_RECOV_ALERT_STS_ENTROPY_DATA_REG_EN_FIELD_ALERT_BIT", "value": 1 }, "provenance": { "artifact": "/Users/el...
negative
adc_ctrl
1
null
{ "id": "register_field:adc_ctrl.adc_chn1_filter_ctl_3.max_v_3", "kind": "register_field", "properties": { "ip": "adc_ctrl", "lsb": 18, "mask": 1023, "name": "max_v_3", "positioned_mask": 268173312, "register": "adc_chn1_filter_ctl_3", "reset_value": 0, "width": 10 }, "provenan...
{ "id": "firmware_define:adc_ctrl.ADC_CTRL_ADC_CHN1_FILTER_CTL_3_MAX_V_3_OFFSET", "kind": "firmware_define", "properties": { "ip": "adc_ctrl", "name": "ADC_CTRL_ADC_CHN1_FILTER_CTL_3_MAX_V_3_OFFSET", "value": 18 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_...
field_offset
uart
0
same_ip_wrong_register
{ "id": "register:uart.FIFO_CTRL", "kind": "register", "properties": { "ip": "uart", "name": "FIFO_CTRL", "offset": 32, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/uart/data/uart.hjson", "extractor": "ev...
{ "id": "firmware_define:uart.UART_VAL_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "uart", "name": "UART_VAL_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/uart_regs.h", "extractor": "evals.edge_...
negative
aesxlc_ctrl
0
cross_ip
{ "id": "register_field:aes.STATUS.ALERT_FATAL_FAULT", "kind": "register_field", "properties": { "ip": "aes", "lsb": 6, "mask": 1, "name": "ALERT_FATAL_FAULT", "positioned_mask": 64, "register": "STATUS", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/e...
{ "id": "firmware_define:lc_ctrl.LC_CTRL_ALERT_TEST_FATAL_BUS_INTEG_ERROR_BIT", "kind": "firmware_define", "properties": { "ip": "lc_ctrl", "name": "LC_CTRL_ALERT_TEST_FATAL_BUS_INTEG_ERROR_BIT", "value": 2 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_datas...
negative
otbnxkeymgr
0
cross_ip
{ "id": "register_field:otbn.INTR_TEST.done", "kind": "register_field", "properties": { "ip": "otbn", "lsb": 0, "mask": 1, "name": "done", "positioned_mask": 1, "register": "INTR_TEST", "reset_value": 0, "width": 1 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tape...
{ "id": "firmware_define:keymgr.KEYMGR_SW_SHARE0_OUTPUT_4_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "keymgr", "name": "KEYMGR_SW_SHARE0_OUTPUT_4_REG_RESVAL", "value": 0 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/keymg...
negative
edn
0
same_ip_wrong_register
{ "id": "register:edn.MAX_NUM_REQS_BETWEEN_RESEEDS", "kind": "register", "properties": { "ip": "edn", "name": "MAX_NUM_REQS_BETWEEN_RESEEDS", "offset": 52, "reset_value": 0, "width": 32 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/opentitan/hw/ip/edn/dat...
{ "id": "firmware_define:edn.EDN_MAIN_SM_STATE_REG_RESVAL", "kind": "firmware_define", "properties": { "ip": "edn", "name": "EDN_MAIN_SM_STATE_REG_RESVAL", "value": 193 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/generated/edn_regs.h", "extract...
negative
sysrst_ctrl
0
same_register_wrong_field
{ "id": "register_field:sysrst_ctrl.PIN_OUT_VALUE.key1_out", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 4, "mask": 1, "name": "key1_out", "positioned_mask": 16, "register": "PIN_OUT_VALUE", "reset_value": 0, "width": 1 }, "provenance": { "artifact...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_PIN_OUT_VALUE_Z3_WAKEUP_BIT", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_PIN_OUT_VALUE_Z3_WAKEUP_BIT", "value": 6 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset...
negative
sysrst_ctrl
0
same_register_wrong_field
{ "id": "register_field:sysrst_ctrl.PIN_OUT_VALUE.bat_disable", "kind": "register_field", "properties": { "ip": "sysrst_ctrl", "lsb": 0, "mask": 1, "name": "bat_disable", "positioned_mask": 1, "register": "PIN_OUT_VALUE", "reset_value": 0, "width": 1 }, "provenance": { "art...
{ "id": "firmware_define:sysrst_ctrl.SYSRST_CTRL_PIN_OUT_VALUE_KEY0_OUT_BIT", "kind": "firmware_define", "properties": { "ip": "sysrst_ctrl", "name": "SYSRST_CTRL_PIN_OUT_VALUE_KEY0_OUT_BIT", "value": 3 }, "provenance": { "artifact": "/Users/elcruzo/Desktop/Tapeout-Labs/datasets/edge_dataset/g...
negative
End of preview.

Hardware Integration Relationships (HIR)

A labeled dataset and multi-tier benchmark for cross-artifact relationship prediction in hardware designs: given a hardware artifact (a register or register field) and a firmware-visible artifact (a generated C #define), does a real relationship exist between them?

This is the concept-matching problem at the heart of SoC integration review — "is dma.CONTROL.EN the same thing the firmware calls DMA_CONTROL_EN_MASK?" — cast as a supervised binary task. To our knowledge no prior public benchmark targets register↔firmware relationships specifically; the dataset publication is the primary contribution.

Naming note: this benchmark is HIR, not "HWE-Bench". HWE-Bench is a separate, existing hardware-engineering benchmark that HIR consumes as one held-out test source (real co-modification pairs). They are distinct artifacts.

Why it exists

Labels in the convention-following tiers are mechanical, not hand-annotated: OpenTitan's regtool and Caliptra's PeakRDL generate C headers from register descriptions by a documented naming convention, so every generated define binds deterministically to its source register/field. We parse that convention exactly against the ground-truth name sets; any define that does not parse is excluded and counted, never guessed.

Because the easy labels are convention-derived, a trivial token-containment scorer reaches AUC ~0.995 on them — easy-tier AUC says almost nothing about a model. The dataset therefore ships HARD tiers that contain the ambiguous regime the task actually cares about.

Splits (BY IP / BY DESIGN — never random)

Split Examples Positives Source
train 35,667 3,963 22 OpenTitan IPs (regtool-generated headers)
train_hard 35,667 ~3,963 train with define names rewritten by a lexicon-grounded mutator (label-blind)
train_plus_hard 71,334 ~7,926 union of the two (the actual training input)
val / val_hard 5,859 each 651 each 2 held-out OpenTitan IPs (hmac, usbdev); hard uses a DISJOINT lexicon partition
test_caliptra 24,552 2,728 Caliptra — a different design, register language (SystemRDL), and generator (PeakRDL)
test_hard 26,336 2,954 Caliptra mutations + HWE-Bench real merged-PR co-modification pairs + hand-labeled picorv32 pairs

Convention-family tiers (genuinely different naming conventions)

The splits above are dominated by ONE generator convention (OpenTitan regtool) plus one held-out design (Caliptra PeakRDL). These two tiers add genuinely different conventions from real, non-OpenTitan sources — the regime where convention-following labels stop being trivially token-encodable. Both are now BUILT and included (builders: evals/edge_dataset/build_litex_dataset.py, build_svd_dataset.py).

Split Positives Convention family Source
litex_train 440 LiteX CSR_<MOD>_<REG>_ADDR (csr.json + csr.h) REAL LiteX 2024.12 generated headers (litex_sim sim_vexriscv_eth + sim_picorv32_periph)
litex_test 116 LiteX (held-out config) REAL LiteX 2024.12 (litex_sim sim_serv_video — SERV CPU + video peripheral held out)
svd_train 44,020 6 vendor conventions REAL CMSIS-SVD paired against REAL downloaded vendor headers (STM32 F0/F1/F4/L4/F7, nRF51/52/52840, MK64F12 Kinetis, SAMD21)
svd_test 13,520 held-out vendors REAL CMSIS-SVD from vendors NOT in train (RP2040, EFR32BG24, MSP432P401R)

The CMSIS-SVD tier spans 7 vendors / 6 naming conventions: ST/Nordic _Pos/_Msk, Kinetis _SHIFT/_MASK, MSP432 _OFS/bare mask, RP2040 _LSB/_BITS/_OFFSET, SiLabs _SHIFT/_MASK (leading underscore). Every SVD positive is anchored to a define that EXISTS in the real downloaded vendor header with value equality enforced (a build-time purity gate re-checks every emitted row); LiteX positives are value-equality-checked against csr.json ground truth. Unbound/unverifiable defines are excluded and counted, never guessed. Full per-device pairing/coverage accounting is in svd_stats.json.

v7 note: a v7 edge-classifier retrain on this diverse convention data PASSED its gate and is now the reference model — the first fine-tune to beat the frozen encoder rather than regress it (end-to-end joint BCE on the OpenTitan+LiteX+CMSIS-SVD union). See the reference-model table below.

Splits are partitioned by IP (train/val) and by design (test = Caliptra), so define-naming patterns never leak across the split boundary. The hard mutator's lexicon is partitioned so no word-pair transformation straddles train↔val. The LiteX and SVD tiers are held out by config (LiteX) and by vendor (SVD), so no convention leaks across their train/test boundary either.

Each example is one line of JSON: {"node_a": <artifact node>, "node_b": <define node>, "label": 0|1, "pair_kind": ..., "ip": ..., "negative_type": ...}. Negatives are ~8:1, mixed cross-IP / same-IP-wrong-register / same-register-wrong-field.

Benchmark tiers (report ALL of them)

  1. Easy (test_caliptra): convention-following. Sanity/wiring check. A good model TIES the token baseline here (~0.99 AUC); "beating" it is not meaningful.
  2. Hard — convention mutation (test_hard/convention_mutation): names rewritten to break the convention. This is where a model must add value over token overlap.
  3. Hard — real co-modification (test_hard/hwe_bench): pairs mined from real merged PRs. The honest frontier.
  4. Hard — hand-written (test_hard/picorv32): a real hand-written firmware header. Tiny (n=17) and near-chance for every scorer — reported for honesty, not as a headline.

Baseline and reference model

The reference scorer is models/edge_classifier_v7.pt in the Tapeout repo — an all-MiniLM-L6-v2 sentence encoder fine-tuned END-TO-END (jointly with its MLP head, under a single BCE classification loss) on the diverse OpenTitan+LiteX+CMSIS-SVD union. It is the FIRST fine-tune in the project to beat the frozen encoder rather than regress it. Honest results vs the token-containment baseline (full test_hard AUC; v6 = the prior frozen-encoder reference):

Tier token_containment AUC prior (v6) AUC reference (v7) AUC
test_caliptra (easy) 0.9946 0.9942 0.9984
test_hard (overall) 0.9183 0.9660 0.9734
test_hard / convention_mutation 0.9568 0.9876 0.9921
test_hard / hwe_bench 0.8947 0.7992 0.8559
test_hard / picorv32 (n=17) 0.3857 0.6000 0.6286

Read this honestly: v7 beats the token baseline strongly on the hard tier overall and on convention mutations, and it substantially improves the real HWE-Bench co-modification tier over v6 (AUC 0.7992→0.8559, AP 0.4310→0.6721). But HWE-Bench is IMPROVED, not SOLVED — the token-containment baseline is still 0.8947 AUC there, ahead of v7's 0.8559 — and hand-written naming (picorv32, n=17, 0.60→0.629) stays within noise. Non-OpenTitan naming conventions remain an OPEN PROBLEM, narrowed not closed. The two levers earlier fine-tunes lacked — end-to-end training under the true classification objective (v3/v4/v5 used a proxy contrastive objective and all degraded) AND genuinely-different-convention data (CMSIS-SVD, LiteX; the convention-family tiers above) — are now VALIDATED in combination: v7 PASSED its gate and is the current reference model.

Honest counting

"100K+ examples" is reachable but the OpenTitan/Caliptra tiers are mostly same-convention inflation (≈30K positive ceiling × 8:1 negatives). The meaningful measures are positives and convention families, not raw rows. Those tiers are dominated by ONE generator convention (OpenTitan regtool) plus one held-out design (Caliptra PeakRDL). Genuinely different conventions (LiteX csr.json+csr.h, CMSIS-SVD XML) are now BUILT and included as the convention-family tiers above (builders: evals/edge_dataset/build_litex_dataset.py, evals/edge_dataset/build_svd_dataset.py) — LiteX adds 556 positives across held-out configs, CMSIS-SVD adds 57,540 positives across 7 vendors / 6 naming conventions with 3 vendors held out for test. (PULP re-uses OpenTitan's regtool verbatim — same convention, not cross-family — and bare cores like Ibex/CVA6 ship no register-description files to pair, so neither adds convention diversity.)

Related work

No existing HuggingFace dataset or EDA-ML benchmark does labeled register↔firmware-define relationship classification across naming conventions, to our knowledge. Adjacent work:

  • SpecMap (arXiv 2601.11688) — the closest task: LLM-agent traceability-link recovery from datasheets to embedded C, covering macros/constants/register definitions. Different artifact pair (datasheet→code, not RDL/hjson→generated header); no public labeled-pair dataset found.
  • HWE-Bench (arXiv 2604.14709, henryen/hwe-bench) — repository-level hardware bug repair; HIR consumes it as one held-out test source (real co-modification pairs). Its failure analysis names "cross-artifact coordination" as an open weakness. Distinct benchmark — hence HIR is NOT named "hwe-bench".
  • Traceability Link Recovery (TLR) literature — HIR is a hardware-specific instance of TLR.
  • EDA-ML datasets (ForgeEDA, OpenABC-D, CircuitNet) target netlist/PPA, not cross-artifact register↔firmware relationships.

Reproduce

See models/README.md (the v7 production section + the per-checkpoint regenerate blocks) in the Tapeout repository. The OpenTitan/Caliptra builders are evals/edge_dataset/build_dataset.py, expand_opentitan.py, and build_hard_dataset.py; the convention-family builders are evals/edge_dataset/build_litex_dataset.py (real LiteX csr.json+csr.h) and evals/edge_dataset/build_svd_dataset.py (real CMSIS-SVD against downloaded vendor headers via fetch_vendor_headers.sh). The honest evaluation is evals/edge_dataset/evaluate_matrix.py.

Provenance and licensing

Derived from OpenTitan (Apache-2.0), Caliptra (Apache-2.0), HWE-Bench, and picorv32 (ISC). Register descriptions and generated headers are transformed into labeled node pairs; original source files are not redistributed here. See datasets/CORPUS_NOTES.md and datasets/ACQUISITION_PLAN.md.

The LiteX convention-family tier is derived from LiteX-generated csr.json/csr.h (LiteX is permissively licensed); only transformed labeled node pairs are included, not the original headers.

The CMSIS-SVD convention-family tier is derived from vendor SVD files (via cmsis-svd-data) paired against vendor device headers. These vendor SVD/header files carry per-vendor licenses that vary. The derived labeled node pairs ARE included in this release with the maintainer's explicit acceptance of the per-vendor license terms; original vendor SVD/header files are NOT redistributed here (only transformed node pairs). Honest caveat for downstream users: if you redistribute or build on the SVD-derived pairs, you are responsible for checking the individual vendor SVD and header licenses (ST, Nordic, NXP/Kinetis, TI/MSP432, Raspberry Pi/RP2040, Silicon Labs, Atmel) for your own use case — the licenses are heterogeneous and not blanket-permissive.

Downloads last month
49