Skip to content

Commit a7a35e4

Browse files
committed
update documentation
1 parent 4c7d9be commit a7a35e4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/.idea/
22
/litex/build/
3-
/openlane/mgmt_core/runs/
4-
/openlane/mgmt_core/wrapper/runs/
3+
./openlane/mgmt_core/runs/
4+
/openlane/mgmt_core_wrapper/runs/
55
*.hex*
66
*.lst
77
*.vcd
88
*.gtkw
9+
/openlane/mgmt_core/runs/
10+
/openlane/mgmt_core_wrapper/runs/

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# list see the documentation:
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html
2222

23-
from ..generated.conf import *
23+
from generated.conf import *
2424

2525
# -- Path setup --------------------------------------------------------------
2626

docs/source/generated

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../generated

openlane/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*/runs/
22
default.cvcrc
3+
/mgmt_core_wrapper/runs/
4+
/mgmt_core/runs/

0 commit comments

Comments
 (0)