Jakob Stoklund Olesen
|
9da6847805
|
Python 3 compat.
Try to keep our Python sources compatible with both Python 2.7 and 3.
Check with 'pylint --py3k' and 'python -3'.
|
2016-08-23 16:35:58 -07:00 |
|
Jakob Stoklund Olesen
|
56cb249e13
|
Add support for enumerated settings.
The EnumSetting objects can take one of 256 named values.
|
2016-08-09 15:13:43 -07:00 |
|
Jakob Stoklund Olesen
|
1925c1b2c2
|
Scaffolding for defining settings.
Settings can be defined globally or per-ISA. They are available to code through
a generated Settings struct with accessor methods per setting.
|
2016-08-05 15:50:57 -07:00 |
|