summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2020-04-21 14:50:53 -0400
committertgrogers <[email protected]>2020-04-21 14:50:53 -0400
commite9e9fcf5957530ecb927aecb5ea238e4b78a4f45 (patch)
tree4f461a6f417f76956748fafcfb89b664f54bf6a9
parent5168397c85fedab857b5ede85d1ab5708c243bb3 (diff)
some additional changes descriptions
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 31ae672..0c48a3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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