diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ - At least one I/O Port (P0) - Timer (with interrupts) - Serial UART (with interrupts) -- Cycle accurate emulation of program execution with synchronization of all the +- Cycle accurate emulation of program execution and synchronization with all peripherals. -- Can bind execution speed to real host machine time with speed multiplier (e.g. +- Locking execution speed to real host machine time with speed multiplier (e.g. 1 instruction per second, 1000 cycles per second). - Every peripheral produces event with information of it's state if it changes. CPU produces events on each step while in single step mode or when pause |