diff options
Diffstat (limited to 'fpga/usrp3/tools/scripts/check_config.json')
-rw-r--r-- | fpga/usrp3/tools/scripts/check_config.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fpga/usrp3/tools/scripts/check_config.json b/fpga/usrp3/tools/scripts/check_config.json new file mode 100644 index 000000000..f15904043 --- /dev/null +++ b/fpga/usrp3/tools/scripts/check_config.json @@ -0,0 +1,16 @@ +{ + "warning": { + "ignore": [ + "BD 41-1661", + "Synth 8-2306", + "build-ip", + "Synth 8-350", + "Synth 8-3331" + ] + }, + "critical warning": { + "ignore": [ + "Synth 8-2490" + ] + } +} |