-
Notifications
You must be signed in to change notification settings - Fork 1
CommitProcess
PavelKryukov edited this page Sep 30, 2015
·
1 revision
In order to maintain the quality of our project's code, prevent from regressions and keep it documented we use the following sequence of actions that precedes every commit to the main trunk.
-
Test your changed version with unit tests.
-
Create a branch with the proposed change.
-
Request a review of new branch's changed.
-
After an approval was given, merge the branch with the main trunk.
-
If new functionality was added, document it in wiki and/or report to the team at class hours.
- 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