Update
====
- AXI-Stream is supported.
- The implementation of stream.Counter is renewed, so that some bugs of stream.Counter are fixed.
- stream.Sync operator that synchronize explicitly the start stages of input variables is added.
- stream.ForwardDest and stream.ForwardSource for data forwarding between stream.read_RAM and stream.write_RAM is added. This operator is required to realize a read_modify_write_RAM operator.
- stream.Alias is added.
- stream.ReduceMax, ReduceMin, ReduceArgMax, and ReduceArgMin are added for NNgen.
Test environment
====