The new release contains the following changes:
- Refactoring: meta model is now a separate entity
- 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:
- Documentation on Ruby code of test templates included into distribution
- Possibility to override configuration options from test templates by using the
set_option_value
function
- Updated configuration options (see MicroTESK help)
- New configuration option
reserve-explicit
that specifies whether explicitly specified registers must be reserved
- New test template
random_sequence.rb
that combines sequences based on distributions
- Bug fixes and general improvements
The list of resolved issues can be found at the following link
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- New
NodeVariable
methods: newInteger
, newReal
, newString
, newBoolean
, newUnknown
, newBitVector
and newMap
- New
ExprUtils
method: isOperation
that takes multiple operation identifiers
The list of resolved issues can be found at the following link
The library can be downloaded from here: http://forge.ispras.ru/projects/solver-api/files
The new release contains the following changes:
- Improved functionality of the
prologue
and epilogue
constructs
- Bug fixes and general improvements
The list of resolved issues can be found at the following link
The MicroTESK distribution package can be downloaded from here: http://forge.ispras.ru/projects/microtesk/files
The new release contains the following changes:
- New documentation file on simulator's memory settings
- JRuby was updated to version 1.7.25
- 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:
- 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.