bitwise operators for gain caps

This commit is contained in:
Erik Frojdh
2022-02-02 18:35:44 +01:00
parent 6793f5e530
commit 6c662b1370
3 changed files with 22 additions and 4 deletions

View File

@ -13,8 +13,8 @@ import subprocess
from parse import remove_comments
allow_bitwise_op = ["M3_GainCaps"]
allow_bitwise_op = ["streamingInterface"]
allow_bitwise_op = ["streamingInterface", "M3_GainCaps"]
op_key = {"operator|": "|",
"operator&" : "&"}