-
Notifications
You must be signed in to change notification settings - Fork 1
FuncSimToDos
PavelKryukov edited this page Sep 30, 2015
·
1 revision
There are presented some notes on current status FuncSim
- Modify Makefile/VCPROJ to have Debug/Release builds
- Change all error reporting made with
cout < "Error";
assert(0);
to throwing STL exceptions.
-
Add support of several types of binary files to load (or just stubs for them) at least RAW and ELF (it's possible to use external library libelf for this).
-
Extend decoder support.
-
modify
Code::run()
method to receive the amount of instructions requested and return the amount of instructions really done. -
Separate the program to semantics library and scheduler.
- 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