-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchanges
884 lines (645 loc) · 33 KB
/
changes
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
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
----------
jsemer Date: Tue Nov 2 15:17:22 EDT 2010 CSN: CSN-leap-examples-2
Tue Nov 2 19:17:22 UTC 2010
Directory experiments
leap-demos/ Locally Added 0
Directory experiments/leap-demos
regression/ Locally Added 0
Directory experiments/leap-demos/regression
regression.models Locally Added 0
regression.benchmarks Locally Added 0
Directory experiments/leap-demos
nightly/ Locally Added 0
Directory experiments/leap-demos/nightly
nightly.models Locally Added 0
nightly.benchmarks Locally Added 0
Directory .
experiments/ Locally Added 0
Directory config/pm/leap
examples/ Locally Added 0
Directory config/pm/leap/examples
fir_filter/ Locally Added 0
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Added 0
fir_filter_sw.apm Locally Added 0
Directory config/pm/leap/examples
rrrtest/ Locally Added 0
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Added 0
rrrtest_hybrid_acp_nallatech.apm Locally Added 0
rrrtest_hybrid_arriaII.apm Locally Added 0
rrrtest_hybrid_exe.apm Locally Added 0
rrrtest_hybrid_htg.apm Locally Added 0
rrrtest_hybrid_xup_v5_pcie.apm Locally Added 0
rrrtest_hybrid_htg_jtag.apm Locally Added 0
rrrtest_hybrid_acp_jtag.apm Locally Added 0
rrrtest_hybrid_acp_arches.apm Locally Added 0
rrrtest_hybrid_xup.apm Locally Added 0
Directory config/pm/leap/examples
multiplier/ Locally Added 0
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Added 0
Directory config/pm/leap/examples
switch_to_led/ Locally Added 0
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Added 0
echo4x4_xup.apm Locally Added 0
adder4x4_xup.apm Locally Added 0
square4x4_xup.apm Locally Added 0
echo4x4_exe.apm Locally Added 0
echo4x4_htg.apm Locally Added 0
adder4x4_exe.apm Locally Added 0
square4x4_exe.apm Locally Added 0
multiplier4x4_xup.apm Locally Added 0
Directory config/pm/leap/examples
shmem/ Locally Added 0
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Added 0
Directory config/pm/leap/examples
simple/ Locally Added 0
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Added 0
switch2led_exe.apm Locally Added 0
echo_exe.apm Locally Added 0
Directory config/pm/leap/examples
devtest/ Locally Added 0
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Added 0
devtest_hybrid_htg.apm Locally Added 0
Directory modules
apps/ Locally Added 0
Directory modules/apps
examples/ Locally Added 0
Directory modules/apps/examples
counter/ Locally Added 0
Directory modules/apps/examples/counter
mkCounter.bsv Locally Added 0
counter_system.txt Locally Added 0
counter-system.cpp Locally Added 0
counter-system.h Locally Added 0
counter_system.awb Locally Added 0
System.bsv Locally Added 0
Directory modules/apps/examples
hello/ Locally Added 0
Directory modules/apps/examples/hello
hello.txt Locally Added 0
hello.cpp Locally Added 0
hello_streams_messages.dic Locally Added 0
hello.h Locally Added 0
hello.awb Locally Added 0
hello_streams_id.dic Locally Added 0
hello.bsv Locally Added 0
Directory modules/apps/examples
fir-filter/ Locally Added 0
Directory modules/apps/examples/fir-filter
sw-only/ Locally Added 0
Directory modules/apps/examples/fir-filter/sw-only
fixed.h Locally Added 0
fir-filter-system.cpp Locally Added 0
fir-filter-system.h Locally Added 0
fir-filter-system.awb Locally Added 0
fir-filter-system.bsv Locally Added 0
Directory modules/apps/examples/fir-filter
hw-only/ Locally Added 0
Directory modules/apps/examples/fir-filter/hw-only
fir.in Locally Added 0
fir-filter-system.cpp Locally Added 0
fir-filter-system.h Locally Added 0
fir-filter-system.awb Locally Added 0
fir-filter-system.bsv Locally Added 0
Directory modules/apps/examples
rrrtest/ Locally Added 0
Directory modules/apps/examples/rrrtest
rrrtest-server.h Locally Added 0
rrrtest.txt Locally Added 0
rrrtest.cpp Locally Added 0
rrrtest.rrr Locally Added 0
rrrtest-server.cpp Locally Added 0
rrrtest.h Locally Added 0
rrrtest.awb Locally Added 0
rrrtest.bsv Locally Added 0
Directory modules/apps/examples
multiplier/ Locally Added 0
Directory modules/apps/examples/multiplier
Multiplier.bsv Locally Added 0
multiplier-system.txt Locally Added 0
multiplier-system.cpp Locally Added 0
System.bsv Locally Added 0
mult_system.awb Locally Added 0
multiplier-system.h Locally Added 0
Directory modules/apps/examples
shmem-test/ Locally Added 0
Directory modules/apps/examples/shmem-test
shmem-test.bsv Locally Added 0
shmem-test.cpp Locally Added 0
shmem-test.rrr Locally Added 0
shmem-test.h Locally Added 0
shmem-test.awb Locally Added 0
Directory modules/apps/examples
switch2led/ Locally Added 0
Directory modules/apps/examples/switch2led
switch2led-system.h Locally Added 0
switch2led_system.awb Locally Added 0
switch2led_system.txt Locally Added 0
switch2led-system.cpp Locally Added 0
System.bsv Locally Added 0
Directory modules/apps/examples
mulitplier_system/ Locally Added 0
Directory modules/apps/examples/mulitplier_system
multiplier_system.awb Locally Added 0
multiplier_system.bsv Locally Added 0
multiplier_system.txt Locally Added 0
Directory modules/apps/examples
template/ Locally Added 0
Directory modules/apps/examples/template
hybrid_application.txt Locally Added 0
hybrid_application.cpp Locally Added 0
hybrid_application_streams_messages.dic Locally Added 0
hybrid_application.h Locally Added 0
hybrid_application.awb Locally Added 0
hybrid_application_streams_id.dic Locally Added 0
hybrid_application.bsv Locally Added 0
Directory modules/apps/examples
switch_to_led_system/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system
switch_to_led_system.awb Locally Added 0
switch_to_led_system.bsv Locally Added 0
switch_to_led_system.txt Locally Added 0
calculation4x4/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4
adder/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4/adder
adder4x4.awb Locally Added 0
adder4x4.bsv Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4
square/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4/square
square4x4.awb Locally Added 0
square4x4.bsv Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4
multiplier/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4/multiplier
multiplier4x4.bsv Locally Added 0
multiplier4x4.awb Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4
echo/ Locally Added 0
Directory modules/apps/examples/switch_to_led_system/calculation4x4/echo
echo4x4.awb Locally Added 0
echo4x4.bsv Locally Added 0
Directory modules/apps/examples
devtest/ Locally Added 0
Directory modules/apps/examples/devtest
devtest.cpp Locally Added 0
devtest-streams-id.dic Locally Added 0
devtest.h Locally Added 0
devtest.awb Locally Added 0
devtest.bsv Locally Added 0
devtest.txt Locally Added 0
devtest-streams-messages.dic Locally Added 0
Moved a number of demos/examples from leap to here.
----------
jsemer Date: Tue Nov 9 17:09:30 EST 2010 CSN: CSN-leap-examples-3
Tue Nov 9 22:09:30 UTC 2010
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Modified 2
fir_filter_sw.apm Locally Modified 2
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Modified 2
rrrtest_hybrid_acp_nallatech.apm Locally Modified 2
rrrtest_hybrid_arriaII.apm Locally Modified 2
rrrtest_hybrid_exe.apm Locally Modified 2
rrrtest_hybrid_htg.apm Locally Modified 2
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 2
rrrtest_hybrid_htg_jtag.apm Locally Modified 2
rrrtest_hybrid_acp_jtag.apm Locally Modified 2
rrrtest_hybrid_xup.apm Locally Modified 2
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Modified 2
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Modified 2
echo4x4_xup.apm Locally Modified 2
adder4x4_xup.apm Locally Modified 2
square4x4_xup.apm Locally Modified 2
echo4x4_exe.apm Locally Modified 2
adder4x4_exe.apm Locally Modified 2
echo4x4_htg.apm Locally Modified 2
square4x4_exe.apm Locally Modified 2
multiplier4x4_xup.apm Locally Modified 2
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Modified 2
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Modified 2
switch2led_exe.apm Locally Modified 2
echo_exe.apm Locally Modified 2
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Modified 2
devtest_hybrid_htg.apm Locally Modified 2
Changed path to default benchmark.
----------
joel Date: Thu Nov 11 07:48:02 EST 2010 CSN: CSN-leap-examples-4
Thu Nov 11 12:48:02 UTC 2010
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 3
Change apm that somehow got left as type 'HAsim' to
type 'Leap'.
----------
mpellaue Date: Wed Dec 1 15:11:18 EST 2010 CSN: CSN-leap-examples-5
Wed Dec 1 20:11:18 UTC 2010
Directory modules/apps/examples
hello/ Locally Removed 4
Directory modules/apps/examples/hello
hello.txt Locally Removed 4
hello.cpp Locally Removed 4
hello_streams_messages.dic Locally Removed 4
hello.h Locally Removed 4
hello.awb Locally Removed 4
hello_streams_id.dic Locally Removed 4
hello.bsv Locally Removed 4
Directory modules/apps/examples
template/ Locally Removed 4
Directory modules/apps/examples/template
hybrid_application.txt Locally Removed 4
hybrid_application.cpp Locally Removed 4
hybrid_application_streams_messages.dic Locally Removed 4
hybrid_application.h Locally Removed 4
hybrid_application.awb Locally Removed 4
hybrid_application_streams_id.dic Locally Removed 4
hybrid_application.bsv Locally Removed 4
* hello world and the application template erroneously lived in both
repositories. Now they will live only in leap.
Michael P.
----------
pellauer Date: Tue Jan 18 14:55:05 EST 2011 CSN: CSN-leap-examples-6
Tue Jan 18 19:55:05 UTC 2011
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Modified 5
fir_filter_sw.apm Locally Modified 5
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Modified 5
rrrtest_hybrid_acp_nallatech.apm Locally Modified 5
rrrtest_hybrid_arriaII.apm Locally Modified 5
rrrtest_hybrid_exe.apm Locally Modified 5
rrrtest_hybrid_htg.apm Locally Modified 5
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 5
rrrtest_hybrid_htg_jtag.apm Locally Modified 5
rrrtest_hybrid_acp_arches.apm Locally Modified 5
rrrtest_hybrid_acp_jtag.apm Locally Modified 5
rrrtest_hybrid_xup.apm Locally Modified 5
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Modified 5
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Modified 5
echo4x4_xup.apm Locally Modified 5
adder4x4_xup.apm Locally Modified 5
square4x4_xup.apm Locally Modified 5
echo4x4_exe.apm Locally Modified 5
adder4x4_exe.apm Locally Modified 5
echo4x4_htg.apm Locally Modified 5
square4x4_exe.apm Locally Modified 5
multiplier4x4_xup.apm Locally Modified 5
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Modified 5
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Modified 5
switch2led_exe.apm Locally Modified 5
echo_exe.apm Locally Modified 5
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Modified 5
devtest_hybrid_htg.apm Locally Modified 5
* Update leap examples .apm files to v2.2 file format using
"awb-shell update model".
----------
jsemer Date: Wed Feb 16 12:07:06 EST 2011 CSN: CSN-leap-examples-7
Wed Feb 16 17:07:06 UTC 2011
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Modified 6
fir_filter_sw.apm Locally Modified 6
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Modified 6
rrrtest_hybrid_acp_nallatech.apm Locally Modified 6
rrrtest_hybrid_arriaII.apm Locally Modified 6
rrrtest_hybrid_exe.apm Locally Modified 6
rrrtest_hybrid_htg.apm Locally Modified 6
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 6
rrrtest_hybrid_htg_jtag.apm Locally Modified 6
rrrtest_hybrid_acp_arches.apm Locally Modified 6
rrrtest_hybrid_acp_jtag.apm Locally Modified 6
rrrtest_hybrid_xup.apm Locally Modified 6
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Modified 6
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Modified 6
echo4x4_xup.apm Locally Modified 6
adder4x4_xup.apm Locally Modified 6
square4x4_xup.apm Locally Modified 6
echo4x4_exe.apm Locally Modified 6
adder4x4_exe.apm Locally Modified 6
echo4x4_htg.apm Locally Modified 6
square4x4_exe.apm Locally Modified 6
multiplier4x4_xup.apm Locally Modified 6
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Modified 6
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Modified 6
switch2led_exe.apm Locally Modified 6
echo_exe.apm Locally Modified 6
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Modified 6
devtest_hybrid_htg.apm Locally Modified 6
Updated stale models.
----------
mpellaue Date: Tue Apr 5 15:49:22 EDT 2011 CSN: CSN-leap-examples-14
Tue Apr 5 19:49:22 UTC 2011
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Modified 13
fir_filter_sw.apm Locally Modified 13
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Modified 13
rrrtest_hybrid_acp_nallatech.apm Locally Modified 13
rrrtest_hybrid_exe.apm Locally Modified 13
rrrtest_hybrid_htg.apm Locally Modified 13
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 13
rrrtest_hybrid_htg_jtag.apm Locally Modified 13
rrrtest_hybrid_acp_arches.apm Locally Modified 13
rrrtest_hybrid_xup.apm Locally Modified 13
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Modified 13
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Modified 13
echo4x4_xup.apm Locally Modified 13
adder4x4_xup.apm Locally Modified 13
square4x4_xup.apm Locally Modified 13
echo4x4_exe.apm Locally Modified 13
adder4x4_exe.apm Locally Modified 13
echo4x4_htg.apm Locally Modified 13
square4x4_exe.apm Locally Modified 13
multiplier4x4_xup.apm Locally Modified 13
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Modified 13
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Modified 13
switch2led_exe.apm Locally Modified 13
echo_exe.apm Locally Modified 13
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Modified 13
devtest_hybrid_htg.apm Locally Modified 13
* Change all models to use Build Pipeline (if not doing so already).
* Change all models to use full Soft Services not just Soft Connections.
----------
mcadler Date: Mon Apr 25 18:33:25 EDT 2011 CSN: CSN-leap-examples-15
Mon Apr 25 22:33:25 UTC 2011
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_acp_nallatech.apm Locally Modified 14
Directory admin/packages
leap-examples Locally Modified 14
- Depend on leap
- RRR test ACP was using the FPGA0 no cache environment. For reasons
unknown this fails map. Switched to standard no central cache version
for now.
----------
mpellaue Date: Mon May 23 16:52:53 EDT 2011 CSN: CSN-leap-examples-16
Mon May 23 20:52:53 UTC 2011
Directory experiments
leap-demos/ Locally Removed 15
Directory experiments/leap-demos
regression/ Locally Removed 15
Directory experiments/leap-demos/regression
regression.models Locally Removed 15
regression.benchmarks Locally Removed 15
Directory experiments/leap-demos
nightly/ Locally Removed 15
Directory experiments/leap-demos/nightly
nightly.models Locally Removed 15
nightly.benchmarks Locally Removed 15
* Rename mis-named experiments directory from "demos" to "examples".
----------
mpellaue Date: Tue May 31 10:51:35 EDT 2011 CSN: CSN-leap-examples-18
Tue May 31 14:51:35 UTC 2011
Directory modules/apps/examples/fir-filter/hw-only
fir-filter-system.bsv Locally Modified 17
* Update fir filter to not break FixedPoint abstraction anymore.
----------
mpellaue Date: Thu Aug 25 18:13:34 EDT 2011 CSN: CSN-leap-examples-19
Thu Aug 25 22:13:34 UTC 2011
Directory config/pm/leap/examples/fir_filter
fir_filter_hw_exe.apm Locally Modified 18
fir_filter_sw.apm Locally Modified 18
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_htg-synplify.apm Locally Modified 18
rrrtest_hybrid_acp_nallatech.apm Locally Modified 18
rrrtest_hybrid_arriaII.apm Locally Modified 18
rrrtest_hybrid_exe.apm Locally Modified 18
rrrtest_hybrid_htg.apm Locally Modified 18
rrrtest_hybrid_ml605d_xst.apm Locally Modified 18
rrrtest_hybrid_xup_v5_pcie.apm Locally Modified 18
rrrtest_hybrid_htg_jtag.apm Locally Modified 18
rrrtest_hybrid_acp_jtag.apm Locally Modified 18
rrrtest_hybrid_xup.apm Locally Modified 18
Directory config/pm/leap/examples/multiplier
multiplier_exe.apm Locally Modified 18
Directory config/pm/leap/examples/switch_to_led
multiplier4x4_exe.apm Locally Modified 18
echo4x4_xup.apm Locally Modified 18
adder4x4_xup.apm Locally Modified 18
square4x4_xup.apm Locally Modified 18
echo4x4_exe.apm Locally Modified 18
adder4x4_exe.apm Locally Modified 18
echo4x4_htg.apm Locally Modified 18
square4x4_exe.apm Locally Modified 18
multiplier4x4_xup.apm Locally Modified 18
Directory config/pm/leap/examples/shmem
shmem_hybrid_htg.apm Locally Modified 18
Directory config/pm/leap/examples/simple
multiplier_exe.apm Locally Modified 18
switch2led_exe.apm Locally Modified 18
echo_exe.apm Locally Modified 18
Directory config/pm/leap/examples/chipscope
chipscope_hybrid_xup_v5_sata.apm Locally Modified 18
Directory config/pm/leap/examples/devtest
devtest_hybrid_exe.apm Locally Modified 18
devtest_hybrid_htg.apm Locally Modified 18
* Update stale .apm files.
----------
mpellaue Date: Thu Sep 8 16:48:32 EDT 2011 CSN: CSN-leap-examples-20
Thu Sep 8 20:48:32 UTC 2011
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_ml605d_xst.apm Locally Modified 19
* Updating ML605 RRR test for updated platform.
----------
mcadler Date: Sun Sep 25 20:12:27 EDT 2011 CSN: CSN-leap-examples-21
Mon Sep 26 00:12:27 UTC 2011
Directory modules/apps/examples/sata_to_pcie
sata_to_pcie.bsv Locally Modified 20
Interface change to mkSizedBRAMFIFO().
----------
mcadler Date: Fri Feb 17 00:06:59 EST 2012 CSN: CSN-leap-examples-22
Fri Feb 17 05:06:59 UTC 2012
Directory config/pm/leap/examples
stdio/ Locally Added 0
Directory config/pm/leap/examples/stdio
stdio_example_hybrid_exe.apm Locally Added 0
Directory modules/apps/examples
stdio/ Locally Added 0
Directory modules/apps/examples/stdio
stdio-example.awb Locally Added 0
stdio-example.bsv Locally Added 0
README Locally Added 0
Relatively simple example of writing and reading using StdIO.
----------
mcadler Date: Fri Feb 17 08:17:01 EST 2012 CSN: CSN-leap-examples-23
Fri Feb 17 13:17:01 UTC 2012
Directory modules/apps/examples/stdio
stdio-example.bsv Locally Modified 22
Get rid of compiler warnings.
----------
mcadler Date: Sun Jul 29 14:33:02 EDT 2012 CSN: CSN-leap-examples-24
Sun Jul 29 18:33:02 UTC 2012
Directory modules/apps/examples/rrrtest
rrrtest.h Locally Modified 23
Update for new --help argument interface.
----------
kfleming Date: Tue Oct 9 20:00:27 EDT 2012 CSN: CSN-leap-examples-27
Wed Oct 10 00:00:27 UTC 2012
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_ml605_pcie.apm Locally Modified 26
Correct reset for rrrtest on ML605
----------
mcadler Date: Mon Oct 29 09:52:44 EDT 2012 CSN: CSN-leap-examples-28
Mon Oct 29 13:52:44 UTC 2012
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_ml605_pcie.apm Locally Modified 27
- 85MHz model clock
- Use FPGA environment without central cache for faster compilation
----------
mcadler Date: Sat Nov 24 15:53:26 EST 2012 CSN: CSN-leap-examples-29
Sat Nov 24 20:53:26 UTC 2012
Directory modules/apps/examples/rrrtest
rrrtest.cpp Locally Modified 28
rrrtest.rrr Locally Modified 28
rrrtest.bsv Locally Modified 28
Add host->FPGA one way tests.
----------
mcadler Date: Mon Dec 10 21:57:11 EST 2012 CSN: CSN-leap-examples-30
Tue Dec 11 02:57:11 UTC 2012
Directory config/pm/leap/examples/rrrtest
rrrtest_hybrid_vc707.apm Locally Added 0
Add RRR test for VC707.
----------
mcadler Date: Wed Feb 27 09:34:01 EST 2013 CSN: CSN-leap-examples-31
Wed Feb 27 14:34:01 UTC 2013
Directory modules/apps/examples/stdio
stdio-example.bsv Locally Modified 30
STDIO sync at end of run now automatic.
----------
mpellaue Date: Mon Sep 9 16:01:38 EDT 2013 CSN: CSN-leap-examples-32
Mon Sep 9 20:01:38 UTC 2013
Directory config/pm/leap/examples
libli/ Locally Added 0
Directory config/pm/leap/examples/libli
hybrid/ Locally Added 0
Directory config/pm/leap/examples/libli/hybrid
riso-hybrid-exe.apm Locally Added 0
edit-distance-hybrid-exe.apm Locally Added 0
source-sink-hybrid-exe.apm Locally Added 0
litest-hybrid-exe.apm Locally Added 0
Directory config/pm/leap/examples/libli
sw-only/ Locally Added 0
Directory modules/leap
libli/ Locally Added 0
Directory modules/leap/libli
li-hybrid-app/ Locally Added 0
Directory modules/leap/libli/li-hybrid-app
li-hybrid-app.cpp Locally Added 0
li-hybrid-app.h Locally Added 0
li-hybrid-app.awb Locally Added 0
README Locally Added 0
li-hybrid-app-null-hw.bsv Locally Added 0
Directory modules/leap/libli
source-sink/ Locally Added 0
Directory modules/leap/libli/source-sink
source-sink.cpp Locally Added 0
source-sink.awb Locally Added 0
Directory modules/leap/libli
litest/ Locally Added 0
Directory modules/leap/libli/litest
litest.cpp Locally Added 0
litest.awb Locally Added 0
README Locally Added 0
Directory modules/leap/libli
riso/ Locally Added 0
Directory modules/leap/libli/riso
riso.awb Locally Added 0
riso.cpp Locally Added 0
Directory modules/leap/libli
edit-distance/ Locally Added 0
Directory modules/leap/libli/edit-distance
edit-distance.awb Locally Added 0
edit-distance.cpp Locally Added 0
Add some simple examples using libli. Currently these all use hybrid HW/SW apps
with an empty HW component. However this proves out the build path.
We should think about whether a SW-only version of these apps would be useful.
This may require a new project foundation in LEAP.
----------
mpellaue Date: Mon Sep 9 17:14:17 EDT 2013 CSN: CSN-leap-examples-33
Mon Sep 9 21:14:17 UTC 2013
Directory modules/leap/libli/li-hybrid-app
li-hybrid-app-null-hw.bsv Locally Modified 32
Directory modules/leap/libli/source-sink
source-sink.cpp Locally Modified 32
Directory modules/leap/libli/riso
riso.cpp Locally Modified 32
Directory modules/leap/libli/edit-distance
edit-distance.cpp Locally Modified 32
Fixup some license headers.
----------
keflemin Date: Tue Dec 31 14:32:40 EST 2013 CSN: CSN-leap-examples-34
Tue Dec 31 19:32:40 UTC 2013
Directory modules/apps/examples
litest/ Locally Added 0
Directory modules/apps/examples/litest
litest.log Locally Added 0
litest.cpp Locally Added 0
litest.h Locally Added 0
litest.awb Locally Added 0
litest.bsv Locally Added 0
mappings/ Locally Added 0
Directory modules/apps/examples/litest/mappings
single_fpga.awb Locally Added 0
single-fpga.map Locally Added 0
single_fpga.map Locally Added 0
dual_fpga.awb Locally Added 0
dual-fpga.map Locally Added 0
dual_fpga.map Locally Added 0
Added test program for FPGA-software communication.
----------
mcadler Date: Thu Feb 13 18:28:38 EST 2014 CSN: CSN-leap-examples-35
Thu Feb 13 23:28:38 UTC 2014
Directory modules/leap/libli/li-hybrid-app
li-hybrid-app.cpp Locally Modified 34
li-hybrid-app.h Locally Modified 34
li-hybrid-app-null-hw.bsv Locally Modified 34
Directory modules/leap/libli/source-sink
source-sink.cpp Locally Modified 34
Directory modules/leap/libli/litest
litest.cpp Locally Modified 34
Directory modules/leap/libli/riso
riso.cpp Locally Modified 34
Directory modules/leap/libli/edit-distance
edit-distance.cpp Locally Modified 34
Directory modules/apps/examples/stdio
stdio-example.bsv Locally Modified 34
Directory modules/apps/examples/litest
litest.cpp Locally Modified 34
litest.h Locally Modified 34
litest.bsv Locally Modified 34
Directory modules/apps/examples/rrrtest
rrrtest.cpp Locally Modified 34
Directory modules/apps/examples/shmem-test
shmem-test.bsv Locally Modified 34
shmem-test.cpp Locally Modified 34
shmem-test.h Locally Modified 34
Directory modules/apps/examples/sata_to_pcie
sata_to_pcie.cpp Locally Modified 34
Directory modules/apps/examples/chipscope
chipscope.cpp Locally Modified 34
Switch to BSD license.