We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfb994 commit 692a574Copy full SHA for 692a574
README.md
@@ -107,6 +107,13 @@ To build from your own git repository:
107
cd /home/me/myproject
108
make --file=~/OpenROAD-flow-scripts/flow/Makefile DESIGN_CONFIG=somefolder/config.mk ...
109
110
+## Running a quick smoke-test of ORFS on your own Verilog
111
+
112
+You can [run ORFS on your own Verilog files](./flow/designs/asap7/minimal/README.md)
113
+without setting up a project or moving your Verilog files and even learn
114
+a thing or two about floorplan, placement and routing
115
+before you create an .sdc file and a config.mk file.
116
117
## Citing this Work
118
119
If you use this software in any published work, we would appreciate a citation!
0 commit comments