@@ -20,6 +20,8 @@ toc: true
20
20
### Browse the resources
21
21
22
22
##### Task: Review the flow terminology
23
+
24
+ - Try to formulate the meaning and purpose of all the following search results in your own words.
23
25
- Search for each of the flow steps
24
26
* Synthesis
25
27
* Floorplan
@@ -29,7 +31,6 @@ toc: true
29
31
* Finishing
30
32
- Search for as much flow components as possible (see the components names in the diagram in the lecture slides)
31
33
- 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.
33
34
34
35
Matt Venns list:
35
36
@@ -48,3 +49,27 @@ Let's try to create a timeline (or taskline) for "How to make microchips?" in a
48
49
- We try to figure out the meaning and the position in a timeline / taskline?
49
50
- Flipchart, Whiteboard, Texteditor?
50
51
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)
0 commit comments