Describe the bug
The 3DBlox standard currently states that the def file for each chiplet should be defined under the external key of the master ChipletInst. However, we currently read the def file for each chiplet under the external key in the ChipletDef, because logically, each ChipletDef should have one and only one DEF_file. However, we need to follow standard.
Expected Behavior
read the def file from both; the ChipletDef and the ChipletInst. Whichever of them exists.
Environment
To Reproduce
NA
Relevant log output
Screenshots
No response
Additional Context
No response
Describe the bug
The 3DBlox standard currently states that the def file for each chiplet should be defined under the
externalkey of the master ChipletInst. However, we currently read the def file for each chiplet under theexternalkey in the ChipletDef, because logically, each ChipletDef should have one and only one DEF_file. However, we need to follow standard.Expected Behavior
read the def file from both; the ChipletDef and the ChipletInst. Whichever of them exists.
Environment
To Reproduce
NA
Relevant log output
Screenshots
No response
Additional Context
No response