NOTICE 1.2 KB

1234567891011121314151617181920212223242526
  1. Sniper Simulator
  2. Copyright 2009-2014 Universiteit Gent and Contributors
  3. Portions of this software are based on the Graphite Multicore Simulator
  4. developed at the Massachusetts Institute of Technology. The original
  5. software is available from
  6. https://github.com/mit-carbon/Graphite/
  7. Portions of this software are based on the Cheetah cache simulator.
  8. These portions are based on the Cheetah license found in the LICENSE
  9. file. The code was originally obtained from:
  10. http://www.cs.cmu.edu/afs/cs/academic/class/15740-f03/public/simplescalar/ss3/libcheetah/
  11. Files based on the Cheetah cache simulation model include:
  12. common/core/memory_subsystem/cheetah/saclru.h
  13. common/core/memory_subsystem/cheetah/saclru.cc
  14. common/core/memory_subsystem/cheetah/util.h
  15. common/core/memory_subsystem/cheetah/util.cc
  16. The interval core simulation model is licensed under an academic-use only
  17. license, see the file LICENSE.interval in this directory.
  18. All files in the following directories are covered under this license
  19. common/performance_model/performance_models/interval_performance_model/
  20. common/performance_model/performance_models/rob_performance_model/
  21. All other files are covered under the MIT license, see the file LICENSE.