soc.git
2019-06-10 Luke Kenneth... properly set the number of integer ALUs (2 at the moment)
2019-06-10 Luke Kenneth... set number of ALUs to 2
2019-06-10 Luke Kenneth... test LD/ST issue
2019-06-10 Luke Kenneth... add in ld/st operand pseudo-opcode
2019-06-10 Luke Kenneth... add in a TestMemory class
2019-06-10 Luke Kenneth... added in the LD/ST Comp Unit (not connected up yet...
2019-06-10 Luke Kenneth... move MemFunctionUnits to separate module
2019-06-10 Luke Kenneth... move FUMemMatchMatrix to mdm module
2019-06-09 Luke Kenneth... link address matching inputs to outside MemMatrix,...
2019-06-09 Luke Kenneth... bring in cancel array into FURegDepMatrix
2019-06-09 Luke Kenneth... make partialaddrmatch a matrix
2019-06-08 Luke Kenneth... rename variables
2019-06-08 Luke Kenneth... add 2nd test for mem dependency, use FU-Regs and FU...
2019-06-08 Luke Kenneth... convert Reg_Rsv and rest of FU_Reg Matrix to variable...
2019-06-08 Luke Kenneth... use loop around src nums in FU Reg Matrix
2019-06-08 Luke Kenneth... convert FU_RW_Pend accumulator to src-vector
2019-06-08 Luke Kenneth... remove unneeded signals
2019-06-08 Luke Kenneth... start propagating arrays of src regs up through depende...
2019-06-08 Luke Kenneth... whitespace
2019-06-08 Luke Kenneth... whoops use reduce(or_) not bool to merge bitwise src...
2019-06-08 Luke Kenneth... use new array-based dep cell in dep matrix
2019-06-08 Luke Kenneth... dependence cell to use arrays
2019-06-08 Luke Kenneth... reordering connections on mem-dep matrices
2019-06-08 Luke Kenneth... experiment connecting ld/st matrix to fu/mem one
2019-06-08 Luke Kenneth... add fu-mem versions of fu-fu matrix and picker vec
2019-06-08 Luke Kenneth... rename rsel vectors in mem dep cell
2019-06-08 Luke Kenneth... add fu-mem dependency cell based on fu_dep_cell.py
2019-06-07 Luke Kenneth... rename v_rd_rsel_o in dependence cell as well
2019-06-07 Luke Kenneth... rename fu-regs rd/wr sel vector
2019-06-07 Luke Kenneth... extend ld/st mem test
2019-06-07 Luke Kenneth... start preliminary test of load/store dependency matrices
2019-06-07 Luke Kenneth... continue miss_handler.py conversion
2019-06-06 Luke Kenneth... add first conversion of ariane miss handler, WIP
2019-06-05 Luke Kenneth... rename load_i and stor_i to ld_pend_i / st_pend_i,...
2019-06-05 Luke Kenneth... add mirror copy of FU_Regs Dep Matrix, names changed...
2019-06-05 Luke Kenneth... add addrgen comment
2019-06-03 Luke Kenneth... add docstring for address match comparator
2019-06-03 Luke Kenneth... add to docstring
2019-06-03 Luke Kenneth... connect up LD/ST matrix properly
2019-06-03 Luke Kenneth... add ldst_matrix.py back in, needs some work though
2019-06-03 Luke Kenneth... whoops connect vector by y not x in FUFU matrix
2019-06-03 Luke Kenneth... allow branch immediate
2019-06-03 Luke Kenneth... reasonably sure that the pipelined ALU will work...
2019-06-02 Luke Kenneth... try random instructions test with immediates, works ok
2019-06-02 Luke Kenneth... add immediate to ALU instructions
2019-06-02 Luke Kenneth... add immediate arg to instr
2019-06-02 Luke Kenneth... remove unneeded code
2019-06-02 Luke Kenneth... add operand-is-immediate to sim and instructions
2019-06-02 Luke Kenneth... add op is immediate to instruction q
2019-06-02 Luke Kenneth... start adding in immediates into CompUnit ALU
2019-06-02 Luke Kenneth... remove unneeded code
2019-06-02 Luke Kenneth... whoops forgot to make CU decisions based on latched...
2019-06-02 Luke Kenneth... whoops search/replace error
2019-06-02 Luke Kenneth... add MemSim, remove redundant signal
2019-06-02 Luke Kenneth... LDSTDepCell can act as a matrix
2019-06-01 Luke Kenneth... shorten by adding temp comb = m.d.comb
2019-06-01 Luke Kenneth... addr release only on op_ldst
2019-06-01 Luke Kenneth... debug comp_ldst
2019-06-01 Luke Kenneth... make use of busy_o clearer
2019-06-01 Luke Kenneth... add LDST Computation Unit (in progress)
2019-06-01 Luke Kenneth... multi-bit LD?ST and add go_die
2019-05-31 Luke Kenneth... issue from q is combinatorial so do not need set to...
2019-05-31 Luke Kenneth... use instruction issue queue to get instructions into...
2019-05-31 Luke Kenneth... got instruction queue working
2019-05-30 Luke Kenneth... leave off number being subtracted from "ready_o" calcul...
2019-05-30 Luke Kenneth... add instruction queue test
2019-05-30 Luke Kenneth... do instruction q as array of (flat) Signals, add in...
2019-05-30 Luke Kenneth... flatten instruction queue using a shift register
2019-05-29 Luke Kenneth... remove unneeded imports
2019-05-29 Luke Kenneth... remove Shadow class, replace with ShadowFn, use multi...
2019-05-29 Luke Kenneth... return to SRLatches for DependencyRow, simplifies ...
2019-05-29 Luke Kenneth... remove FU Dep Cell, go back to SRLatch direct
2019-05-29 Luke Kenneth... wire up FU-FU matrix using inverted row/col
2019-05-29 Luke Kenneth... make FU-FU DepCell a row
2019-05-29 Luke Kenneth... do dependency row as multi-bit SRLatch
2019-05-29 Luke Kenneth... add start of instruction queue
2019-05-29 Luke Kenneth... wait for individual batch-units rather than the global...
2019-05-29 Luke Kenneth... whoops wrong mask for branch instruction decode
2019-05-29 Luke Kenneth... get issue logic working for issue unit array
2019-05-29 Luke Kenneth... latch opcode on instruction issue
2019-05-29 Luke Kenneth... use opcode-base issue units, parallel units
2019-05-29 Luke Kenneth... add docstring
2019-05-29 Luke Kenneth... group computation units together
2019-05-27 Luke Kenneth... remove waw stall from issue unit
2019-05-27 Luke Kenneth... add an IssueUnitGroup which has a priority picker
2019-05-27 Luke Kenneth... stop on shadow for the moment
2019-05-26 Luke Kenneth... have to bring in a reset signal into the shadow units...
2019-05-25 Luke Kenneth... separate out go_die from go_rd/go_wr to stop reg read...
2019-05-25 Luke Kenneth... get fake branch delay time working
2019-05-25 Luke Kenneth... whoops, operation supposed to be tested, not counter
2019-05-25 Luke Kenneth... branch success/fail nearly there
2019-05-25 Luke Kenneth... experimenting with branch shadowing
2019-05-25 Luke Kenneth... add branch speculation using shadows
2019-05-24 Luke Kenneth... use internal latch qlq value instead of creating a...
2019-05-24 Luke Kenneth... remove dummy values for branch setup
2019-05-24 Luke Kenneth... replace m.d.comb += with comb += etc. increases readability
2019-05-24 Luke Kenneth... remove unneeded import
2019-05-24 Luke Kenneth... use create_random_ops function
2019-05-24 Luke Kenneth... add in branch speculation recorder, link to branch
2019-05-24 Luke Kenneth... add branch speculation record
next