@@ -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
3435Matt 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)
0 commit comments