diff options
| author | Tor Aamodt <[email protected]> | 2020-05-21 08:57:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-21 08:57:11 -0700 |
| commit | 76217d80d9aa33126b4254f5e899f882bbc6f2fd (patch) | |
| tree | 4f461a6f417f76956748fafcfb89b664f54bf6a9 /CHANGES | |
| parent | e7fbfaa347c0acf8a6702c1e684a8e2ad8d3f733 (diff) | |
| parent | e9e9fcf5957530ecb927aecb5ea238e4b78a4f45 (diff) | |
Merge pull request #178 from purdue-aalp/dev
Merging with the last few months of work at Purdue
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ Version 4.0.0 (development branch) versus 3.2.3 Adding the Pascal and Volta config files that has been correlated against real hardware. See the correlation website here: https://engineering.purdue.edu/tgrogers/group/correlator.html +-General: +1 - Applied a code formatting standard +2 - Minimized number of global variables (to make the simulator parallelizable across multiple threads or multiple processes). +All previous, independent global variables are now members of an object at some level. Version 3.2.3+edits (development branch) versus 3.2.3 - Support for running regression tests using Travis |
