-
Notifications
You must be signed in to change notification settings - Fork 1
UnitTests
PavelKryukov edited this page Sep 30, 2015
·
1 revision
These tests are used to check the isolated simple and small logical units a program is made of. In the case of C++ program they are classes. Thus our unit tests work with classes.
funcsim/test.cpp is a special simple program that is used to assure that every C++ class implemented is comforming to a defined set of micro-tests.
After funcsim build there is a test binary located in bin dir. Run it. If all units are all right, no output is given. In the other case certain errors are printed.
TODO Fill me
- About us
- HOWTO
- Design
- Instruction set architecture (ISA)
- Functional simulation
-
Performance simulation
- Infrastructure
- Module Structure
- Clocking
- Ports
- Logs
- Stats
- Configuration
- Hardware features
- Infrastructure
- Implementation
- Coding style
- Functional simulation
- Performance simulation
- Infrastructure
- Module structure
- Clocking
- Ports
- Logs
- Stats
- Configuration
- Hardware features
- Infrastructure
- Quality assurance
- Simmy Specification
- FAQ
- BKM