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 |
2019-04-28 |
Luke Kenneth... | find MSB-pow-2 in different way |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | minor tidyup |
commit | commitdiff | tree |
2019-04-28 |
Aleksandar... | Created two nested for loops for testing |
commit | commitdiff | tree |
2019-04-28 |
Aleksandar... | Commented the right function |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add convenience routines |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add a few comments |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add some functions copied from unit_test_single for... |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add an __main__ test thing |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | little trick when it comes to if else and a return... |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | remove Q function thing |
commit | commitdiff | tree |
2019-04-28 |
Aleksandar... | Created the main function |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | add comments to iocontrol.py |
commit | commitdiff | tree |
2019-04-28 |
Luke Kenneth... | fixed sqrt bugs |
commit | commitdiff | tree |
2019-04-28 |
Aleksandar... | Adapted the C version of sqrt to python |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | add docstrings |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | pass name into multipipe |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update docstrings |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update docstrings |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update docstrings / comments |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update docstrings / comments |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | call nmoperator.cat/eq/shape instead of as global functions |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | add assertion on stage chain (must be non-zero length... |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | update ControlBase docstrings, throw assert if pipechai... |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | allow StageChain to accept empty list/tuple |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | split out IO control classes to separate module |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | move eq, shape and cat to nmoperator.py |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | LTStageDerived does not have to be derived from Elabora... |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | replace i_data with data_i and o_data with data_o |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | add submodules |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | call ControlBase.elaborate |
commit | commitdiff | tree |
2019-04-27 |
Luke Kenneth... | replace i_ready with ready_i and o_valid with valid_o |
commit | commitdiff | tree |
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 |
next |