You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ODB: parse 3DBlox external arguments as YAML lists (#10078)
Per the 3DBlox v3.0 spec, every argument inside an external block must be a
YAML list of strings (with wildcard expansion). Parse the single-cardinality
external keys (verilog_file/sdc_file/def_file in .3dbx; DEF_file/verilog_file
in .3dbv) through a shared extractSinglePathFromList helper that expands
wildcards via resolvePaths and rejects more than one resolved file. Emit these
keys as YAML lists on write for round-trip consistency.
Signed-off-by: Jorge Ferreira <jorge.ferreira@precisioninno.com>
0 commit comments