soc.git
2019-05-22 Luke Kenneth... use shifter opcode
2019-05-22 Luke Kenneth... ignore self-to-self read and write pending hazards
2019-05-22 Luke Kenneth... read-after-write self-referring hazard
2019-05-22 Luke Kenneth... allow loops to run instruction batches more than once
2019-05-22 Luke Kenneth... WaW needs to stall
2019-05-22 Luke Kenneth... wait for busy to go LOW before ending
2019-05-22 Luke Kenneth... experiment with different completion times
2019-05-22 Luke Kenneth... add in 2 more ALUs, now 4x4 scoreboard
2019-05-22 Luke Kenneth... add mul and shift to simulation
2019-05-22 Luke Kenneth... add extra regression test
2019-05-22 Luke Kenneth... add div and shift (as experiment)
2019-05-22 Luke Kenneth... have to stop forward progress if issue is set
2019-05-22 Luke Kenneth... random regression test shows an inter-dependency fail
2019-05-21 Luke Kenneth... working on all cycles, RaW / WaR
2019-05-21 Luke Kenneth... got working (sort-of) cscore6600
2019-05-21 Luke Kenneth... got working (sort-of) cscore6600
2019-05-21 Luke Kenneth... add read/write reg select vectors, in and out, similar...
2019-05-20 Luke Kenneth... use dep cell format
2019-05-20 Luke Kenneth... invert x/y in fu pending
2019-05-20 Luke Kenneth... nearly there with readable/writable on FU matrix
2019-05-20 Luke Kenneth... attempting to work out FU-FU matrix connections
2019-05-20 Luke Kenneth... include hazard line to swap rd/wr dependencies
2019-05-19 Luke Kenneth... non-overlapping instructions ok
2019-05-19 Luke Kenneth... sync ok on simple add
2019-05-19 Luke Kenneth... add reg clearing and read-request release
2019-05-19 Luke Kenneth... use register-based DepCell
2019-05-19 Luke Kenneth... creating separate dependency cell which can be used...
2019-05-19 Luke Kenneth... experiment switching over fwd and rsel in dependency...
2019-05-19 Luke Kenneth... add individual dependency cell (sync mode)
2019-05-19 Luke Kenneth... scoreboard 6600 experimentation
2019-05-18 Luke Kenneth... whoops bug where rsel lists were being re-initialised...
2019-05-18 Luke Kenneth... reduce length of vectors (per-row only single bit)
2019-05-18 Luke Kenneth... connect up vectors direct
2019-05-18 Luke Kenneth... connect dependency row outputs
2019-05-18 Luke Kenneth... compress dependency matrix outputs into a row
2019-05-18 Luke Kenneth... move dependency cells to row class
2019-05-18 Luke Kenneth... Revert "whoops use global vector correctly"
2019-05-18 Luke Kenneth... whoops use global vector correctly
2019-05-18 Luke Kenneth... whoops use global vector correctly
2019-05-18 Luke Kenneth... reduce syncs, get FU-FU and FU on same clock cycle
2019-05-18 Luke Kenneth... now using readable/writable from fu-fu matrix, seems...
2019-05-18 Luke Kenneth... use FU-FU matrix, seems to be working, still have to...
2019-05-18 Luke Kenneth... use FU-FU matrix, seems to be working, still have to...
2019-05-16 Luke Kenneth... reorg instr test issue
2019-05-16 Luke Kenneth... add back in rd-flag qualification into fn unit
2019-05-16 Luke Kenneth... bring in go_rd_i into 6600 scoreboard, on 1-clock delay
2019-05-16 Luke Kenneth... and in go_rd_i into group picker read
2019-05-16 Luke Kenneth... remove & rd_l.q, is now in group picker
2019-05-16 Luke Kenneth... add in go_rd
2019-05-16 Luke Kenneth... experiment lock out of registers in read vector
2019-05-16 Luke Kenneth... sync function unit src/dest
2019-05-16 Luke Kenneth... getting there with instruction overlapping
2019-05-15 Luke Kenneth... try random inputs
2019-05-15 Luke Kenneth... write-after-read hazard working
2019-05-15 Luke Kenneth... make global pending sync-delayed
2019-05-15 Luke Kenneth... make fn unit invert readable, however qualify with...
2019-05-15 Luke Kenneth... increase counter, experiment with longer completion...
2019-05-15 Luke Kenneth... very weird: invert readable vector, cscore works
2019-05-14 Luke Kenneth... experimenting with cscore, overlapping instructions
2019-05-14 Luke Kenneth... inverted global write pend vector, on creation of reada...
2019-05-14 Luke Kenneth... experimenting with score6600
2019-05-14 Luke Kenneth... experimenting with cscore
2019-05-14 Luke Kenneth... latch Function Unit registers based on "issue" signal
2019-05-13 Luke Kenneth... comb on intpick
2019-05-13 Luke Kenneth... score6600 working without FunctionUnit (using dep matrices)
2019-05-13 Luke Kenneth... sync on req_rel
2019-05-13 Luke Kenneth... return to latch on src for oper
2019-05-13 Luke Kenneth... rename intermediate signals to wr_wait/rd_wait
2019-05-13 Luke Kenneth... split out readable/writable setup
2019-05-13 Luke Kenneth... go_rd/go_wr not arrays any more
2019-05-13 Luke Kenneth... use operand latch, seems to work (6600 not cscore)
2019-05-13 Luke Kenneth... add fn-unit src/dest latch registers
2019-05-13 Luke Kenneth... make read/write-pending syncd
2019-05-13 Luke Kenneth... use signals instead of arrays
2019-05-13 Luke Kenneth... make insn_i a signal of length n_insns instead of Array
2019-05-12 Luke Kenneth... scoreboard 6600 semi-working (sync/comb issue)
2019-05-12 Luke Kenneth... remove unneeded imports
2019-05-12 Luke Kenneth... experimenting / debugging score6600
2019-05-12 Luke Kenneth... split function units (and read/write pending vectors...
2019-05-12 Luke Kenneth... split computation units to separate class
2019-05-12 Luke Kenneth... add debug prints
2019-05-11 Luke Kenneth... debugging score6600 matrix
2019-05-11 Luke Kenneth... debug score6600
2019-05-11 Luke Kenneth... dependence cell, src2 is combinatorial (latch is alread...
2019-05-11 Luke Kenneth... try removing some syncs
2019-05-11 Luke Kenneth... add in function units to score6600
2019-05-11 Luke Kenneth... link function units back in to score6600
2019-05-11 Luke Kenneth... use register latching in Computation Unit
2019-05-11 Luke Kenneth... whoops, readable/writable is inverted in fu picker...
2019-05-10 Luke Kenneth... dependency cells enable on q not qn
2019-05-10 Luke Kenneth... start connecting fu and reg dep matrices
2019-05-10 Luke Kenneth... add variant using original (ish) 6600 scoreboard
2019-05-10 Luke Kenneth... split out register decode from issue unit
2019-05-10 Luke Kenneth... derive from Elaboratable
2019-05-10 Luke Kenneth... remove unneeded imports
2019-05-10 Luke Kenneth... move code around to get set associative cache working
2019-05-10 Luke Kenneth... update cam test
2019-05-10 Luke Kenneth... update pte test
2019-05-10 Luke Kenneth... update perm validator test
2019-05-10 Luke Kenneth... remove unneeded unit test
next