switch to exact version of cython
[ieee754fpu.git] / src / add / pipeline_example.py
2019-05-02 Luke Kenneth Casso... move add to ieee754 directory
2019-04-23 Luke Kenneth Casso... add new Elaboratable
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... create separate pipeline examples
2019-03-29 Luke Kenneth Casso... new ObjectProxy class for use in pipelines
2019-03-28 Luke Kenneth Casso... add test, temporary comb variable to stage2
2019-02-16 Luke Kenneth Casso... remove unneeded import
2019-02-16 Luke Kenneth Casso... add pipeline class and example