Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add unlimited checkbox to the tool-bar. | Pavel Pisa | 2019-02-18 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Report forward and stall for branches and add forward to execution phase. | Pavel Pisa | 2019-02-18 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Correct ADD operation to map to ALU variant with overflow checking. | Pavel Pisa | 2019-02-18 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Visualize request to stall and stall in execution phase and exception sources. | Pavel Pisa | 2019-02-18 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Stall the pipeline even for branch which requires memory read as argument. | Pavel Pisa | 2019-02-18 | |
| | | | | | | | | | | This type of the hazard doe not cause problems in the simulator because processing of memory stage is already finished at time when PC handling is started but it would cause problems in real hardware where PC handling is processed in parallel to memory load. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Update homepage to point to CVUT GitHub repository. | Pavel Pisa | 2019-02-18 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Do not update instruction in the decode stage when stalled. | Pavel Pisa | 2019-02-17 | |
| | | | | | | | Decode dt_d represents next input to execute stage not state of decode stage at this moment. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | docs: more clarification how to use compillers | Pavel Pisa | 2019-02-17 | |
| | ||||
* | docs: startup code for both PIC and non-PIC environments. | Pavel Pisa | 2019-02-17 | |
| | ||||
* | Ignore LWC1, LWD1, SWC1 and SDC1 instructions. | Pavel Pisa | 2019-02-17 | |
| | | | | | | This allows to use MUSL Lib C printf and scanf implementations. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Pass arithmetic exception trough pipeline and implement trap support and ↵ | Pavel Pisa | 2019-02-17 | |
| | | | | | | instructions. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Change RGB LEDs signals and slots to unsigned value. | Pavel Pisa | 2019-02-16 | |
| | | | | | | | Signed value caused in the conversion incorrect behavior for some corner cases. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Correct final loop label in documentation. | Pavel Pisa | 2019-02-16 | |
| | ||||
* | Enable copy from memory and program views. | Pavel Pisa | 2019-02-15 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | System calls stubs for brk and mmap2. | Pavel Pisa | 2019-02-15 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Multiply and accumulate and CLZ/CLO operations added. | Pavel Pisa | 2019-02-15 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implement EXT instruction used in GLIBC startup. | Pavel Pisa | 2019-02-15 | |
| | | | | | | It requires one more field to pass to ALU. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Core: move complex memory operation to own function and implement LWL, LWR, ↵ | Pavel Pisa | 2019-02-15 | |
| | | | | | | | | SWL, SWR. The move makes basic memory stage processing more readable. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Fill the rest of ALU opcode table to file all 64 entries. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | The conversion of address has to use toULong to allow access to the second ↵ | Pavel Pisa | 2019-02-14 | |
| | | | | | | part of address-space on 32-bit systems. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Correct program loader to open ELF file in binary mode on Windows. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Clarify KNOBS_8BIT register. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | README: correct code snippets formatting. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Position hit and miss counters to left to fit in the diagram box a little ↵ | Pavel Pisa | 2019-02-14 | |
| | | | | | | longer. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Correct typo. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Ignore PREF instruction. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Correct code snippets formatting. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Make dosc word in README to be link to documentation directory. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Document which executable formats QtMips accepts. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Typo corrected. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Add link to thesis and subject pages in README. | Pavel Pisa | 2019-02-14 | |
| | ||||
* | README.md updated | Pavel Pisa | 2019-02-14 | |
| | ||||
* | Implemented graphic representation and update of line and RGB LEDs. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implement write syscall and signal written characters to terminal. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implemented sys_set_thread_area and sys_writev syscalls. | Pavel Pisa | 2019-02-14 | |
| | | | | | | | The example Linux program compiled against musl library reaches main and displays printf output. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implement function to setup core C0 userlocal register. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implement MUL operation which stores result to the register. | Pavel Pisa | 2019-02-14 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Ensure that single step does not run chunk of instructions instead of one. | Pavel Pisa | 2019-02-13 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Initial attempt to as operating system syscall handler. | Pavel Pisa | 2019-02-13 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Use trick to force knobs to resend signals when machine is newly connected. | Pavel Pisa | 2019-02-13 | |
| | | | | | | The value is forced to change one step down and then up. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implemented three dials equivalent to MZ_APO RGB dials. | Pavel Pisa | 2019-02-13 | |
| | | | | | | | Tested with code compiled by Linux PIC based GCC compiler with calling musl-libc sprintf function. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Initialize SP to safe RAM area. | Pavel Pisa | 2019-02-13 | |
| | | | | | | | | | | Address under 0xc0000000 corresponds to typical Linux stack on 32-bit systems. If SP is initialized to 0x00000000 then it can overwrite programs tarting at RAM begin and overflow to top of physical address-space which is reserved for uncached peripherals. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Include simple serial port terminal and prepare empty peripheral dock. | Pavel Pisa | 2019-02-13 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Add simple about dialog and prepare menu entries for serial port and ↵ | Pavel Pisa | 2019-02-13 | |
| | | | | | | peripherals. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Add speed option to run core for time chunks without visualization. | Pavel Pisa | 2019-02-13 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | At least partial solution to depict forward paths to compare units/branches. | Pavel Pisa | 2019-02-12 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Add signals and multiplexers for ALU inputs forwarding. | Pavel Pisa | 2019-02-12 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Add ELF library even to the final executables linking to allow build with ↵ | Pavel Pisa | 2019-02-12 | |
| | | | | | | static machine lib. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Make memory and program listing editable. | Pavel Pisa | 2019-02-12 | |
| | | | | | | Instruction parsing is rough and does not support branch offset computation. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | |||
* | Implement LRU as simple priority queue with linear insert sort. | Pavel Pisa | 2019-02-12 | |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> |