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
Modifying the cluster size results in removing all the cluster elements:
I2C0:
_modify:
"I2C0_GPRCM\\[%s\\]":
dim: 4
when I run with --post-validate I get this error:
fsh ❯ svdtools patch MSPM0G350X_patch.yml --post-validate
[2024-09-24T22:20:39Z ERROR svdtools::cli] by svdtools (0.3.18)
Caused by:
0: `Cluster error: Cluster must contain at least one Register or Cluster 1: Cluster must contain at least one Register or Cluster
Attaching the svd as there were some modifications that I needed to make before I could even process it with svdtools
This is the command I needed to run to get the svd file to be processed by svdtools to begin with: sed -e 's/read-writeonce/read-writeOnce/g' MSPM0G350X.svd
I have a vendor supplied SVD (mspm0g350x)
Modifying the cluster size results in removing all the cluster elements:
when I run with --post-validate I get this error:
Attaching the svd as there were some modifications that I needed to make before I could even process it with svdtools
This is the command I needed to run to get the svd file to be processed by svdtools to begin with:
sed -e 's/read-writeonce/read-writeOnce/g' MSPM0G350X.svd
MSPM0G350X.svd.zip
The text was updated successfully, but these errors were encountered: