Title: Author(s): Description: /* * - write several sentences to briefly describe your project * - start with the motivation: why the project is useful or why it is interesting * - then describe what you want to achieve * - finish a brief idea of how you will implement the project * - remove this comment when finished (applies to the following sections as well) */ Setup: /* * - specify the target CPU: sifive_e (lab1--5) or sifive_u (lab6--7) * - list the previous labs you project is base on (write none if applicable) * - provide the commit id (40-char hex string) of "egos-upstream" that your project starts from * - note any relevant details about the setup. */ Core implementation: /* * - this can start empty and be gradually filled in * - provide a list of core implementation components * - each entry should read something like: * """ * : * """ */ Benchmarks: /* * - this can start empty and be gradually filled in * - your project requires user app (benchmarks) for testing. * - list the benchmarks you will implement and use for experimenting your project * - each entry should follow the format: * """ * : * """ */ Evaluation: /* * - this can start empty and be gradually filled in * - write several paragraphs to describe how you evaluate your project and what are the results * - the evaluation should demonstrate your project's functionality * - typically, evaluation consists of results from running benchmarks on your project * - you should design experiments that effectively showcase the key * functionality of your project */ GitHub repo and commit id: /* * For example: * git@github.com:NEU-CS6640-labs/egos-.git * 29dfdadeadbeefe33421f242b5dd8312732fd3c9 */