Releases: sparcians/map
Releases · sparcians/map
map_v2.0.19
What's Changed
- Add debugging support for DAG by @furuame in #536
- Add knob to turn off auto precedence for Events by @furuame in #537
- Add CLS option to control infinite loop timeout by @furuame in #538
- Changes to support Atlas registers by @colby-nyce in #539
- Fix arch-content and tree node extensions final config YAML bugs by @colby-nyce in #540
Full Changelog: map_v2.0.18...map_v2.0.19
map_v2.0.18
What's Changed
- Create registers from JSON definition by @colby-nyce in #524
- Cleaned Up Scripts to Generate Register Definition JSONs by @kathlenemagnus-mips in #525
- Update RV32_CSR.py to match Atlas by @colby-nyce in #529
- Remove CSR files from Sparta (will live only in Atlas) by @colby-nyce in #530
- Move the register JSON code to Atlas by @colby-nyce in #531
- sparta::Buffer Enhancements by @bdutro in #527
New Contributors
- @kathlenemagnus-mips made their first contribution in #525
Full Changelog: map_v2.0.17...map_v2.0.18
map_v2.0.17
What's Changed
- Provide a way to append arch-specific stats to report definitions by @colby-nyce in #508
- Re-rendered CI by @klingaard in #510
- Enable dynamic-sized RegisterBits by @furuame in #515
New Contributors
- @colby-nyce made their first contribution in #508
Full Changelog: map_v2.0.16...map_v2.0.17
map_v2.0.16
What's Changed
- Fix compilation errors with Clang v16+. Also includes fixes for compiling with -std=c++23. by @bdutro in #498
- Fix reporting bug where ContextCounters have their per-context counts printed twice by @bdutro in #497
- Fix NameError: name 'ScheduleLineElement' is not defined error in Argos by @bdutro in #500
Full Changelog: map_v2.0.15...map_v2.0.16
map_v2.0.15
What's Changed
- Added in ability to specify a content_width for ColumnViews by @bgrayson-mips in #495
- Fix errors when compiling Argos with the latest Cython by @bdutro in #494
New Contributors
- @bgrayson-mips made their first contribution in #495
Full Changelog: map_v2.0.14...map_v2.0.15
map_v2.0.14
What's Changed
- Remove unused member ev_producing_event_(SkeletonPipeline) by @lhtin in #474
- [fix]: add paused check before pthread_mutex_lock. by @littlewin-wang in #477
- Fix syntax error warning causing error on build for some compiler versions (older GCC versions) by @adrenaholicgeek in #483
- Bug fix for Master scoreboard mask update by @klingaard in #481
- Add an implementation of a true LRU cache replacement policy by @bdutro in #489
- Fix the script to make sure user is using conda-forge channel. by @adrenaholicgeek in #488
- Define custom copy/move constructors/operators for SharedData and GlobalEvent by @bdutro in #493
New Contributors
- @littlewin-wang made their first contribution in #477
- @adrenaholicgeek made their first contribution in #483
Full Changelog: map_v2.0.13...map_v2.0.14
map_v2.0.13
What's Changed
- Fix building step commands by @lhtin in #460
- Changes for Sparta @ C++23 by @acrucker in #467
- Scoreboard View Fix by @aarongchan in #468
New Contributors
- @lhtin made their first contribution in #460
- @acrucker made their first contribution in #467
- @aarongchan made their first contribution in #468
Full Changelog: map_v2.0.12...map_v2.0.13
map_v2.0.12
What's Changed
- Fix for issue #311: Make an StatisticInstance report reference by @klingaard in #456
Full Changelog: map_v2.0.11...map_v2.0.12
map_v2.0.11
What's Changed
- Added missing assert for FL size == 0; added test by @knute-sifive in #454
- Add method to know how many ports are bound by @furuame in #455
Full Changelog: map_v2.0.10...map_v2.0.11
map_v2.0.10
What's Changed
- Implement PriorityQueue by @klingaard in #451
Full Changelog: map_v2.0.9...map_v2.0.10