2019-04-06 |
Luke Kenneth... | trying to track down annoying data ready / chain bug |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add link to bug #57 |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add comments to help experimentation |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | rename stall test to ready |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | record that test 999 is a bug |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add 2nd unbuffered pipeline class |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add twin buf-unbuf pipe chain |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | add unbuffered delay-pipe unit test |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | rename p_o_ready to d_ready |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | d_valid need not be created if stage_ctl is set |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | use simpler logic for s_o_ready and d_valid |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | i_valid simply needs override to include "data valid" |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | remove n stage_ctl |
commit | commitdiff | tree |
2019-04-06 |
Luke Kenneth... | replace n_o_valid with d_valid |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | add experiment override of i_ready test |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | tidy up i_valid_logic |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | hooray, p_o_ready works |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | tracking down sync failure when stage not dynamically... |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | try single pipe for now, not chain |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | experimenting: something odd with dynamic ready/valid... |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | call ControlBase elaborate from UnbufferedPipeline |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | beginnings of dynamic ready/valid stage ctl |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | move o_valid and o_ready (underscore them) and replace... |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | add example stage data signalling properties |
commit | commitdiff | tree |
2019-04-05 |
Aleksandar... | Merge branch 'master' of ssh://libre-riscv.org:922... |
commit | commitdiff | tree |
2019-04-05 |
Aleksandar... | Fixed the error when runing unit test |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | add stage_ctl argument to PrevControl / NextControl... |
commit | commitdiff | tree |
2019-04-05 |
Aleksandar... | Fixed indentation issiues with fmul.py |
commit | commitdiff | tree |
2019-04-05 |
Luke Kenneth... | add example ready for adding delay (data_ready) to... |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | add debug output |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | add create2 functions, for use later |
commit | commitdiff | tree |
2019-04-04 |
Aleksandar... | Add m.d.sync return to get_a and get_b cases |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | convert fdiv to set op based on get_op return results |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | use ObjectProxy in get_op |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | add syncmode, selects sync/comb on ObjectProxy assignment |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | FINALLY, got ObjectProxy in pipeline auto-stage working |
commit | commitdiff | tree |
2019-04-04 |
Luke Kenneth... | add dictionary-support to pipeline eq function |
commit | commitdiff | tree |
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 |
next |