-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script for Mentor Precision #55
Add script for Mentor Precision #55
Conversation
Hi @WRoenninger, thanks for the PR! Overall looks good, a few minor things:
|
f96d52b
to
0af9a09
Compare
Hi @micprog, added the suggestions to the PR.
As for the syntax of the generated script, was using a patched On that note, more perhaps of a feature request to be handled separately. I am working with some VHDL sources currently and some codebases use different compilation library names instead of the default |
Thanks @WRoenninger ! LGTM now. Regarding the use of different libraries, you may want to check out a WIP branch |
12dec34
to
27aad11
Compare
Signed-off-by: Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
Signed-off-by: Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
Signed-off-by: Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
Signed-off-by: Wolfgang Roenninger <wroennin@iis.ee.ethz.ch>
27aad11
to
070ef81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, merging
This adds the feature to generate scripts for adding files to Mentor's Precision RTL synthesis tool.
Also this is the first time that I wrote something rust. So feel free to correct this if I made some obvious mistakes / broke the cargo dependencies.