Commit a1639d6
authored
Vivado Tool: Allow for "none" option for synth (#505)
Summary
In the case in which the synth and pnr are set to none, use the post_build as the target for the vivado runner
Reasoning
The vivado tool currently fails to run any of the post_build scripts if synth is set to none. This allows custom user injection of post_build scripts which can run custom tcls, etc. to allow a broader use of vivado features while still leveraging project mode through fusesoc's project make target.1 parent b0e45b3 commit a1639d6
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
116 | 122 | | |
117 | 123 | | |
118 | 124 | | |
| |||
0 commit comments