-
Notifications
You must be signed in to change notification settings - Fork 2
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 PSL tests #1
Comments
I believe this is well covered already. Torsten is the contributor of reference with regard to PSL (https://ghdl.github.io/ghdl/licenses.html#list-of-contributors), so we do have fluent communication when required. Initially Yosys and SymbiYosys were built and containers were maintained in ghdl/docker. However, that content didn't really belong in there, so it was moved to hdl/containers. That is what users of PSL and formal verification with open source tools should consume. It's the fastest path for testing bleeding-edge GHDL along with Yosys and SymbiYosys. Currently:
Note that there is a relatively complex cross-relation between ghdl/ghdl, ghdl/docker, ghdl/ghdl-yosys-plugin, hdl/containers, setup-ghdl-ci, Torsten's repos, etc. A similar complexity exists with regard to co-simulation (ghdl-cosim, VUnit, cocotb, hdl/containers, setup-ghdl-ci...). Other subsets are/will be Synthesis/PnR (fomu-workshop, NEORV32, microwatt, etc.) and ASIC tooling. See section "Images including multiple tools" in https://hdl.github.io/containers/#_tools_and_images, or the graphs in https://hdl.github.io/containers/dev/index.html#_graphs for understanding which are the 3-5 domains. |
@tmeissner has a repository for testing GHDL's PSL capabilities.
Maybe this should be integrated too.
https://github.com/tmeissner/psl_with_ghdl/
/cc @umarcor
The text was updated successfully, but these errors were encountered: