Commit 0edf6df
committed
[Yosys][Warnings] Fixed Fatal Not Git Repo Warning
Fixed a warning where "fatal: not a git repository: './/.git' was being
printed during builds of VPR.
This is caused by Yosys being included as a subtree instead of a git
submodule. The Makefile in Yosys is trying to get the current version of
git for Yosys but it cannot do it since it is not a git repo.
Just commented out the line causing the warning for now.1 parent 7df2340 commit 0edf6df
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
0 commit comments