-
Hello. Looking at the document in minjae@minjae-desktop:~/OpenROAD3DFlow/docs/misc$ patch -p < AddTool.patch
patch: option requires an argument -- 'p'
patch: Try 'patch --help' for more information. I am not familiar with patch files, so I can't assume what is the problem. If you let me know then I would be very appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Jul 27, 2023
Replies: 1 comment 3 replies
-
Hi
Please see
https://openroad.readthedocs.io/en/latest/contrib/DeveloperGuide.html#example-of-adding-a-tool-to-openroad
The patch file itself is a bit old so some updating might be needed. What
new tool are you adding?
Matt
…On Thu, Jul 27, 2023 at 12:35 PM MinJae Kim ***@***.***> wrote:
Hello.
Looking at the document in docs/contrib/DeveloperGuide.md, following the Example
of Adding a Tool to OpenROAD section, I would like to patch
docs/misc/AddTool.patch
<https://urldefense.com/v3/__https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/docs/misc/AddTool.patch__;!!Mih3wA!E8dMm8tllMdaJqg9dQDG2gdIGIQe6oyK4Wc2jwdyHu_Mj1ZiwCsB1wpO6M8xameNKM55mFQ-D3TwPa4OEMVsumqLnA$>
file but the error message has occurred.
***@***.***:~/OpenROAD3DFlow/docs/misc$ patch -p < AddTool.patch
patch: option requires an argument -- 'p'
patch: Try 'patch --help' for more information.
I am not familiar with patch files, so I can't assume what is the problem.
If you let me know then I would be very appreciated.
Thank you.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/The-OpenROAD-Project/OpenROAD/discussions/3735__;!!Mih3wA!E8dMm8tllMdaJqg9dQDG2gdIGIQe6oyK4Wc2jwdyHu_Mj1ZiwCsB1wpO6M8xameNKM55mFQ-D3TwPa4OEMXWBo3x5A$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAFZ5KV4JD67CVJZUPMDIITXSK7IJANCNFSM6AAAAAA22RKKIU__;!!Mih3wA!E8dMm8tllMdaJqg9dQDG2gdIGIQe6oyK4Wc2jwdyHu_Mj1ZiwCsB1wpO6M8xameNKM55mFQ-D3TwPa4OEMW62Z2a6g$>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patch -p1 < docs/misc/AddTool.patch
However I do see some errors. This example is quite old and in need of updating
@vvbandeira perhaps this can be addressed as part of the docs work.