Skip to content

Commit cfe578d

Browse files
committed
testrun monday
1 parent 245d911 commit cfe578d

36 files changed

+33
-1
lines changed

Chapter_02_OpenROAD_tools/c02_lecture.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,11 @@ AIC 2025 lectures by Carsten Wullf:
129129

130130
[https://analogicus.com/aic2025/](https://analogicus.com/aic2025/)
131131

132+
### The list of open-source tools
133+
134+
The list of flow steps and flow components in ORFS contains the information about the original open-source tools.
135+
136+
We will dive a little deeper into this list with the course training:
137+
138+
[https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html#running-the-automated-rtl-to-gds-flow](https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html#running-the-automated-rtl-to-gds-flow)
132139

Chapter_02_OpenROAD_tools/c02_training_common.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ toc: true
2020
### Browse the resources
2121

2222
##### Task: Review the flow terminology
23+
24+
- Try to formulate the meaning and purpose of all the following search results in your own words.
2325
- Search for each of the flow steps
2426
* Synthesis
2527
* Floorplan
@@ -29,7 +31,6 @@ toc: true
2931
* Finishing
3032
- Search for as much flow components as possible (see the components names in the diagram in the lecture slides)
3133
- If no result is found, try a search engine (or chatGPT).
32-
- Try to formulate the meaning and purpose of them in your own words.
3334

3435
Matt Venns list:
3536

@@ -48,3 +49,27 @@ Let's try to create a timeline (or taskline) for "How to make microchips?" in a
4849
- We try to figure out the meaning and the position in a timeline / taskline?
4950
- Flipchart, Whiteboard, Texteditor?
5051

52+
53+
### List the open-source tools in OpenROAD
54+
55+
OpenROAD uses a lot of open-source tools, that were available even before OpenROAD.
56+
57+
##### Task: Create a list of tools
58+
59+
- Use this link list as the knowledge base:
60+
* [https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html#running-the-automated-rtl-to-gds-flow](https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html#running-the-automated-rtl-to-gds-flow)
61+
- Find the names of the open-source tools that are used in ORFS.
62+
- Create a list with the columns:
63+
* Name of the open-source tool
64+
* Flow step and flow component in ORFS were the tool is used.
65+
* Description of the function of the tool
66+
* Bonus: What was modified or contributed to this tool by the OpenROAD team?
67+
68+
### Example row
69+
70+
##### Example row in the list:
71+
72+
* Yosys
73+
* Synthesis
74+
* Verilog and contstraints to netlists
75+
* Most of the initial development was coded by Claire Wolf (not by ORFS)

build/all_slides.pdf

14.8 KB
Binary file not shown.

build/c00_preparations.pdf

0 Bytes
Binary file not shown.

build/c01_lecture.pdf

0 Bytes
Binary file not shown.

build/c01_questions.pdf

0 Bytes
Binary file not shown.

build/c01_training_advanced.pdf

0 Bytes
Binary file not shown.

build/c01_training_bonus.pdf

0 Bytes
Binary file not shown.

build/c01_training_common.pdf

0 Bytes
Binary file not shown.

build/c02_lecture.pdf

1.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)