-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
171 lines (171 loc) · 4.74 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
0.6.9wip
2022/01/29 0.6.8
uint #32 syntax
2021/06/25 0.6.7
single binary installation.
2021/04/04 0.6.6
fix bugs in ext_stub code generation.
2021/03/07 0.6.5
allow annotations in small latter.
2021/02/07 0.6.4
always { ... } syntax.
2021/01/09 0.6.3
always ... syntax. Still more pipeline code.
2020/11/08 0.6.2
Bug fixes. More pipeline code.
2020/10/03 0.6.1
Bug fixes. Initial pipeline code.
2020/08/30 0.6.0
Improved external access of mailbox, sram and input port.
2020/08/02 0.5.10
@External ram. shared ticker and input/output.
2020/06/27 0.5.9
input, output and ticker object.
2020/05/30 0.5.8
module m { ... } syntax.
2020/05/02 0.5.7
Loop unroll pass.
2020/04/04 0.5.6
Explicit array read replica feature.
2020/02/29 0.5.5
Improve internal/external SRAM features.
2020/02/08 0.5.4
Make interpreter busy wait friendly.
2020/01/11 0.5.3
Bug fix on SRAM, bit ops.
2019/11/23 0.5.2
Bug fix on AXI master controller.
2019/11/16 0.5.1
Updated annotation syntax (compatible).
2019/10/26 0.5.0
Fixed scalability for multiple accessors to a resource by using staged mux by iroha.
2019/09/28 0.4.6
Fixed issues about shared objects and improved tests.
2019/09/01 0.4.5
Shell module for AXI. with obj { ... } syntax.
2019/08/12 0.4.4
Fix a array related bug in previous release. Improved self test.
2019/07/27 0.4.3
Graphviz output to visualize objects and modules.
2019/05/29 0.4.2
More documents.
2019/05/04 0.4.1
Change document format to rst.
2019/03/26 0.4.0
IMHO, basic features are mostly ready.
2019/03/02 0.3.10
Object distance parameter.
2019/01/06 0.3.9
Small bug fixes.
2018/12/01 0.3.8
Small bug fixes and a bunch of Iroha side work.
2018/11/03 0.3.7
Prepare PGO, delay model and object distance.
2018/10/03 0.3.6
+=, -=, *= operator to custom type.
2018/09/03 0.3.5
Introduce bfloat16 (FP16B).
2018/07/31 0.3.4
Introduce per file default object. Fixes for AXI master.
2018/06/27 0.3.3
Bug fixes for WSL. AXI slave array.
2018/05/28 0.3.2
FP16R bug fixes.
2018/04/29 0.3.1
Ability to build custom data types with custom operations.
2018/03/12 0.3.0
Rename to Karuta from Neon Light.
2018/02/22 0.2.3
Enable wire_insn optimizer and related fixes.
2017/12/22 0.2.2
Various bug fixes. Fail gracefully on various user errors.
2017/11/23 0.2.1
New fifo and bug fixes.
2017/10/16 0.2.0
Iroha backend and new build system.
2015/12/01 0.1.9
Improved channel communication.
2015/10/12 0.1.8
Introduce member object method call.
2015/09/06 0.1.7
Prepare to introduce hierarchical objects.
2015/07/19 0.1.6
Reorganized and cleaned up compiler/vm interface.
2015/05/18 0.1.5
Reorganized directory structure. Update to c++11.
2015/01/10 0.1.4
implement inter thread channel. removed C frontend.
2014/12/07 0.1.3
implement write channel.
2014/06/23 0.1.2
removal of old N front end.
2014/06/19 0.1.1
bug fixes of the compiler and optimizer.
2014/05/13 0.1.0
introduced byte code based interpreter.
2012/04/14 0.0.37
allocate more resources for speed up.
2012/01/22 0.0.36
fix a bug in wire insn phase. turn it on as default.
2012/01/04 0.0.35
fixed unstable compile result bug
2011/08/07 0.0.34
working ssa conversion
2011/02/19 0.0.33
experimental ssa conversion
2010/10/11 0.0.32
code clean up
2010/06/27 0.0.31
fix bug in block shrink optimizer
2010/05/25 0.0.30
fix bb optimizer and register share optimizer
2010/05/24 0.0.29
many infra structure update in optimizer.
2010/05/04 0.0.28
fixed some verilog output bugs.
2010/04/20 0.0.27
fixed some verilog output bugs.
2010/04/05 0.0.26
fixed miscomputation bugs.
2010/02/22 0.0.25
mt.n can now outputs C++ code. also fixed some bugs.
2010/01/14 0.0.24
mt.n worked somehow by bug fixes.
2009/10/18 0.0.23
Changed output language from C to C++
Bug fixes
2009/07/26 0.0.22
Added internal RAM array
2009/04/24 0.0.21
テストの追加とデバッグ
2009/03/29 0.0.20
ROM配列の追加
2009/03/01 0.0.19
テストの追加とデバッグ
2009/02/01 0.0.18
テストの追加とデバッグ
2008/05/27 0.0.17
テストの追加とデバッグ
assertとexitを拡張moduleとして実装
2008/02/17 0.0.16
ビット幅の指定の初期的な対応
2008/01/10 0.0.15
メソッドが存在しないときに無限ループになるのを修正
2007/09/24 0.0.14
Verilogモジュールインポートの初期的な実装
2007/09/17 0.0.13
neon言語のメソッド呼び出しを合成可能にした
2007/08/27 0.0.12
neon言語(仮称)のメソッド定義等を実装
2007/06/30 0.0.11
neon言語(仮称)のフロントエンドからコンパイルができるようにした
2007/04/02 0.0.9
雑多なリファクタリング
2007/03/23 0.0.8
==演算子のバグ修正
リソースの型の追加
2007/02/12 0.0.7
関数のinline展開をサポート
返り値のサポート
2006/10/15 0.0.6
初リリース