@@ -318,9 +318,62 @@ We will explain live about the certificate of the course.
318
318
### RTL to GDS - Workflow
319
319
![ ] ( pics_lecture/rtl_to_gds_1.png )
320
320
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
+
324
377
* The actual state of open-source EDA
325
378
* Goals of this course.
326
379
* How to participate and interact with this course.
0 commit comments