2019-05-15 |
Luke Kenneth... | very weird: invert readable vector, cscore works |
commit | commitdiff | tree |
2019-05-14 |
Luke Kenneth... | experimenting with cscore, overlapping instructions |
commit | commitdiff | tree |
2019-05-14 |
Luke Kenneth... | inverted global write pend vector, on creation of reada... |
commit | commitdiff | tree |
2019-05-14 |
Luke Kenneth... | experimenting with score6600 |
commit | commitdiff | tree |
2019-05-14 |
Luke Kenneth... | experimenting with cscore |
commit | commitdiff | tree |
2019-05-14 |
Luke Kenneth... | latch Function Unit registers based on "issue" signal |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | comb on intpick |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | score6600 working without FunctionUnit (using dep matrices) |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | sync on req_rel |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | return to latch on src for oper |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | rename intermediate signals to wr_wait/rd_wait |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | split out readable/writable setup |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | go_rd/go_wr not arrays any more |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | use operand latch, seems to work (6600 not cscore) |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | add fn-unit src/dest latch registers |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | make read/write-pending syncd |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | use signals instead of arrays |
commit | commitdiff | tree |
2019-05-13 |
Luke Kenneth... | make insn_i a signal of length n_insns instead of Array |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | scoreboard 6600 semi-working (sync/comb issue) |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | experimenting / debugging score6600 |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | split function units (and read/write pending vectors... |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | split computation units to separate class |
commit | commitdiff | tree |
2019-05-12 |
Luke Kenneth... | add debug prints |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | debugging score6600 matrix |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | debug score6600 |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | dependence cell, src2 is combinatorial (latch is alread... |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | try removing some syncs |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | add in function units to score6600 |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | link function units back in to score6600 |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | use register latching in Computation Unit |
commit | commitdiff | tree |
2019-05-11 |
Luke Kenneth... | whoops, readable/writable is inverted in fu picker... |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | dependency cells enable on q not qn |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | start connecting fu and reg dep matrices |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | add variant using original (ish) 6600 scoreboard |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | split out register decode from issue unit |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | derive from Elaboratable |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | move code around to get set associative cache working |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | update cam test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | update pte test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | update perm validator test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | remove unneeded unit test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | fix imports in LFSR test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | update camentry unit test |
commit | commitdiff | tree |
2019-05-10 |
Luke Kenneth... | add src1/2 pending outputs |
commit | commitdiff | tree |
2019-05-09 |
Luke Kenneth... | get scoreboard reasonably working |
commit | commitdiff | tree |
2019-05-09 |
Luke Kenneth... | decode wrong way round on issue unit |
commit | commitdiff | tree |
2019-05-09 |
Luke Kenneth... | reduce ANDing chain (using NOR) in group picker |
commit | commitdiff | tree |
2019-05-09 |
Luke Kenneth... | fix logic-bug in group picker |
commit | commitdiff | tree |
2019-05-09 |
Luke Kenneth... | add python simulation of alu |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | move sync from intpick to fn unit readable |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | make readable_i sync, stops infinite loop |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | SRLatch not used in issue_unit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add some more experimental instructions |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add some more experimental instructions |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | disable writethru for now |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | disable fpissue |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | make SR Latch async again, make busy signal sync into... |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | rename variable wid -> dep |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | make write latch sync in Function Unit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add decode out of src1 and src2 pending from FnUnit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add regfile array test |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | begin debugging, temporary sync on issueunit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | start on unit test |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | connect up ALUs |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | whoops connect enable / data correct way round in regfi... |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add computational unit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add register file connection |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add ORing of port inputs together |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | connect to integer global pending vectors |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add intpick connections |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | rename rel_req to req_rel |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | replace go_read/go_write with go_rd/go_wr |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | connect issue unit to function units |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | start wiring up issue unit |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add int fu-reg dep matrix |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | add names to read/write ports, add priority picker... |
commit | commitdiff | tree |
2019-05-08 |
Luke Kenneth... | begin connecting units together |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add nmigen alu_hier to experiment |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add a variant of a regfile that has individual read... |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add regfile.py |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | update layout of test_helper.py |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | simplify gitignore |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add extra ignore files |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add IEEE754 FPU dependency |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | update setup.py (cookie-cut from ieee754fpu) |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | convert test_address_encoder.py to nosetest3 compatibility |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add __init__.py to scoreboard directory |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add Makefile, setup.py, blank README and NEWS |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | reorg TLB src |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | move main python code to src directory |
commit | commitdiff | tree |
2019-05-07 |
Luke Kenneth... | add scoreboard source (moving from ieee754fpu repo) |
commit | commitdiff | tree |
2019-05-04 |
Daniel Benusovich | Add test setup. It compiles |
commit | commitdiff | tree |
2019-05-04 |
Daniel Benusovich | Add default platform |
commit | commitdiff | tree |
2019-05-04 |
Daniel Benusovich | Add plru test. Needs work. |
commit | commitdiff | tree |
2019-05-04 |
Daniel Benusovich | Move files into correct folders within ariane |
commit | commitdiff | tree |
2019-04-26 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-04-26 |
rishucoding | added comments in AddressEncoder.py |
commit | commitdiff | tree |
2019-04-23 |
Luke Kenneth... | add some use of new "Elaboratable" |
commit | commitdiff | tree |
next |