diff --git a/README.md b/README.md index b813ebf..6db1541 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Github repo [link](https://github.com/pulp-platform/ne16). You can find information about testing in the dedicated [README](test/README.md). -## Contribution +## Contributing Bug reports and feature requests should be reported through issues. All the development should be done through forks and merged onto the `dev` branch with pull requests. @@ -76,6 +76,12 @@ The library will follow the [Semantic Versioning](https://semver.org/). *TBA* +## Contributors + +* Luka Macan <[luka.macan@unibo.it](mailto:luka.macan@unibo.it)> +* Francesco Conti <[fconti@unibo.it](mailto:fconti@unibo.it)> +* Arpan Prasad <[prasadar@iis.ee.ethz.ch](mailto:prasadar@iis.ee.ethz.ch)> + ## License Licensed under Apache-2.0; the whole text of the license can be found in the [LICENSE](LICENSE) file. diff --git a/neureka/inc/pulp_nnx_defs.h b/neureka/inc/pulp_nnx_defs.h index b38b5b3..e8ecba5 100644 --- a/neureka/inc/pulp_nnx_defs.h +++ b/neureka/inc/pulp_nnx_defs.h @@ -1,5 +1,6 @@ /* * Luka Macan + * Arpan Prasad * * Copyright 2023 ETH Zurich and University of Bologna * diff --git a/neureka/src/pulp_nnx_hal.c b/neureka/src/pulp_nnx_hal.c index f158686..1d99691 100644 --- a/neureka/src/pulp_nnx_hal.c +++ b/neureka/src/pulp_nnx_hal.c @@ -1,5 +1,6 @@ /* * Luka Macan + * Arpan Prasad * * Copyright 2023 ETH Zurich and University of Bologna *