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
It would be nice to have a way to generate Hardware Bill of Material of all the IP blocks.
This would require that the IP block has attached license string as a property.
SoCMake could then have a function that would generate a list of all the IP blocks used in the design and their License.
This is necessary to detect the conflicts of the Licenses.
For example if you are using an IP block that is licensed under GPL3.0, but you license the top level IP under MIT.
This would probably be a separate project that can flag this, but we need a way to embed this information
Bonus: Investigate hfc package manager that can generate SBOM.
The text was updated successfully, but these errors were encountered:
It would be nice to have a way to generate Hardware Bill of Material of all the IP blocks.
This would require that the IP block has attached license string as a property.
SoCMake could then have a function that would generate a list of all the IP blocks used in the design and their License.
This is necessary to detect the conflicts of the Licenses.
For example if you are using an IP block that is licensed under GPL3.0, but you license the top level IP under MIT.
This would probably be a separate project that can flag this, but we need a way to embed this information
Bonus: Investigate hfc package manager that can generate SBOM.
The text was updated successfully, but these errors were encountered: