aboutsummaryrefslogtreecommitdiff
path: root/design/stack_machine.v
AgeCommit message (Expand)Author
2020-12-31Add Wishbone datasheetsWojciech Kosior
2020-11-23add unsigned division remainder instructionWojciech Kosior
2020-10-10fix yosys synthesisWojciech Kosior
2020-10-06add some debugging facility inside the cpuWojciech Kosior
2020-10-06add relational operations to stack machineWojciech Kosior
2020-10-05fixes, add_sp instruciton and translation of br instruction from wasmWojciech Kosior
2020-10-05fixes, conditional if-not jump and translation of if-else instruction from wasmWojciech Kosior
2020-09-16add function calling (call, ret and drop instructions) with a testbench + bug...Wojciech Kosior
2020-09-14add ability to make non-aligned loads/stores and loads/stores of 1 or 2 bytes...Wojciech Kosior
2020-09-05add cond_jump instruction together with benchWojciech Kosior
2020-09-05add jump instruction together with benchWojciech Kosior
2020-09-05add mul instruction together with benchWojciech Kosior
2020-09-05add div instruction together with benchWojciech Kosior
2020-09-05add swap instruction together with benchWojciech Kosior
2020-09-05add sub instruction together with benchWojciech Kosior
2020-09-05add add instruction together with benchWojciech Kosior
2020-09-05add tee instruction together with benchWojciech Kosior
2020-09-05start another attempt for good stack machine designWojciech Kosior
2020-09-03rename stack_machine to stack_machine_old (prepare for redesign of the machine)Wojciech Kosior
2020-09-02add tee instructionWojciech Kosior
2020-09-01start anewWojciech Kosior