SystemRdlInfo

Providers

SystemRdlInfo

load("@rules_systemrdl//systemrdl:system_rdl_info.bzl", "SystemRdlInfo")

SystemRdlInfo(outputs, root, srcs)

Info for SystemRDL targets.

FIELDS

NameDescription
outputsDict[str, Depset[File]]: A mapping of exporter names to their outputs.
rootFile: The top level source file for a library.
srcsDepset[File]: All (including transitive) source files.