2019-05-03 |
Luke Kenneth... | add mul pipeline version of specialcases |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get test_fpadd_pipe.py working |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | document concurrentunit |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get outmux test working with nose3 |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get prioritymux test working with nose3 |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get inout mux test running on nose3 |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add missing submodules |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | reduce number of loops in nosetest for test_add |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | replace run_test with run_fpunit to avoid nosetest... |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | pass in count and num loops to unit test to make it... |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | fix imports in fpdiv |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get test_mul.py running |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get test_mul.py operational |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | break test_buf_pipe.py down into individual tests |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move test_fsm_experiment.py |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | relative imports |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add __init__.py to nmutil/test |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | tidy imports |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get test_fpadd_pipe.py working |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | get test_add working after reorg |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | more code-shuffle |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move fpbase.py |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move common unit test code |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add tools.py from nmigen (imports fixed) |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move fsqrt.py to own subdir |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | rename testbench to tbench, avoid nose3 issue |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move more unit tests |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add ignore on *.v and *.il |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | more code-shuffling into subdirs |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move test_buf_pipe.py unit test, shuffle nmutil |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move singlepipe, multipipe, nmoperator and pipeline... |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | reorganise imports |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move fpadd to top level |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move fpcommon to separate subdir |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add __init__.py to add dir |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add make install and make test |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | add setup.py |
commit | commitdiff | tree |
2019-05-02 |
Luke Kenneth... | move add to ieee754 directory |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | move normalise function, add lowbits param, call it |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | use a PrevControl and NextControl to make Queue look... |
commit | commitdiff | tree |
2019-04-30 |
Aleksandar... | Created the normalise function |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | use nmoperator instead of direct eq |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | add comment |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | minor code-shuffle on sqrt() fn |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | return remainder from sqrt() to see what it looks like |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | add missing data_i and data_o temporarily |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | morphing FPDIV into Stage API compliance |
commit | commitdiff | tree |
2019-04-30 |
Luke Kenneth... | make _connect_in/_connect_out data eq optional |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | whoops, use _spec on new_specs |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | update comments on FIFOControl |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | added links explaining Moore FSM / Mealy FSM |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | add comment on _spec |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | spelling correction |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | derive StageChain from StageHelper, use set_specs inste... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | move StageHelper class |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | store ospecfn and ispecfn in stagehelper |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | extra tests to find out rounding conditions |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | total shock! experimentation worked! |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | guessing / experimenting... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | hmmm... experimenting... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | add printout of binary version |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | sorting out... |
commit | commitdiff | tree |
2019-04-29 |
Aleksandar... | Tried to make final assignemnt of the sqrt |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | decode xbits (an integer) not x (an object) |
commit | commitdiff | tree |
2019-04-29 |
Aleksandar... | Created small test for decode_fp32 function |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | remove use of SyncFIFOBuffered, Queue is much better |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | add extra FIFOTest pipe to test 21, to see if sync... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | add assert on ControlBase.connect, stage should be... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | shuffle imports |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | redo module imports |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | assign function setup to one of specallocate/nospecallocate |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | remove unneeded imports, move RecordBasedStage and... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | remove unneeded imports from iocontrol |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | remove unneeded imports from stageapi |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | split stageapi into separate module, move ControlBase... |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | Stage API process fn now optional |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | add docstrings |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | chain cannot be empty |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | move StageHelper class |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | liked the StageHelper/Wrapper concept enough to keep it. |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | make Stage.process optional |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | split out data creation to new_data function |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | Revert "rework of ControlBase, split out into StageHandler" |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | Revert "move wrapping of stage into StageHandler" |
commit | commitdiff | tree |
2019-04-29 |
Luke Kenneth... | move wrapping of stage into StageHandler |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | rework of ControlBase, split out into StageHandler |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | call property data_r not data |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | return data (property) in fsm experiment |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | another eq import moved to nmoperator |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | use property decorator to process input data from stage |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add fast sqrt paper link |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | get the sqrt m/e, print out the original m/e side-by... |
commit | commitdiff | tree |
next |