The new release contains the following changes:
- Test Templates: support for global code sections, global labels and control transfers between global sections (*)
- New test template example for miniMIPS
external_labels.rb
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
What's new (*):
Global (or External) Code
External code is code defined outside blocks describing test cases. It can contain labels. These labels are visible from other external code sections and can be used to perform control transfers in a backward direction (to earlier generate code). See, the external_labels.rb
(miniMIPS) template for an example.
The new release contains the following changes:
- Test Templates: new rearranger strategy
sample
- Test Templates: improvements in the
prepare
function
- Test Templates: the
rand
function can be parameterized with a distribution
- Test Generator: new engine
trivial
(no presimulation)
- Bug fixes and general improvements
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- New option
--default-test-data
(-dtd
) that enables generation of default test data for instructions with no explicitly specified test situations
- External access to
mode
and op
arguments (nML)
- Bug fixes and general improvements
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- New command-line option
--time-statistics
(-ts
) for printing time statistics
- New command-line option
--no-simulation
(-ns
) for disabling simulation
- Bug fixes and general improvements
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- Bug fixes and general improvements (refactoring in nML translator and ISA model)
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- Registers used by streams are excluded from random selection
- Bug fixes and general improvements
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files