Skip to content

Commit 032d75c

Browse files
committed
q1 lecture
1 parent 0896cb2 commit 032d75c

32 files changed

+56
-3
lines changed

Chapter_01_Introduction/c01_lecture.md

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,62 @@ We will explain live about the certificate of the course.
318318
### RTL to GDS - Workflow
319319
![](pics_lecture/rtl_to_gds_1.png)
320320

321-
### Further topics
322-
* What is the new thing with this course?
323-
* Advantages of open-source in EDA
321+
322+
### Naming of RTL-to_GDS tools:
323+
324+
The naming of the tools is confusing:
325+
326+
- RTL-to-GDS
327+
- = RTL-2-GDS
328+
- = End-to-End-ASIC tools
329+
- = EDA toolchain
330+
331+
They all mean the same.
332+
333+
### Different open-Source EDA toolchains
334+
335+
Most known RTl-to-GDS toolchains:
336+
337+
- [OpenLANE](https://github.com/The-OpenROAD-Project/OpenLane)
338+
- [OpenLANE 2](https://github.com/efabless/openlane2)
339+
- [Silicon Compiler](https://www.siliconcompiler.com/)
340+
- [Coriolis](https://github.com/lip6/coriolis)
341+
342+
Used with IHP PDK and in this course:
343+
344+
- [OpenROAD flow scripts](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts)
345+
346+
which is based on
347+
348+
- [OpenROAD](https://github.com/The-OpenROAD-Project/OpenROAD)
349+
350+
### A toolchain based on scripts and configuration files
351+
352+
OpenROAD flow scripts are
353+
354+
- based on scripts (obvious in the name)
355+
- based on configuration files
356+
357+
Want most developers know from the commercial tools is:
358+
359+
- Graphical GUIs, used with a mouse and keyboard (shortcuts).
360+
- Configuration through graphical masks, windows, forms.
361+
362+
This might feel uncomfortable at the beginning.
363+
But it still has some advantages.
364+
365+
## Further introductionary topics
366+
367+
### Advantages of open-source in EDA
368+
* A word by Andrew Kahng (head of OpenROAD) about the relevance of open-source EDA
369+
370+
Andrews slides from the keynote speech at the Chipdesign Network June 2024. As pptx:
371+
372+
[https://vlsicad.ucsd.edu/NEWS24/InnovationKeynote-v6-ACTUAL-DISTRIBUTED.pptx](https://vlsicad.ucsd.edu/NEWS24/InnovationKeynote-v6-ACTUAL-DISTRIBUTED.pptx)
373+
374+
Andrews news page with the link (scroll to june 2024)
375+
[https://vlsicad.ucsd.edu/](https://vlsicad.ucsd.edu/)
376+
324377
* The actual state of open-source EDA
325378
* Goals of this course.
326379
* How to participate and interact with this course.

build/all_slides.pdf

13.4 KB
Binary file not shown.

build/c00_preparations.pdf

0 Bytes
Binary file not shown.

build/c01_lecture.pdf

7.18 KB
Binary file not shown.

build/c01_questions.pdf

0 Bytes
Binary file not shown.

build/c01_training_common.pdf

0 Bytes
Binary file not shown.

build/c02_lecture.pdf

0 Bytes
Binary file not shown.

build/c02_questions.pdf

0 Bytes
Binary file not shown.

build/c02_training_common.pdf

0 Bytes
Binary file not shown.

build/c03_lecture.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)