Skip to content
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

Support constraint files (SDC / XDC)? #5

Open
mithro opened this issue Apr 10, 2019 · 1 comment
Open

Support constraint files (SDC / XDC)? #5

mithro opened this issue Apr 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mithro
Copy link

mithro commented Apr 10, 2019

A big part of writing reliable Verilog designs is specifying things like timing constraints.

The most popular format for constraints is called SDC - Synopsis Design Constraints.

Variants of the language are supported by Quartus and Vivado uses XDC which is an expansion of the language. Verilog to Routing supports a bunch of SDC constraints too.

Technically the language is tcl but most tools don't really treat it as such. The library VtR uses is C++ and can be found here.. It is likely the SymbiFlow project will write a python based parser for SDC and XDC too.

@rochus-keller
Copy link
Owner

Thanks for the hint. I will take a look at it even though other formats that are higher on my list. Is there a standard or specification for SDC which we could use? It is called the "industry standard" but there seems to be no formal specification.

@rochus-keller rochus-keller added the enhancement New feature or request label Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants