Actions
Development Milestones » History » Revision 3
« Previous |
Revision 3/9
(diff)
| Next »
Alexander Kamkin, 04/02/2014 09:14 AM
Development Milestones¶
Version 2 (deadline: 31/08/2014)¶
MicroTESK v2 should fully support instruction set specifications and random/combinatorial template-based test program generation. This is the minimal functionality that makes the MicroTESK tool useful.
Version 2.0 (deadline: 30/04/2014)¶
Keywords: test situations, exceptions, initialization code, branching instructions
- Test Situations
- Manual description of test situations in Java and XML should be supported
- Test situations should be accessible from test templates (corresponding solvers should be invoked, and generated data should be substituted into the test program)
- Each instruction should have a top-level test situation (by default, the top-level situation is
Random
) - There should be a configuration file assigning top-level test situations to instructions (
Random
,Zero
, etc.)
- Initialization Code
- Manual specification of initialization code (for each access mode) should be supported
- Automated extraction of initialization code (for each access mode) should be implemented
- Exceptions
- Mechanism for specifying exceptions should be clarified (probably, a predefined function, like
RaiseException
, should be introduced) - Means for describing exception handling logic should be added
- Mechanism for specifying exceptions should be clarified (probably, a predefined function, like
- Branch Instructions
- Facilities for defining/using labels in test templates should be revisited
- Combinatorial test program generation based on test templates with branch instructions should be implemented
- Documentation
- All new facilities should be documented
Version 2.1 (deadline: 31/05/2014)¶
Keywords: VLIW, aliases, self-checking test programs
- Specification
- Auxiliary nML constructs, like
alias
, should be enabled - Mechanisms for calling operations in operations should be implemented
- Means for specifying VLIW architectures (e.g., Elbrus) should be added
- Auxiliary nML constructs, like
- Testing
- Mechanisms for calling test templates in test templates should be implemented
- Generation of self-checking test programs should be supported
- Means for writting test templates for VLIW architectures should be added
- Example
- A fragment of the Elbrus architecture should specified
- Some test templates for the Elbrus architecture should be written
- Documentation
- All new facilities should be documented
Version 2.2 (deadline: 30/06/2014)¶
- поддержка композиции тестовых ситуаций
- дизъюнктивная композиция (случайный выбор на основе весов)
- конъюнктивная композиция (с возможностью указания "жестких" и "мягких" ограничений)
- поддержка декомпозиции тестовых ситуаций (представление тестовой ситуации в форме дизъюнктивной композиции уточняющих ситуаций - импликантов)
- например, путем построения BDD:
rule(situation)
- или с помощью других методов генерации тестов для реализаций логических функций
- набор правил декомпозиции должен быть расширяемым
- например, путем построения BDD:
- поддержка извлечения тестовых ситуаций из кода
- тестовая ситуация верхнего уровня (для отдельной инструкции) строится как дизъюнктивная композиция извлеченных ситуаций
- если в шаблоне для некоторой инструкции не указана тестовая ситуация, по умолчанию используется ситуация верхнего уровня
- поддержка итерации тестовых ситуаций
- систематический перебор тестовых ситуаций:
iterate(situation)
илиiterate(rule(situation))
- систематический перебор тестовых ситуаций:
Version 2.3 (deadline: 31/07/2014)¶
- вынесение функций работы с тестовым знанием в проект TestBase
- создание среды разработки MicroTESK (модуль для Eclipse)
- разработка формата трассы выполнения тестовой программы
Promotion.
miniMIPS
opencores
Version 3¶
Version 3.0¶
- поддержка микроархитектурных спецификаций
- спецификация устройства управления памятью
- спецификация конвейера микропроцессора
- рефакторинг внутреннего представления
- унификация с проектом Retrascope
Version 3.1¶
- поддержка многоядерных микропроцессоров
Version 3.2¶
- интеграция с Promela-спецификациями протоколов когерентности
Updated by Alexander Kamkin over 10 years ago · 9 revisions