summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* Assembler kind of works ; created simple assembly program that prints Tick! e...Alex AUVOLAT2014-01-082-19/+32
* Crap. Here it is.Alex AUVOLAT2014-01-081-0/+30
* Add assembler ; much testing to do.Alex AUVOLAT2014-01-081-1/+1
* Document ; add hlt instruction ; make monitor faster.Alex AUVOLAT2014-01-071-0/+6
* Document.Alex AUVOLAT2014-01-074-10/+7
* Make sw/sb run in one tick less, correct scheduler.Alex AUVOLAT2014-01-061-9/+9
* Document programs ; better time support in monitor.Alex AUVOLAT2014-01-041-1/+1
* Style corrections.Alex AUVOLAT2014-01-032-13/+13
* Corrected serial mmioAlex AUVOLAT2014-01-031-1/+1
* Nothing.Alex AUVOLAT2014-01-031-1/+1
* CPU all implemented except missing ALU operations.Alex AUVOLAT2014-01-033-33/+175
* Monitor now works correctly.Alex AUVOLAT2014-01-032-6/+9
* Added simulator monitor tool.Alex AUVOLAT2014-01-033-27/+91
* Implement lw/sw/lwr/swr ; optimize simplification pass order ; add comments i...Alex AUVOLAT2014-01-033-14/+46
* Implement jr/jalr/jer/jner/jltr/jler/jltru/jleru ; add simplification to sched.Alex AUVOLAT2014-01-022-16/+76
* CPU runs a simple program that increments A and loops (all other instructions...Alex AUVOLAT2014-01-021-16/+20
* Started CPU implementation.Alex AUVOLAT2014-01-026-71/+270
* Renamed example cpu fileAlex AUVOLAT2014-01-021-0/+0
* New netlist generation protocolAlex AUVOLAT2014-01-025-3497/+276
* Memorizing CPU : summs all the entriesAlex AUVOLAT2014-01-021-1/+8
* Ajout support pour les cycles.Alex AUVOLAT2014-01-023-630/+1910
* Premiers morceaux de CPU - enfin non, rien du tout...Alex AUVOLAT2013-12-197-0/+2325