2019-04-27 |
Aleksandar... | Removed left semicolons |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | FPADDBasePipe derives from ControlBase, must return... |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | disable Elaboratable for now |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | replace i_valid with valid_i |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | fix name bug in specallocate |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | replace o_ready with ready_o |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | add name-detector to ispec / ospec, call with extra... |
commit | commitdiff | tree |
2019-04-27 |
Aleksandar... | Nemoved the example number |
commit | commitdiff | tree |
2019-04-27 |
Aleksandar... | Created the sqrt function found on wikipedia page |
commit | commitdiff | tree |
2019-04-27 |
Aleksandar... | Very simple function for sqrt |
commit | commitdiff | tree |
2019-04-26 |
Luke Kenneth... | more cases of Elaboratable |
commit | commitdiff | tree |
2019-04-23 |
Luke Kenneth... | add more use of Elaboratables |
commit | commitdiff | tree |
2019-04-23 |
Luke Kenneth... | add more use of Elaboratables |
commit | commitdiff | tree |
2019-04-23 |
Luke Kenneth... | add new Elaboratable |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | experiment with Object class |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | create example Object class (annoyingly) |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | debugging RecordObject __setattr__ |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | remove unused unit test |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | use RecordObject in output mux pipe |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | use __iter__ for ports in multipipe |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | add ports function to RecordObject |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | add __iter__ to several classes, add global shape(... |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | convert FPOpData to __iter__ |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | hmmm, Array not working as submodule |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | convert ControlBase to iter |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | make PrevControl and NextControl iterable |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | convert FPGet2OpMod to use PrevControl (replace ack... |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | convert to use PrevControl and NextControl instead... |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | add prev/next ports and elaborate |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | add test_fsm_experiment.py - works great! |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | comment out print debug statements |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | improve ControlBase.ports enumeration of its o_data... |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | investigating Record flattening |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | generate il file before running simulation, test 7 |
commit | commitdiff | tree |
2019-04-20 |
Luke Kenneth... | use elaborate not get_fragment |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | rename flatten to cat |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | use iterator for 2-arg Visitor as well as single-arg |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | replace flatten with iterator |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | looking for replacements of the hard-coded control... |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | add in_multi and stage_ctl args to FIFOControl |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | clarify pipe mode comments |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | rename count to level to match SyncFIFO API |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | fix bug in setting up count |
commit | commitdiff | tree |
2019-04-17 |
Luke Kenneth... | give convenience names to Queue (FIFOInterface) signals |
commit | commitdiff | tree |
2019-04-16 |
Luke Kenneth... | try using Queue instead of SyncFIFO |
commit | commitdiff | tree |
2019-04-16 |
Luke Kenneth... | tidyup on Queue class |
commit | commitdiff | tree |
2019-04-16 |
Luke Kenneth... | reduce queue size down to 1 |
commit | commitdiff | tree |
2019-04-16 |
Luke Kenneth... | transform to meet nmigen FIFOInterface API |
commit | commitdiff | tree |
2019-04-16 |
Luke Kenneth... | add initial ChiselQueue.py |
commit | commitdiff | tree |
2019-04-13 |
Luke Kenneth... | add post-processing optional capability |
commit | commitdiff | tree |
2019-04-13 |
Luke Kenneth... | add c version from original paper |
commit | commitdiff | tree |
2019-04-13 |
Luke Kenneth... | add buffered and fwft modes to FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Aleksandar... | Create fsqrt.py file and put the verilog code in commen... |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | extend truth tables |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add truth table for PassThroughHandshake |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add 2-stage FIFO (add1) example |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add temporary buf_full to UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add comments to FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | rename some test functions, make better suitable for... |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add Test 24, add built-in process function into FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | move PassThroughStage out of FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | swap iospecfn and depth arguments in FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add test23, connect FIFO-with-RecordObj to adder |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | process nxt.o_data in connect_out, not prev data |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | use SimpleHandshake in RecordObject test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | remove eq function from RecordObject test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | add RecordObject-based 2-op add test |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | reorganise FIFOtest, call it FIFOControl |
commit | commitdiff | tree |
2019-04-12 |
Luke Kenneth... | pass in flatten/processing function into _connect_in/out |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add commented-out code back in |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | do flatten on output data |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | try bi-directional flatten |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | no need to use self.__dict__ |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | reorg of FIFOtest to allow for flattening of incoming... |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | move RecordObject to singlepipe.py for now |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add experimental RecordObject with __setattr__ override |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | add flatten function |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | code-shuffle to allow accumulation of results from... |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | turn visitor into a class |
commit | commitdiff | tree |
2019-04-11 |
Luke Kenneth... | begin morphing eq function into a visitor |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add FIFO chain-test |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | quick FIFOtest works! |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | spelling correction |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add experiment to see if using a SyncFIFO as a buffered... |
commit | commitdiff | tree |
2019-04-10 |
Luke Kenneth... | add the truth tables for SimpleHandshake and Unbuffered... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | update comment |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | rewrite BufferedHandshake logic conditions based on... |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | logic shuffle on BufferedHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | use SimpleHandshake instead of UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | output simulation to correctly-named file |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | move stage test of setup function to ControlBase |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | add more unit tests of PassThroughHandshake |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | make r_data of ospec type in UnbufferedPipe, and |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | clarify ascii-art |
commit | commitdiff | tree |
2019-04-08 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
next |