-
Notifications
You must be signed in to change notification settings - Fork 6
/
nitta.cabal
362 lines (356 loc) · 9.89 KB
/
nitta.cabal
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: nitta
version: 0.0.0.1
synopsis: Tool for Hard Real-Time CGRA Processors
description: Kind: research pet project.
.
Project status: early prototype.
.
We develop the tool for generating and programming specialized non-von Neumann CGRA processors used for cyclic execution of control and signal/data processing algorithms. These processors are based on the original Not Instruction Transport Triggered Architecture (NITTA). That allows us to:
.
- Provide high speed and parallel execution of irregular algorithms (where GPU is not applicable) in hard real-time (clock accuracy).
- Make the processor reconfigurable for different application domains.
- Provide a high-level language for application developers and fast compilation.
.
Our future users can resolve the following tasks:
.
- Development of embedded and cyber-physical systems.
- Hardware and software testing and rapid prototyping (HIL and PIL).
- Development of programmable accelerators and coprocessors.
.
Page: <https://ryukzak.github.io/projects/nitta/>
category: CGRA, ASIP, CAD, hardware
homepage: https://ryukzak.github.io/projects/nitta/
author: Aleksandr Penskoi
maintainer: [email protected]
copyright: 2021 Aleksandr Penskoi
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
library
exposed-modules:
NITTA.Frontends
NITTA.Frontends.Common
NITTA.Frontends.Lua
NITTA.Frontends.XMILE.DocumentParser
NITTA.Frontends.XMILE.Frontend
NITTA.Frontends.XMILE.MathParser
NITTA.Intermediate.Analysis
NITTA.Intermediate.DataFlow
NITTA.Intermediate.Functions
NITTA.Intermediate.Functions.Accum
NITTA.Intermediate.Simulation
NITTA.Intermediate.Types
NITTA.Intermediate.Value
NITTA.Intermediate.Variable
NITTA.Model.Microarchitecture.Config
NITTA.Model.Microarchitecture.Types
NITTA.Model.Networks.Bus
NITTA.Model.Networks.Types
NITTA.Model.Problems
NITTA.Model.Problems.Allocation
NITTA.Model.Problems.Bind
NITTA.Model.Problems.Dataflow
NITTA.Model.Problems.Endpoint
NITTA.Model.Problems.Refactor
NITTA.Model.Problems.Refactor.BreakLoop
NITTA.Model.Problems.Refactor.ConstantFolding
NITTA.Model.Problems.Refactor.OptimizeAccum
NITTA.Model.Problems.Refactor.ResolveDeadlock
NITTA.Model.Problems.ViewHelper
NITTA.Model.ProcessIntegrity
NITTA.Model.ProcessorUnits
NITTA.Model.ProcessorUnits.Accum
NITTA.Model.ProcessorUnits.Broken
NITTA.Model.ProcessorUnits.Divider
NITTA.Model.ProcessorUnits.Fram
NITTA.Model.ProcessorUnits.IO.I2C
NITTA.Model.ProcessorUnits.IO.SimpleIO
NITTA.Model.ProcessorUnits.IO.SPI
NITTA.Model.ProcessorUnits.Multiplier
NITTA.Model.ProcessorUnits.Shift
NITTA.Model.ProcessorUnits.Types
NITTA.Model.TargetSystem
NITTA.Model.Time
NITTA.Project
NITTA.Project.Context
NITTA.Project.Template
NITTA.Project.TestBench
NITTA.Project.Types
NITTA.Project.VerilogSnippets
NITTA.Synthesis
NITTA.Synthesis.Analysis
NITTA.Synthesis.Explore
NITTA.Synthesis.Method
NITTA.Synthesis.MlBackend.Client
NITTA.Synthesis.MlBackend.FixedCache
NITTA.Synthesis.MlBackend.ServerInstance
NITTA.Synthesis.Steps
NITTA.Synthesis.Steps.Allocation
NITTA.Synthesis.Steps.Bind
NITTA.Synthesis.Steps.BreakLoop
NITTA.Synthesis.Steps.ConstantFolding
NITTA.Synthesis.Steps.Dataflow
NITTA.Synthesis.Steps.OptimizeAccum
NITTA.Synthesis.Steps.ResolveDeadlock
NITTA.Synthesis.Types
NITTA.UIBackend
NITTA.UIBackend.REST
NITTA.UIBackend.Timeline
NITTA.UIBackend.Types
NITTA.UIBackend.ViewHelper
NITTA.UIBackend.ViewHelperCls
NITTA.UIBackend.VisJS
NITTA.Utils
NITTA.Utils.Base
NITTA.Utils.ProcessDescription
other-modules:
Paths_nitta
hs-source-dirs:
src
default-extensions:
DeriveDataTypeable
DeriveGeneric
ImportQualifiedPost
LambdaCase
NamedFieldPuns
ScopedTypeVariables
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
TupleSections
UndecidableInstances
ghc-options: -j -Wall -Werror -Wcompat -Wredundant-constraints -fno-warn-missing-signatures -optP-Wno-nonportable-include-path
build-depends:
HStringTemplate
, MissingH
, aeson
, aeson-pretty
, array
, base
, boxes
, bytestring
, cassava
, containers
, data-default
, directory
, file-embed
, filepath
, ginger
, hashable
, heap
, hslogger
, htoml
, http-api-data
, http-conduit
, hxt
, intervals
, language-lua
, mtl
, network-simple
, parsec
, prettyprinter
, process
, process-extras
, regex-compat
, safe
, servant
, servant-docs
, servant-js
, servant-server
, split
, stm
, string-interpolate
, text
, tostring
, transformers
, unordered-containers
, utility-ht
, validity
, wai-app-static
, wai-cors
, warp
default-language: Haskell2010
executable nitta
main-is: Main.hs
other-modules:
Paths_nitta
hs-source-dirs:
app
default-extensions:
DeriveDataTypeable
DeriveGeneric
ImportQualifiedPost
LambdaCase
NamedFieldPuns
ScopedTypeVariables
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
TupleSections
UndecidableInstances
ghc-options: -j -Wall -Werror -Wcompat -Wredundant-constraints -fno-warn-missing-signatures -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -main-is Main
build-depends:
MissingH
, base
, boxes
, bytestring
, cmdargs
, containers
, data-default
, filepath
, ginger
, heap
, hslogger
, htoml
, intervals
, mtl
, nitta
, prettyprinter
, process-extras
, regex-compat
, string-interpolate
, text
, tostring
, unordered-containers
, wai-app-static
default-language: Haskell2010
executable nitta-api-gen
main-is: APIGen.hs
other-modules:
Paths_nitta
hs-source-dirs:
app
default-extensions:
DeriveDataTypeable
DeriveGeneric
ImportQualifiedPost
LambdaCase
NamedFieldPuns
ScopedTypeVariables
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
TupleSections
UndecidableInstances
ghc-options: -j -Wall -Werror -Wcompat -Wredundant-constraints -fno-warn-missing-signatures -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -main-is APIGen
build-depends:
MissingH
, aeson
, aeson-typescript
, base
, boxes
, bytestring
, cmdargs
, containers
, data-default
, directory
, filepath
, ginger
, heap
, hslogger
, htoml
, intervals
, mtl
, nitta
, prettyprinter
, process-extras
, regex-compat
, string-interpolate
, text
, tostring
, unordered-containers
, wai-app-static
default-language: Haskell2010
test-suite nitta-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
NITTA.Frontends.Lua.Tests
NITTA.Frontends.Lua.Tests.Providers
NITTA.Frontends.XMILE.DocumentParserTests
NITTA.Frontends.XMILE.MathParserTests
NITTA.Intermediate.Functions.Accum.Tests
NITTA.Intermediate.Simulation.Tests
NITTA.Intermediate.Tests.Functions
NITTA.Intermediate.Value.Tests
NITTA.Model.Problems.Refactor.Accum.Tests
NITTA.Model.Problems.Refactor.ConstantFolding.Tests
NITTA.Model.Problems.Refactor.Tests
NITTA.Model.ProcessorUnits.Accum.Tests
NITTA.Model.ProcessorUnits.Broken.Tests
NITTA.Model.ProcessorUnits.Divider.Tests
NITTA.Model.ProcessorUnits.Fram.Tests
NITTA.Model.ProcessorUnits.IO.SPI.Tests
NITTA.Model.ProcessorUnits.Multiplier.Tests
NITTA.Model.ProcessorUnits.Shift.Tests
NITTA.Model.ProcessorUnits.Tests.DSL
NITTA.Model.ProcessorUnits.Tests.DSL.Tests
NITTA.Model.ProcessorUnits.Tests.Providers
NITTA.Model.ProcessorUnits.Tests.Utils
NITTA.Model.Tests.Internals
NITTA.Model.Tests.Microarchitecture
NITTA.Model.Tests.Providers
NITTA.Tests
NITTA.Utils.Tests
Paths_nitta
hs-source-dirs:
test
default-extensions:
DeriveDataTypeable
DeriveGeneric
ImportQualifiedPost
LambdaCase
NamedFieldPuns
ScopedTypeVariables
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
TupleSections
UndecidableInstances
ghc-options: -j -Wall -Werror -Wcompat -Wredundant-constraints -fno-warn-missing-signatures -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N -j -main-is Spec
build-depends:
MissingH
, QuickCheck
, atomic-primops
, base
, boxes
, bytestring
, call-stack
, containers
, data-default
, directory
, file-embed
, filepath
, genvalidity
, genvalidity-property
, ginger
, heap
, htoml
, hxt
, intervals
, language-lua
, mtl
, nitta
, prettyprinter
, process-extras
, regex-compat
, split
, stm
, string-interpolate
, tasty
, tasty-expected-failure
, tasty-hunit
, tasty-quickcheck
, tasty-rerun
, tasty-th
, text
, tostring
, unordered-containers
, wai-app-static
default-language: Haskell2010