update comments
[ieee754fpu.git] / src / add / pipeline.py
2019-04-27 Luke Kenneth Casso... call nmoperator.cat/eq/shape instead of as global functions
2019-04-20 Luke Kenneth Casso... comment out print debug statements
2019-04-08 Luke Kenneth Casso... rename BufferedPipeline to BufferedHandshake
2019-04-04 Luke Kenneth Casso... add debug output
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-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-29 Luke Kenneth Casso... new ObjectProxy class for use in pipelines
2019-03-28 Luke Kenneth Casso... use Signal.like instead of value_bits_sign
2019-03-28 Luke Kenneth Casso... use singlepipe.eq function
2019-02-16 Luke Kenneth Casso... whitespace
2019-02-16 Luke Kenneth Casso... no real point adding reset for internal pipeline variables
2019-02-16 Luke Kenneth Casso... add pipeline class and example