2019-04-03 |
Luke Kenneth... | use local temporary for variables |
commit | commitdiff | tree |
2019-04-03 |
Luke Kenneth... | use local variable in second stage pipeline test |
commit | commitdiff | tree |
2019-04-03 |
Luke Kenneth... | semi-working, top-level signals okay, ObjectProxy not... |
commit | commitdiff | tree |
2019-04-02 |
Luke Kenneth... | continuing to experiment with pipeline, outputs still... |
commit | commitdiff | tree |
2019-04-02 |
Luke Kenneth... | pipeline ObjectProxy objects now stored in module,... |
commit | commitdiff | tree |
2019-04-01 |
Luke Kenneth... | more experimentation on pipeline ObjectProxy |
commit | commitdiff | tree |
2019-04-01 |
Luke Kenneth... | start on ObjectProxy example |
commit | commitdiff | tree |
2019-03-31 |
Luke Kenneth... | found bug in auto-stage, must return "like" from auto... |
commit | commitdiff | tree |
2019-03-31 |
Luke Kenneth... | bug where combinatorial assignments from stage are... |
commit | commitdiff | tree |
2019-03-30 |
Luke Kenneth... | use stage names instead of numbers in the pipeline |
commit | commitdiff | tree |
2019-03-30 |
Luke Kenneth... | use and return module instead of m.d in pipeline intros... |
commit | commitdiff | tree |
2019-03-30 |
Luke Kenneth... | add pipeline context / stage management |
commit | commitdiff | tree |
2019-03-30 |
Luke Kenneth... | split out concurrentunit ReservationStations to separat... |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | whoops wrong temporary created |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | create FPDecode module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | always pass decoded a/b through |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | combine specialcases if/elif tests into single temporaries |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | add generate to nmigen_add_experiment.py again |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | create e_match temporary |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | use correct function in unit test |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | get old fpadd back |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | imports: get div and mul working |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | start removing unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | start removing unneeded imports |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out pipeline and statemachine to separate modules |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out addstages to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out add1 to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out add stage 0 to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out add align into separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out add specialcases to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out putz to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out normtopack to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out pack to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out corrections to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out rounding to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | remove accidentally-included code |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | move FPID to fpbase |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out normalisation to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out prenormalisation to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | split out denorm to separate module |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | start splitting out common code from nmigen_add_experim... |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | create separate pipeline examples |
commit | commitdiff | tree |
2019-03-29 |
Luke Kenneth... | new ObjectProxy class for use in pipelines |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use Signal.like instead of value_bits_sign |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use singlepipe.eq function |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add test, temporary comb variable to stage2 |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | make FPGet2Ops conform to Stage API, use in compact... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use StageChain in FPADDBaseMod compact mode |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | missed out assignment in new specallocate=True StageCha... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add new mode to StageChain which uses python output... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use StageChain for SCDeNorm |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | solve sync/comb issue with using state-machine or pipel... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | solve sync/comb issue with using state-machine or pipel... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | solve sync/comb for stage/state |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add comments as a reminder to make code use sync for... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | multi-out temporary, simplify graphs |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | try tidyup on multi-in ready/valid logic |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | create temporary, simplifies graph |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | cleanup |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | move inputgroup to separate module |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | remove redundant code |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add comments |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | remove unneeded ports functions |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use PassThroughStage |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | create base multi-in ports function |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | move flexible ports fn to MultiOutControlBase |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | use PassThroughStage instead of making one |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | cleanup: remove redundant classes/code |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | reorg, move similar classes to multipipe |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | move PriorityCombMuxInPipe to multipipe |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | woo! got FPADD pipeline to work |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | create actual FPADD Pipeline from stages |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | move decode from FPNumOp to SpecialCases |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | move classes to before use |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add process function to FPGet2OpMod |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | modify FPPackData to just a signal and mid |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | remove FPADDStageIn, use FPADDBaseData |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | complicated. change ControlBase.connect API to return... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | remove print debug statements |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add unit test for multi-in multi-out FPADDBasePipe |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | rename pipes |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add start of FPADD Fan-in / Fan-out pipeline |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | whoops connect 2nd pipe to outpipe |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | add sub-calling of ports on o_data/i_data in ControlBas... |
commit | commitdiff | tree |
2019-03-28 |
Luke Kenneth... | make FPADDBasePipe derive from ControlBase |
commit | commitdiff | tree |
next |