Skip to content

Update most recent offering + lecture playlist #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Agile Hardware Design Course Lectures

There are the released lectures from a course at UC Santa Cruz ([CSE 228A](https://classes.soe.ucsc.edu/cse228a/Winter24/)). They are Jupyter notebooks, so one can execute code and see the result directly in the slides.
There are the released lectures from a course at UC Santa Cruz ([CSE 228A](https://classes.soe.ucsc.edu/cse228a/Spring25/)). They are Jupyter notebooks, so one can execute code and see the result directly in the slides.

You can run the notebooks without installing anything by using Binder: [click here](https://mybinder.org/v2/gh/agile-hw/lectures/HEAD?urlpath=tree)

You can view [lecture videos](https://www.youtube.com/playlist?list=PLfrN7RIcMe6g2LBRJLTHTdhyj5s8ag0Rg) of the most recent offering ([Winter 2024](https://classes.soe.ucsc.edu/cse228a/Winter24/))
You can view [lecture videos](https://www.youtube.com/playlist?list=PLfrN7RIcMe6gxHh5EwK0hktA5qWQQuSRQ) of the most recent offering ([Spring 2025](https://classes.soe.ucsc.edu/cse228a/Spring25/))

To get the best layout, we use splitcell and RISE. To set this up locally, consult `install.sh`. You can also set this up with docker with the included Dockerfile.

Expand Down