Merge pull request #2 from msaligane/main

Notebook template + Update to How to submit our Notebook
This commit is contained in:
Boris Murmann 2023-02-08 07:42:02 -08:00 committed by GitHub
commit c1baeac12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1054 additions and 4 deletions

View File

@ -7,6 +7,27 @@ Create a Jupyter notebook detailing the main ideas of your design. You can choos
**Note: It is not necessary to create a layout at the proposal stage**.
- Create a pull request for your proposal notebook submission by the deadline stated below. Refer to the “how to submit” instructions in the Chipathon repository for further details.
## How to Submit your Notebook
Participants are required to send their [GitHub Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) to this repository by: May 1, 2023, 11:59 PM Pacific Time.
**_Note_:** Please do not make any modifications to your Pull Request after the above deadline. All PRs will be merged after the deadline is passed.
Please use the following [Notebook Template](template_notebook_to_follow.ipynb) for your submission.
The following Notebooks could be used as a reference:
- A [temperature sensor generator](https://github.com/idea-fasoc/OpenFASOC/blob/main/docs/source/notebooks/temp-sense-gen/temp_sense_genCollab.ipynb)
- An [inverter](https://developers.google.com/silicon/guides/digital-inverter-openlane)
- More silicon Notebooks hosted by [CHIPS Alliance](https://github.com/chipsalliance/silicon-notebooks)
Pull Requests are expected to be placed in the [initial_notebooks_2023 folder](initial_notebooks_2023/submitted_notebooks). To help with the review process, please follow the guidelines below:
- Create a **subfolder** inside [initial_notebooks_2023 folder](initial_notebooks_2023/submitted_notebooks) which includes Notebooks with your project name and any files or README that are needed.
- Spell out your team members at the top of your Notebook.
- Add References to your work which includes Notebooks you have reused.
- Feel free to open GitHub issues if you have any questions regarding this process.
- Add tools versions that you recommend to run your Notebook.
Please refer to this general documentation on how to start a [Colab](https://colab.research.google.com/) or [Jupyter](https://jupyter-notebook.readthedocs.io/) Notebooks.
## Schedule
- Info session: March 9, 2023, 8:00 AM Pacific Time (meeting link to follow).
- Proposal deadline: May 1, 2023, 11:59 PM Pacific Time

View File

@ -4,8 +4,8 @@
    [Call for proposals](CALL.md)
    [How to participate](HOWTO.md)
    [Target specifications](SPECS.md)
    [Design tools](TOOLS.md)
    [Call for Proposals](CALL.md)
    [How to Participate](HOWTO.md)
    [Target Specifications](SPECS.md)
    [Design Tools](TOOLS.md)
    [FAQ](FAQ.md)

File diff suppressed because one or more lines are too long