issues
search
ucb-bar
/
midas
FPGA-Accelerated Simulation Framework Automatically Transforming Arbitrary RTL
Other
97
stars
15
forks
source link
MIDAS 0.3.2 Release
#85
Closed
davidbiancolin
closed
6 years ago
davidbiancolin
commented
6 years ago
Paired with (firesim/firesim#108)
MIDAS 0.3.2 Release
General Notes:
Moving forward, MIDAS branches will mirror FireSim branches with firesim/{master, dev} pointing at midas/{master,dev}
MIDAS version updates will be released alongside FireSim releases
New Features:
Firrtl annotations will now propogate through the MIDAS compiler
This allows annotations generated in SimMapping, PlaformMapping or in the target's generator to be consumed by a single downstream pass.
Custom transformations can now be registered and run after the MIDAS transformations.
Added plusargs (+dump-start, +dump-cycles) to control VPD generation in MIDAS-level simulation (#83, #84)
Bug Fixes
Fixed an AXI4 reordering bug in the ML-simulation shims (#81)
Fixed a bug where the VPD file name would be truncated when dumping waves (#80)
Paired with (firesim/firesim#108)
MIDAS 0.3.2 Release
General Notes:
New Features:
Bug Fixes