Are there any tutorials online for the OpenLane fl...
# courses
m
Are there any tutorials online for the OpenLane flow?
k
Will this help? https://gitlab.com/gab13c/openlane-workshop This is made by one of our participants
m
@Kunal That does help. However it has no license... ?
I emailed Grant about the license since it doesn't allow issues
k
Oh yes Thanks for emailing him
Tagging @Grant Brown
s
Any courses or tutorials for OpenROAD?
cd ..
cd /tools ls magic OpenROAD TritonRoute yosys
How do I invoke each tool?
That is, without OpenLane
@aryap @Matthew Guthaus Any courses or tutorials for OpenROAD? Here is what I have in my /tools directory. This is OpenROAD, not the whole openlane: magic OpenROAD TritonRoute yosys How do I invoke each tool? That is, without the entire OpenLane
m
I would start looking at the "flow.tcl" file in the test subdirectory. It shows the necessary commands to run. Then you can look at the documentation for each or just "help <command>" in the openroad shell (which you can start by running "openroad")
@selamu said ^^
s
@Matthew Guthaus is it in OpenROAD-flow/flow/test subdir? There is no flow.tcl file there
m
@selamu said OpenRoad/test/flow.tcl
s
My intallation does not have test under OpenROAD
It may be old. I am using a preinstalled tool
a
what version of openroad do you have?
a few people are trying to put together a tutorial of sorts
you can follow that in #courses
wait. that's where we are. you can follow that by indicating your interest haha
😂 1
s
Is ther a command that returns version? I would just say it is a year or so old
m
I would most definitely update then
s
Any way to find version though? I will see about updating
m
when you start openroad it says the version
For example: OpenROAD 1 f6558e6800bcf15063c04b345b353e647bcc59f5
s
the command is "openroad" from any directory?
to start openroad
I guess I need the .tcl file to start openroad first
m
If you have openroad installed, openroad will start the shell.