ieee754fpu.git
2019-04-05 Aleksandar... Fixed indentation issiues with fmul.py
2019-04-05 Luke Kenneth... add example ready for adding delay (data_ready) to...
2019-04-04 Luke Kenneth... add debug output
2019-04-04 Luke Kenneth... add create2 functions, for use later
2019-04-04 Aleksandar... Add m.d.sync return to get_a and get_b cases
2019-04-04 Luke Kenneth... convert fdiv to set op based on get_op return results
2019-04-04 Luke Kenneth... use ObjectProxy in get_op
2019-04-04 Luke Kenneth... add syncmode, selects sync/comb on ObjectProxy assignment
2019-04-04 Luke Kenneth... FINALLY, got ObjectProxy in pipeline auto-stage working
2019-04-04 Luke Kenneth... add dictionary-support to pipeline eq function
2019-04-03 Luke Kenneth... use local temporary for variables
2019-04-03 Luke Kenneth... use local variable in second stage pipeline test
2019-04-03 Luke Kenneth... semi-working, top-level signals okay, ObjectProxy not...
2019-04-02 Luke Kenneth... continuing to experiment with pipeline, outputs still...
2019-04-02 Luke Kenneth... pipeline ObjectProxy objects now stored in module,...
2019-04-01 Luke Kenneth... more experimentation on pipeline ObjectProxy
2019-04-01 Luke Kenneth... start on ObjectProxy example
2019-03-31 Luke Kenneth... found bug in auto-stage, must return "like" from auto...
2019-03-31 Luke Kenneth... bug where combinatorial assignments from stage are...
2019-03-30 Luke Kenneth... use stage names instead of numbers in the pipeline
2019-03-30 Luke Kenneth... use and return module instead of m.d in pipeline intros...
2019-03-30 Luke Kenneth... add pipeline context / stage management
2019-03-30 Luke Kenneth... split out concurrentunit ReservationStations to separat...
2019-03-29 Luke Kenneth... whoops wrong temporary created
2019-03-29 Luke Kenneth... create FPDecode module
2019-03-29 Luke Kenneth... always pass decoded a/b through
2019-03-29 Luke Kenneth... combine specialcases if/elif tests into single temporaries
2019-03-29 Luke Kenneth... add generate to nmigen_add_experiment.py again
2019-03-29 Luke Kenneth... create e_match temporary
2019-03-29 Luke Kenneth... use correct function in unit test
2019-03-29 Luke Kenneth... get old fpadd back
2019-03-29 Luke Kenneth... imports: get div and mul working
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... remove unneeded imports
2019-03-29 Luke Kenneth... start removing unneeded imports
2019-03-29 Luke Kenneth... start removing unneeded imports
2019-03-29 Luke Kenneth... split out pipeline and statemachine to separate modules
2019-03-29 Luke Kenneth... split out addstages to separate module
2019-03-29 Luke Kenneth... split out add1 to separate module
2019-03-29 Luke Kenneth... split out add stage 0 to separate module
2019-03-29 Luke Kenneth... split out add align into separate module
2019-03-29 Luke Kenneth... split out add specialcases to separate module
2019-03-29 Luke Kenneth... split out putz to separate module
2019-03-29 Luke Kenneth... split out normtopack to separate module
2019-03-29 Luke Kenneth... split out pack to separate module
2019-03-29 Luke Kenneth... split out corrections to separate module
2019-03-29 Luke Kenneth... split out rounding to separate module
2019-03-29 Luke Kenneth... remove accidentally-included code
2019-03-29 Luke Kenneth... move FPID to fpbase
2019-03-29 Luke Kenneth... split out normalisation to separate module
2019-03-29 Luke Kenneth... split out prenormalisation to separate module
2019-03-29 Luke Kenneth... split out denorm to separate module
2019-03-29 Luke Kenneth... start splitting out common code from nmigen_add_experim...
2019-03-29 Luke Kenneth... create separate pipeline examples
2019-03-29 Luke Kenneth... new ObjectProxy class for use in pipelines
2019-03-28 Luke Kenneth... use Signal.like instead of value_bits_sign
2019-03-28 Luke Kenneth... use singlepipe.eq function
2019-03-28 Luke Kenneth... add test, temporary comb variable to stage2
2019-03-28 Luke Kenneth... make FPGet2Ops conform to Stage API, use in compact...
2019-03-28 Luke Kenneth... use StageChain in FPADDBaseMod compact mode
2019-03-28 Luke Kenneth... missed out assignment in new specallocate=True StageCha...
2019-03-28 Luke Kenneth... add new mode to StageChain which uses python output...
2019-03-28 Luke Kenneth... use StageChain for SCDeNorm
2019-03-28 Luke Kenneth... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth... solve sync/comb issue with using state-machine or pipel...
2019-03-28 Luke Kenneth... solve sync/comb for stage/state
2019-03-28 Luke Kenneth... add comments as a reminder to make code use sync for...
2019-03-28 Luke Kenneth... multi-out temporary, simplify graphs
2019-03-28 Luke Kenneth... try tidyup on multi-in ready/valid logic
2019-03-28 Luke Kenneth... create temporary, simplifies graph
2019-03-28 Luke Kenneth... cleanup
2019-03-28 Luke Kenneth... move inputgroup to separate module
2019-03-28 Luke Kenneth... remove redundant code
2019-03-28 Luke Kenneth... add comments
2019-03-28 Luke Kenneth... remove unneeded ports functions
2019-03-28 Luke Kenneth... use PassThroughStage
2019-03-28 Luke Kenneth... create base multi-in ports function
2019-03-28 Luke Kenneth... move flexible ports fn to MultiOutControlBase
2019-03-28 Luke Kenneth... use PassThroughStage instead of making one
2019-03-28 Luke Kenneth... whitespace
2019-03-28 Luke Kenneth... cleanup: remove redundant classes/code
2019-03-28 Luke Kenneth... reorg, move similar classes to multipipe
2019-03-28 Luke Kenneth... move PriorityCombMuxInPipe to multipipe
2019-03-28 Luke Kenneth... woo! got FPADD pipeline to work
2019-03-28 Luke Kenneth... create actual FPADD Pipeline from stages
2019-03-28 Luke Kenneth... move decode from FPNumOp to SpecialCases
2019-03-28 Luke Kenneth... move classes to before use
2019-03-28 Luke Kenneth... add process function to FPGet2OpMod
next