reorganise imports
[ieee754fpu.git] / src /
2019-04-08 Luke Kenneth Casso... big cleanup on self.m = m = xxxx
2019-04-08 Luke Kenneth Casso... remove __init__ from all of the types of ControlBase...
2019-04-08 Luke Kenneth Casso... add PassThroughHandshake class and unit test
2019-04-08 Luke Kenneth Casso... small code-shuffle on eq()
2019-04-08 Luke Kenneth Casso... simplify StageChain.specallocate_setup
2019-04-08 Luke Kenneth Casso... split out allocate and specallocate from StageChain...
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline to BufferedHandshake
2019-04-08 Luke Kenneth Casso... forgot to rename i_valid_logic() to i_valid_test in...
2019-04-08 Luke Kenneth Casso... remove outdated comments
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline2 to SimpleHandshake
2019-04-08 Luke Kenneth Casso... simplify UnbufferedPipeline2
2019-04-08 Luke Kenneth Casso... use Mux in UnbufferedPipeline2
2019-04-07 Luke Kenneth Casso... store indicator in r_busy when data is valid
2019-04-07 Luke Kenneth Casso... test trigger=1 in test 13
2019-04-07 Luke Kenneth Casso... pass i_ready in to d_valid dynamic stage function
2019-04-07 Luke Kenneth Casso... still transmit data if ready
2019-04-07 Luke Kenneth Casso... remove buffermode
2019-04-07 Luke Kenneth Casso... add comment
2019-04-07 Luke Kenneth Casso... new non-buffer sync pipe class
2019-04-07 Luke Kenneth Casso... add sync handshake logic
2019-04-07 Luke Kenneth Casso... use correct results analysis function for test 16
2019-04-07 Luke Kenneth Casso... add separate buffermode=false single pipe test
2019-04-07 Luke Kenneth Casso... disable buffermode in test 12
2019-04-07 Luke Kenneth Casso... make data regular for test in bug #59
2019-04-06 Luke Kenneth Casso... try different buffermode in test 14
2019-04-06 Luke Kenneth Casso... save to correct files, unit test 15
2019-04-06 Luke Kenneth Casso... re-enabled send delays
2019-04-06 Luke Kenneth Casso... add new buffermode=False unit test, reorg a bit
2019-04-06 Luke Kenneth Casso... moo? added an option to stop buffer register from being...
2019-04-06 Luke Kenneth Casso... pass in argument into delay class
2019-04-06 Luke Kenneth Casso... put n_i_ready into temporary
2019-04-06 Luke Kenneth Casso... trying to track down annoying data ready / chain bug
2019-04-06 Luke Kenneth Casso... add link to bug #57
2019-04-06 Luke Kenneth Casso... add comments to help experimentation
2019-04-06 Luke Kenneth Casso... rename stall test to ready
2019-04-06 Luke Kenneth Casso... record that test 999 is a bug
2019-04-06 Luke Kenneth Casso... add 2nd unbuffered pipeline class
2019-04-06 Luke Kenneth Casso... add twin buf-unbuf pipe chain
2019-04-06 Luke Kenneth Casso... add unbuffered delay-pipe unit test
2019-04-06 Luke Kenneth Casso... rename p_o_ready to d_ready
2019-04-06 Luke Kenneth Casso... d_valid need not be created if stage_ctl is set
2019-04-06 Luke Kenneth Casso... use simpler logic for s_o_ready and d_valid
2019-04-06 Luke Kenneth Casso... i_valid simply needs override to include "data valid"
2019-04-06 Luke Kenneth Casso... remove n stage_ctl
2019-04-06 Luke Kenneth Casso... replace n_o_valid with d_valid
2019-04-05 Luke Kenneth Casso... add experiment override of i_ready test
2019-04-05 Luke Kenneth Casso... tidy up i_valid_logic
2019-04-05 Luke Kenneth Casso... hooray, p_o_ready works
2019-04-05 Luke Kenneth Casso... tracking down sync failure when stage not dynamically...
2019-04-05 Luke Kenneth Casso... try single pipe for now, not chain
2019-04-05 Luke Kenneth Casso... experimenting: something odd with dynamic ready/valid...
2019-04-05 Luke Kenneth Casso... call ControlBase elaborate from UnbufferedPipeline
2019-04-05 Luke Kenneth Casso... beginnings of dynamic ready/valid stage ctl
2019-04-05 Luke Kenneth Casso... move o_valid and o_ready (underscore them) and replace...
2019-04-05 Luke Kenneth Casso... add example stage data signalling properties
2019-04-05 Aleksandar KostovicMerge branch 'master' of ssh://libre-riscv.org:922...
2019-04-05 Aleksandar KostovicFixed the error when runing unit test
2019-04-05 Luke Kenneth Casso... add stage_ctl argument to PrevControl / NextControl...
2019-04-05 Aleksandar KostovicFixed indentation issiues with fmul.py
2019-04-05 Luke Kenneth Casso... add example ready for adding delay (data_ready) to...
2019-04-04 Luke Kenneth Casso... add debug output
2019-04-04 Luke Kenneth Casso... add create2 functions, for use later
2019-04-04 Aleksandar KostovicAdd m.d.sync return to get_a and get_b cases
2019-04-04 Luke Kenneth Casso... convert fdiv to set op based on get_op return results
2019-04-04 Luke Kenneth Casso... use ObjectProxy in get_op
2019-04-04 Luke Kenneth Casso... add syncmode, selects sync/comb on ObjectProxy assignment
2019-04-04 Luke Kenneth Casso... FINALLY, got ObjectProxy in pipeline auto-stage working
2019-04-04 Luke Kenneth Casso... add dictionary-support to pipeline eq function
2019-04-03 Luke Kenneth Casso... use local temporary for variables
2019-04-03 Luke Kenneth Casso... use local variable in second stage pipeline test
2019-04-03 Luke Kenneth Casso... semi-working, top-level signals okay, ObjectProxy not...
2019-04-02 Luke Kenneth Casso... continuing to experiment with pipeline, outputs still...
2019-04-02 Luke Kenneth Casso... pipeline ObjectProxy objects now stored in module,...
2019-04-01 Luke Kenneth Casso... more experimentation on pipeline ObjectProxy
2019-04-01 Luke Kenneth Casso... start on ObjectProxy example
2019-03-31 Luke Kenneth Casso... found bug in auto-stage, must return "like" from auto...
2019-03-31 Luke Kenneth Casso... bug where combinatorial assignments from stage are...
2019-03-30 Luke Kenneth Casso... use stage names instead of numbers in the pipeline
2019-03-30 Luke Kenneth Casso... use and return module instead of m.d in pipeline intros...
2019-03-30 Luke Kenneth Casso... add pipeline context / stage management
2019-03-30 Luke Kenneth Casso... split out concurrentunit ReservationStations to separat...
2019-03-29 Luke Kenneth Casso... whoops wrong temporary created
2019-03-29 Luke Kenneth Casso... create FPDecode module
2019-03-29 Luke Kenneth Casso... always pass decoded a/b through
2019-03-29 Luke Kenneth Casso... combine specialcases if/elif tests into single temporaries
2019-03-29 Luke Kenneth Casso... add generate to nmigen_add_experiment.py again
2019-03-29 Luke Kenneth Casso... create e_match temporary
2019-03-29 Luke Kenneth Casso... use correct function in unit test
2019-03-29 Luke Kenneth Casso... get old fpadd back
2019-03-29 Luke Kenneth Casso... imports: get div and mul working
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
2019-03-29 Luke Kenneth Casso... remove unneeded imports
next