summaryrefslogtreecommitdiff
path: root/bsps/sparc/erc32/py/option.py
blob: 681e9269e5e415fa39b90b6e6f57fa55028330ae (plain)
1
2
3
4
5
6
7
8
9
10
11
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
        """