-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
644 lines (644 loc) · 26.1 KB
/
.gitmodules
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
[submodule "designs/updown_caravel"]
path = designs/updown_caravel
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = lulu9312/updown_caravel
[submodule "designs/subservient"]
path = designs/subservient
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = klasnordmark/caravel_user_project/subservient_mpw4
[submodule "designs/Fixed2Float"]
path = designs/Fixed2Float
url = https://github.com/dhayalakumarm/Fixed2Float_MPW3
[submodule "designs/jacaranda8"]
path = designs/jacaranda8
url = https://github.com/cpu-dev/caravel_jacaranda-8
[submodule "designs/mbist_ctrl"]
path = designs/mbist_ctrl
url = https://github.com/dineshannayya/mbist_ctrl
[submodule "designs/FCNet_prj"]
path = designs/FCNet_prj
url = https://github.com/mxiangyue/caravel_user_project
[submodule "designs/soric_project"]
path = designs/soric_project
url = https://github.com/phthinh/soric_project
[submodule "designs/randsack"]
path = designs/randsack
url = https://github.com/harrisonpham/randsack
[submodule "designs/crypto_accelerator"]
path = designs/crypto_accelerator
url = https://github.com/asinghani/crypto-accelerator-chip-v2
[submodule "designs/peripheral_extender"]
path = designs/peripheral_extender
url = https://github.com/siva12a/caravel_peripheral_extender
[submodule "designs/picorF0"]
path = designs/picorF0
url = https://github.com/asinghani/caravel-picorF0
[submodule "designs/rotfpga"]
path = designs/rotfpga
url = https://github.com/htfab/rotfpga
[submodule "designs/FPU"]
path = designs/FPU
url = https://github.com/Lampro-Mellon/Caravel_FPU
[submodule "designs/soc_io_expander"]
path = designs/soc_io_expander
url = https://github.com/siva12a/soc_io_expander
[submodule "designs/yonga-lz4-decoder"]
path = designs/yonga-lz4-decoder
url = https://github.com/yongatek/caravel_yonga-lz4-decoder
[submodule "designs/APPROX_MULT"]
path = designs/APPROX_MULT
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = SultanShadow/APPROX_MULT
[submodule "designs/RAD_HARD_ALU"]
path = designs/RAD_HARD_ALU
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = SultanShadow/RAD_HARD_ALU
[submodule "designs/kasirga_k0"]
path = designs/kasirga_k0
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = kasirgalabs/kasirga-k0
[submodule "designs/space_controller"]
path = designs/space_controller
url = https://github.com/jaquerinte/space_controller
[submodule "designs/junga_soc"]
path = designs/junga_soc
url = https://github.com/hhj1107/junga_soc_mpw4
[submodule "designs/counter_display_mv"]
path = designs/counter_display_mv
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mattvenn/zero_to_asic_MPW2_rerun
[submodule "designs/counter_mpw4_mv"]
path = designs/counter_mpw4_mv
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mattvenn/zero_to_asic_mpw4
[submodule "designs/koggestone_adder"]
path = designs/koggestone_adder
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = zakirhussainvlsi/caravel_koggestone_adder_project
[submodule "designs/keyvalue_caravel"]
path = designs/keyvalue_caravel
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = giraypultar/keyvalue_caravel
[submodule "designs/ks-guitar"]
path = designs/ks-guitar
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = htfab/ks-guitar
[submodule "designs/ks-guitar-2s"]
path = designs/ks-guitar-2s
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = htfab/ks-guitar-2s
[submodule "designs/counter_ICESOC"]
path = designs/counter_ICESOC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = nguyendao-uom/ICESOC
[submodule "designs/counter_REST"]
path = designs/counter_REST
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = aliahmedphd/REST
[submodule "designs/counter_azadi"]
path = designs/counter_azadi
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = sajjadahmed677/Azadi_II
[submodule "designs/counter_alperen"]
path = designs/counter_alperen
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = alperenbolat0/caravel_user_project
[submodule "designs/counter_eeuet"]
path = designs/counter_eeuet
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = eeuet/caravel_user_project
[submodule "designs/multi_encoder"]
path = designs/multi_encoder
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = manikandan-phd/caravel_encoder
[submodule "designs/SHA1_engine"]
path = designs/SHA1_engine
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = konradwilk/caravel_user_project
[submodule "designs/wishbone_CAN"]
path = designs/wishbone_CAN
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = zaellis/caravel_user_project
[submodule "designs/subservient_SOC"]
path = designs/subservient_SOC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = MSPDUTTA/Subservient_SOC
[submodule "designs/axi_dma_wrapper"]
path = designs/axi_dma_wrapper
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = pwang7/caravel_user_project
[submodule "designs/caravel_dsp"]
path = designs/caravel_dsp
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = jayakumarjay-osh/caravel_dsp
[submodule "designs/eFPGA_v3_wrapper"]
path = designs/eFPGA_v3_wrapper
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = nguyendao-uom/eFPGA_v3_caravel
[submodule "designs/radiation_harden"]
path = designs/radiation_harden
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = jaquerinte/caravel_radiation_harden
[submodule "designs/azadi_soc"]
path = designs/azadi_soc
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = merledu/caravel_azadi_soc
[submodule "designs/fuserisc"]
path = designs/fuserisc
url = https://github.com/andrewattwood/fuserisc
[submodule "designs/GpioCtrl"]
path = designs/GpioCtrl
url = https://github.com/iDPro-github/openMpwGpioCtrl
[submodule "designs/counter_rgb"]
path = designs/counter_rgb
url = https://github.com/mattvenn/zero_to_asic_mpw3
[submodule "designs/sudoku-accelerator"]
path = designs/sudoku-accelerator
url = https://github.com/anall/sudoku-accelerator-caravel
[submodule "designs/yonga-serv-accelerator"]
path = designs/yonga-serv-accelerator
url = https://github.com/yongatek/caravel_yonga-serv-accelerator
[submodule "designs/treepram"]
path = designs/treepram
url = https://github.com/htfab/treepram
[submodule "designs/sram_test"]
path = designs/sram_test
url = https://github.com/mtomlin5/caravel_sram_test
[submodule "designs/PWM-Generator"]
path = designs/PWM-Generator
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Karthikeyan564/PWM_Generator
[submodule "designs/vsdbabysoc"]
path = designs/vsdbabysoc
url = https://github.com/manili/vsdbabysoc_mpw3
[submodule "designs/counter_vsdsram"]
path = designs/counter_vsdsram
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = ShonTaware/vsdsram_caravel
[submodule "designs/counter_efab"]
path = designs/counter_efab
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = abf149/caravel_user_project
[submodule "designs/yonga-100m-ethernet"]
path = designs/yonga-100m-ethernet
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = BYCakar/caravel_yonga-100m-ethernet
[submodule "designs/vsdmemsoc"]
path = designs/vsdmemsoc
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = manili/vsdmemsoc_mpw3
[submodule "designs/FCNet_neuron"]
path = designs/FCNet_neuron
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mxiangyue/caravel_user_project
[submodule "designs/counter_hhj"]
path = designs/counter_hhj
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = hhj1107/caravel_user_project
[submodule "designs/yifive_a2"]
path = designs/yifive_a2
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Univisiontechnocon-com/yifive_a2
[submodule "designs/wb_openram"]
path = designs/wb_openram
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = embelon/caravel_wb_openram
[submodule "designs/mpw5_L1cache"]
path = designs/mpw5_L1cache
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = shivanishah269/mpw5_L1cache
[submodule "designs/secure-memory"]
path = designs/secure-memory
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Procenne-Digital-Design/secure-memory
[submodule "designs/pwm_openmpw"]
path = designs/pwm_openmpw
url = https://github.com/SerdarUnal132/pwm_openmpw
[submodule "designs/NAND_Flash5"]
path = designs/NAND_Flash5
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = BrandonOng22/caravel_user_project
[submodule "designs/PSRAM_PRANG"]
path = designs/PSRAM_PRANG
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = steve-aurifexlabs/mpw5
[submodule "designs/counter_TestSOC"]
path = designs/counter_TestSOC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = acizmarik/caravel_user_project
[submodule "designs/IIC_AudioDAC"]
path = designs/IIC_AudioDAC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = hpretl/iic-audiodac-v1
[submodule "designs/alu_xor"]
path = designs/alu_xor
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Janavind/My_alu_xor
[submodule "designs/UETRV_Ecore"]
path = designs/UETRV_Ecore
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = ee-uet/UETRV-ECORE
[submodule "designs/FMAC"]
path = designs/FMAC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = KashifInayat/F-MAC
[submodule "designs/GPS_Baseband"]
path = designs/GPS_Baseband
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = ISL-ECE-CEG-AU/GPS_Baseband
[submodule "designs/async_fib2"]
path = designs/async_fib2
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = 6Kotnk/async_fib2
[submodule "designs/marmot_asic"]
path = designs/marmot_asic
url = https://github.com/Hagiwara-shc/marmot_asic
[submodule "designs/qf100"]
path = designs/qf100
url = https://github.com/q3k/qf100
[submodule "designs/mpw-5c-C0"]
path = designs/mpw-5c-C0
url = https://github.com/kasirgalabs/mpw-5c-C0
[submodule "designs/Actuator_Controller"]
path = designs/Actuator_Controller
url = https://github.com/jasteve4/ActuatorController
[submodule "designs/mpw5_raster_engine"]
path = designs/mpw5_raster_engine
url = https://github.com/vanilyaliyogurt/raster_engine_mpw5
[submodule "designs/mpw5_open_eFPGA"]
path = designs/mpw5_open_eFPGA
url = https://github.com/nguyendao-uom/open_eFPGA
[submodule "designs/junga_soc_mpw5"]
path = designs/junga_soc_mpw5
url = https://github.com/hhj1107/junga_soc_mpw5
[submodule "designs/systolic_array"]
path = designs/systolic_array
url = https://github.com/vsdevaraddi/caravel_user_project
[submodule "designs/asicle"]
path = designs/asicle
url = https://github.com/htfab/asicle
[submodule "designs/mpw5_4ft4"]
path = designs/mpw5_4ft4
url = https://github.com/andars/caravel-4ft4
[submodule "designs/hack_soc_wrapper"]
path = designs/hack_soc_wrapper
url = https://github.com/mbalestrini/caravel_hack_soc
[submodule "designs/rng_chaos"]
path = designs/rng_chaos
url = https://github.com/onurkrts/RNG
[submodule "designs/riscduino_qcore"]
path = designs/riscduino_qcore
url = https://github.com/dineshannayya/riscduino_qcore
[submodule "designs/ChirstmasTreeController"]
path = designs/ChirstmasTreeController
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = JulienOury/ChristmasTreeController
[submodule "designs/riscduino_dcore"]
path = designs/riscduino_dcore
url = https://github.com/dineshannayya/riscduino_dcore
[submodule "designs/riscduino"]
path = designs/riscduino
url = https://github.com/dineshannayya/riscduino
[submodule "designs/logic_bist"]
path = designs/logic_bist
url = https://github.com/dineshannayya/logic_bist
[submodule "designs/mpw6_prga"]
path = designs/mpw6_prga
url = https://github.com/leon575777642/caravel_mpw5_prga
branch = prga-mpw-6c
[submodule "designs/mpw6_microwatt"]
path = designs/mpw6_microwatt
url = https://github.com/antonblanchard/microwatt-mpw6
[submodule "designs/azadi_soc_iii_dft"]
path = designs/azadi_soc_iii_dft
url = https://github.com/merledu/caravel_azadi_soc_iii_dft
[submodule "designs/mpw5_prga"]
path = designs/mpw5_prga
url = https://github.com/leon575777642/caravel_mpw5_prga
[submodule "designs/azadi_soc_iii"]
path = designs/azadi_soc_iii
url = https://github.com/merledu/caravel_azadi_soc_iii
[submodule "designs/mpw5_microwatt"]
path = designs/mpw5_microwatt
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = antonblanchard/microwatt-mpw5
[submodule "designs/mpw5_riscduino_dcore"]
path = designs/mpw5_riscduino_dcore
url = https://github.com/dineshannayya/riscduino_dcore
[submodule "designs/mpw5_riscduino_qcore"]
path = designs/mpw5_riscduino_qcore
url = https://github.com/dineshannayya/riscduino_qcore
[submodule "designs/mpw5_marmot_asic"]
path = designs/mpw5_marmot_asic
url = https://github.com/Hagiwara-shc/marmot_asic
[submodule "designs/SonarOnChip8"]
path = designs/SonarOnChip8
url = https://github.com/HALxmont/SonarOnChip8
[submodule "designs/yonga-can-controller"]
path = designs/yonga-can-controller
url = https://github.com/yongatek/caravel_yonga-can-controller
[submodule "designs/seven_segments"]
path = designs/seven_segments
url = https://github.com/mattvenn/caravel_walkthrough
[submodule "designs/pong-chip"]
path = designs/pong-chip
url = https://github.com/motius/pong-chip
[submodule "designs/ExperiarSoC"]
path = designs/ExperiarSoC
url = https://github.com/Wevel/ExperiarSoC
[submodule "designs/caravel_soc_now"]
path = designs/caravel_soc_now
url = https://github.com/merledu/caravel_soc_now
[submodule "designs/mpw6_hyperram"]
path = designs/mpw6_hyperram
url = https://github.com/recepgunay/mpw6_hyperram
[submodule "designs/openram_openmpw"]
path = designs/openram_openmpw
url = https://github.com/SerdarUnal132/openram_openmpw
[submodule "designs/rvj1-caravel-soc"]
path = designs/rvj1-caravel-soc
url = https://github.com/jurevreca12/rvj1-caravel-soc
[submodule "designs/riscduino_S3"]
path = designs/riscduino_S3
url = https://github.com/dineshannayya/riscduino
[submodule "designs/acor_dct32"]
path = designs/acor_dct32
url = https://github.com/duchungle/acor_dct32
[submodule "designs/figaro"]
path = designs/figaro
url = https://github.com/kayakod/figaro
[submodule "designs/caravel_NNgen"]
path = designs/caravel_NNgen
url = https://github.com/Ricardo-Ren/Caravel__NNgen
[submodule "designs/upb_natalius_soc"]
path = designs/upb_natalius_soc
url = https://github.com/fguzman82/upb_natalius_soc
[submodule "designs/FPU_half_precision"]
path = designs/FPU_half_precision
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = AirsFyp/caravel_FPU_half_precision
[submodule "designs/rng_chaos_scroll"]
path = designs/rng_chaos_scroll
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = onurkrts/RNG-SCROLL
[submodule "designs/FPU_Single_Precision"]
path = designs/FPU_Single_Precision
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = AirsFyp/caravel_FPU_Single_Precision
[submodule "designs/FPU_Bfloat_16"]
path = designs/FPU_Bfloat_16
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = AirsFyp/caravel_FPU_Bfloat_16
[submodule "designs/Ghazi_DFT"]
path = designs/Ghazi_DFT
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = merledu/Ghazi_DFT
[submodule "designs/mpw6-leaf"]
path = designs/mpw6-leaf
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = daniel-santos-7/leaf-mpw6
[submodule "designs/spectrometer_hyperspace"]
path = designs/spectrometer_hyperspace
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = milovanovic/spectrometer_user_project
[submodule "designs/yonga_modbus_controller"]
path = designs/yonga_modbus_controller
url = https://github.com/yongatek/caravel_yonga-modbus-controller
[submodule "designs/patmos_chip"]
path = designs/patmos_chip
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = os-chip-design/patmos-chip
[submodule "designs/mpw6_alu_xor"]
path = designs/mpw6_alu_xor
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Janavind/sel_set
[submodule "designs/mpw6_alu_xor4"]
path = designs/mpw6_alu_xor4
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Janavind/All_macros
[submodule "designs/mpw6_REST_II"]
path = designs/mpw6_REST_II
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = sajjadahmed677/REST_II
[submodule "designs/fossiAES"]
path = designs/fossiAES
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Askartos/fossiAES
[submodule "designs/hp35_core"]
path = designs/hp35_core
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = andylithia/MPWTRIAL
[submodule "designs/mpw6_aes_rng"]
path = designs/mpw6_aes_rng
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = recepgunay/mpw6_aes_rng
[submodule "designs/hsv_mixer"]
path = designs/hsv_mixer
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = proppy/caravel_hsv_mixer
[submodule "designs/fct_iot_biquad"]
path = designs/fct_iot_biquad
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Durkhai/fct-iot-node-project
[submodule "designs/zero_to_asic_mpw6"]
path = designs/zero_to_asic_mpw6
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mattvenn/zero_to_asic_mpw6
[submodule "designs/riscduino_hikaysici"]
path = designs/riscduino_hikaysici
url = https://github.com/hikaysici/Efabless_MPW6_riscduino
[submodule "designs/Elpis_Light"]
path = designs/Elpis_Light
url = https://github.com/theatomb/Elpis-Light-MPW3
[submodule "designs/treepram_red"]
path = designs/treepram_red
url = https://github.com/htfab/treepram-red
[submodule "designs/logic_bist_mpw4"]
path = designs/logic_bist_mpw4
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = dineshannayya/logic_bist
[submodule "designs/yonga_turbo_encoder"]
path = designs/yonga_turbo_encoder
url = https://github.com/yongatek/caravel_yonga-turbo-encoder
[submodule "designs/OpenFASOC_puplpino"]
path = designs/OpenFASOC_puplpino
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = minghungumich/OpenFASOC-RoT-IBEX-AES
[submodule "designs/riscduino_S4"]
path = designs/riscduino_S4
url = https://github.com/dineshannayya/riscduino
[submodule "designs/miranda_fpga"]
path = designs/miranda_fpga
url = https://github.com/egorxe/miranda_fpga_openmpw
[submodule "designs/waveform_generator"]
path = designs/waveform_generator
url = https://github.com/semify-eda/caravel_wfg
[submodule "designs/rioschip"]
path = designs/rioschip
url = https://github.com/b224hisl/rioschip
[submodule "designs/figaro_mpw7"]
path = designs/figaro_mpw7
url = https://github.com/kayakod/figaro
[submodule "designs/biquad_mpw7"]
path = designs/biquad_mpw7
url = https://github.com/Durkhai/biquad_mpw7
[submodule "designs/rvj1-caravel-soc_mpw7"]
path = designs/rvj1-caravel-soc_mpw7
url = https://github.com/jurevreca12/rvj1-caravel-soc-mpw7
[submodule "designs/marmot_asic_v2"]
path = designs/marmot_asic_v2
url = https://github.com/Hagiwara-shc/marmot_asic_v2
[submodule "designs/rvcore_chip1"]
path = designs/rvcore_chip1
url = https://github.com/kisek/rvcore_chip1
[submodule "designs/yonga-can-controller_mpw7"]
path = designs/yonga-can-controller_mpw7
url = https://github.com/yongatek/caravel_yonga-can-controller
[submodule "designs/rift2core"]
path = designs/rift2core
url = https://github.com/whutddk/Rift2Go_2300
[submodule "designs/mpw7_prga"]
path = designs/mpw7_prga
url = https://github.com/cmfbook/PRGA-test
[submodule "designs/spectrometer_hyperspace_mpw7"]
path = designs/spectrometer_hyperspace_mpw7
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = milovanovic/spectrometer_user_project_mpw7
[submodule "designs/uP16_ISA"]
path = designs/uP16_ISA
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = alokerdas/uP16_efabless
[submodule "designs/memory_array_8x64"]
path = designs/memory_array_8x64
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = binoy01/Implementation-of-8x64-memory-array
[submodule "designs/ASU_GP22"]
path = designs/ASU_GP22
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = MohamedAliYounis/ASU_GP22
[submodule "designs/leros_chip"]
path = designs/leros_chip
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = leros-dev/leros-chip
[submodule "designs/uMotorSequencer"]
path = designs/uMotorSequencer
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = jasteve4/MicroMotorSequencer
[submodule "designs/riscv_cpu_mpw7"]
path = designs/riscv_cpu_mpw7
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = steve-aurifexlabs/mpw7
[submodule "designs/SystolicArray"]
path = designs/SystolicArray
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = IanBoyanZhang/SystolicArrayMPW7a
[submodule "designs/mpw7_waprv"]
path = designs/mpw7_waprv
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = ALI11-2000/mpw-waprv
[submodule "designs/crypto_aes128"]
path = designs/crypto_aes128
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = urielcho/crypto_aes128
[submodule "designs/RV_1Cycle_CPU_Core"]
path = designs/RV_1Cycle_CPU_Core
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = gbotkin3/RISC-V-Single-Cycle-CPU-Core
[submodule "designs/caravel_PISO"]
path = designs/caravel_PISO
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mahati-basavaraju/caravel_iiitb_piso
[submodule "designs/caravel_freqdiv"]
path = designs/caravel_freqdiv
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = DantuNandiniDevi/iiitb_freqdiv_caravel
[submodule "designs/caravel_rtc"]
path = designs/caravel_rtc
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = Bandaanusha/iiitb_rtc_caravel
[submodule "designs/caravel_rv32i"]
path = designs/caravel_rv32i
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = vinayrayapati/iiitb_rv32i
[submodule "designs/graphics_controller"]
path = designs/graphics_controller
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = vijayank88/graphics_controller
[submodule "designs/caravel_r2_4bit_bm"]
path = designs/caravel_r2_4bit_bm
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = YASHWANT98/Caravel_iiitb_r2_4bit_bm
[submodule "designs/bitcoin_asic"]
path = designs/bitcoin_asic
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = WebKingdom/bitcoin_asic
[submodule "designs/rhythmIC"]
path = designs/rhythmIC
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = 3x10e8/fossi_cochlea
[submodule "designs/mpw7_open_eFPGA"]
path = designs/mpw7_open_eFPGA
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = nguyendao-uom/FABulous_eFPGA_wb
[submodule "designs/mpw7_AI_chip"]
path = designs/mpw7_AI_chip
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = thkim2031/efabless_mpw
[submodule "designs/mpw7_projtes"]
path = designs/mpw7_projtes
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = aimehta/otainfo_user_project
[submodule "designs/mpw7_RTCClock"]
path = designs/mpw7_RTCClock
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = filippocarastro/Project1
[submodule "designs/mpw7_SoomRV"]
path = designs/mpw7_SoomRV
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = git-mathis/CaravelSoomRV
[submodule "designs/mpw7_yonga_soc"]
path = designs/mpw7_yonga_soc
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = mbaykenar/mpw7_yonga_soc
[submodule "designs/mpw7_accelerator_core"]
path = designs/mpw7_accelerator_core
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = vvvverre/caravel_labs_search
[submodule "designs/mpw7_ICG"]
path = designs/mpw7_ICG
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = drvasanthi/caravel_iiitb_icg
[submodule "designs/ppcpu"]
path = designs/ppcpu
url = https://github.com/piotro888/ppcpu_caravel
[submodule "designs/mpw7_sd"]
path = designs/mpw7_sd
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = AjayKumar-Gandi/Caravel_iiitbsd
[submodule "designs/mpw7_trainable_nn"]
path = designs/mpw7_trainable_nn
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = htfab/trainable-nn
[submodule "designs/mpw7_4USR"]
path = designs/mpw7_4USR
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = DebanganaMukherjee/caravel_iiitb_usr
[submodule "designs/mpw7_rioschip"]
path = designs/mpw7_rioschip
url = https://github.com/The-OpenROAD-Project/caravel_user_project
branch = b224hisl/rioschip_resubmission
[submodule "designs/Rift2Fake"]
path = designs/Rift2Fake
url = https://github.com/whutddk/Rift2Fake_sky130_resubmission
[submodule "designs/riscduino_D3"]
path = designs/riscduino_D3
url = https://github.com/dineshannayya/riscduino_dcore
[submodule "designs/riscduino_Q2"]
path = designs/riscduino_Q2
url = https://github.com/dineshannayya/riscduino_qcore
[submodule "designs/mpw7_microwatt"]
path = designs/mpw7_microwatt
url = https://github.com/antonblanchard/microwatt-mpw7
[submodule "designs/rocket_alpha"]
path = designs/rocket_alpha
url = https://github.com/Nguyen-C-Dao/caravel_rocket_alpha