-
Notifications
You must be signed in to change notification settings - Fork 75
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
Import XilinxUnisimLibrary as a test suite? #903
Comments
@hzeller @tgorochowik -- Thoughts? Is the UnisimLibrary pure verilog? |
@alainmarcel has it in the Surelog testuite in the meantime ( https://github.com/alainmarcel/Surelog/issues/568 ). Would be worthwhile to include in sv-tests |
Assigning to Karol for now, please delegate to whoever might be free. Having it in sv-tests will help us see how the tools deal with it (.. and/or how changes in the Unisims files change that) Here is how they are run in Surelog (they are there in a batchfile, but it is easy to see each individual line is one invocation) Since we need unique names per test, maybe we just compose it from the filename with some prefix in the generate script. So file
|
@alaindargelas - The upstream sim models has been updated with the missing |
Updated, also fixed my grammar for the 2 syntax errors => 0 Syntax errors. All files are parsed 100%.
On Wednesday, July 22, 2020, 10:54:40 AM PDT, Tim Ansell <[email protected]> wrote:
@alaindargelas - The upstream sim models has been updated with the missing verilog/src/glbl.v file which should make it possible to get further along in the parsing.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Does it make sense to import the https://github.com/SymbiFlow/XilinxUnisimLibrary library as a third_party test suite?
The text was updated successfully, but these errors were encountered: