aboutsummaryrefslogtreecommitdiff
path: root/tools/tf_fuzz/demo/33
blob: 5cfa287e3bb1bd0b78e1084f9a81a90dfa8733d9 (plain)
1
2
3
4
5
6
purpose to set SST creation flags;
set sst name hasCF data "this asset has write-once" flag write_once;
set sst name hasCF2 data "this asset has also write-once" flag wo;
set sst name alsoHasCF data "this asset has no flags" flag none expect pass;
set sst name alsoHasCF2 data "this asset has NO_CONFIDENTIALITY" flag ncf;
set sst name yetAnother data "this asset has NO_REPLAY_PROTECTION" flag nrp;