Skip to content

Commit

Permalink
missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Davide Schiavone committed Aug 2, 2017
1 parent 8635a56 commit 53624f4
Show file tree
Hide file tree
Showing 19 changed files with 257 additions and 3 deletions.
14 changes: 14 additions & 0 deletions sw/apps/bench/ipm/ipm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
// IPM: Inflexion Point Method
// see http://ch.mathworks.com/help/images/morphology-fundamentals-dilation-and-erosion.html

Expand Down
14 changes: 14 additions & 0 deletions sw/apps/bench/ipm/ipm.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#ifndef IPM_H

#define N 5
Expand Down
14 changes: 14 additions & 0 deletions sw/apps/bench/ipm/ipm_test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#include "common.h"
#include "ipm.h"

Expand Down
15 changes: 15 additions & 0 deletions sw/apps/bench/keccak/keccak_test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/

#include "common.h"

typedef struct {
Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/cnn_layer/cnn_layer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#ifndef _CONF_HEADER_
#define _CONF_HEADER_

Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/convolution/convolution.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#ifndef _CONF_HEADER_
#define _CONF_HEADER_

Expand Down
15 changes: 15 additions & 0 deletions sw/apps/sequential_tests/fdct/fdct.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/

// *********************************************************************************************************
// * FDCT.C *
// * *
Expand Down
15 changes: 15 additions & 0 deletions sw/apps/sequential_tests/fdct/fdct.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/

/***********************************************************************/
/*************** TCDM VARIABLE TO BE CHECKED ***************************/
/***********************************************************************/
Expand Down
15 changes: 14 additions & 1 deletion sw/apps/sequential_tests/fft/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#include "kiss_fft.h"
#include "kiss_fftr.h"
#include "_kiss_fft_guts.h"
Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/fft/stimuli.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
__attribute__ ((section(".heapsram"))) int16_t g_stimuli[512] = {
0xD8F0,
0xD930,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
short int Y_back[64][80] =
{
88,90,92,92,91,58,80,89,74,65,136,138,82,82,79,131,136,137,106,99,137,137,137,136,136,136,135,134,135,135,135,120,82,135,135,134,134,133,102,94,130,131,77,78,130,131,129,148,131,107,122,124,124,124,121,116,73,78,78,73,89,92,84,88,77,90,107,88,58,88,131,156,118,114,130,111,143,169,172,173,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
short int Y_test[64][80] =
{
88,90,92,92,91,58,80,89,74,65,136,138,82,82,79,131,136,137,106,99,137,137,137,136,136,136,135,134,135,135,135,120,82,135,135,134,134,133,102,94,130,131,77,78,130,131,129,148,131,107,122,124,124,124,121,116,73,78,78,73,89,92,84,88,77,90,107,88,58,88,131,156,118,114,130,111,143,169,172,173,
Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/motion_detection/motion_detection.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#include "bench.h"

// Performance counters
Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/motion_detection/test_20_20.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#define IMG_WIDTH 20
#define IMG_HEIGHT 20

Expand Down
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/motion_detection/test_5_5.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#define IMG_WIDTH 5
#define IMG_HEIGHT 5

Expand Down
Binary file removed sw/apps/sequential_tests/pooling/gmon.out
Binary file not shown.
14 changes: 14 additions & 0 deletions sw/apps/sequential_tests/pooling/pooling.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/
#ifndef _CONF_HEADER_
#define _CONF_HEADER_

Expand Down
15 changes: 15 additions & 0 deletions sw/apps/sequential_tests/stencil/stencil.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/

// stencil header file

// matrix dimension
Expand Down
15 changes: 15 additions & 0 deletions sw/apps/sequential_tests/sudokusolver/sudokusolver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/* Copyright (C) 2017 ETH Zurich, University of Bologna
* All rights reserved.
*
* This code is under development and not yet released to the public.
* Until it is released, the code is under the copyright of ETH Zurich and
* the University of Bologna, and may contain confidential and/or unpublished
* work. Any reuse/redistribution is strictly forbidden without written
* permission from ETH Zurich.
*
* Bug fixes and contributions will eventually be released under the
* SolderPad open hardware license in the context of the PULP platform
* (http://www.pulp-platform.org), under the copyright of ETH Zurich and the
* University of Bologna.
*/

//define sudoku size
#define SUDOKUSIZE 9

Expand Down

0 comments on commit 53624f4

Please sign in to comment.