summaryrefslogtreecommitdiff
path: root/bsps/sparc/erc32/py/option.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/erc32/py/option.py')
-rw-r--r--bsps/sparc/erc32/py/option.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsps/sparc/erc32/py/option.py b/bsps/sparc/erc32/py/option.py
new file mode 100644
index 0000000000..681e9269e5
--- /dev/null
+++ b/bsps/sparc/erc32/py/option.py
@@ -0,0 +1,12 @@
+# Add your options here.
+
+
+class ENABLE_SIS_QUIRKS(Boolean):
+ value = False
+ tag = ["general"]
+ undef = True
+ descr = """
+If defined, then the sis simulator specific code in the bsp will be enabled.
+In particular, sis requires special initialization not used on real erc32
+ """
+