-
Notifications
You must be signed in to change notification settings - Fork 31
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
Questions about moore-vhdl-syntax #203
Comments
Hi @m-kru
It does something, but it's by no means anywhere resembling completion. Since most of the ASIC/FPGA world seems to be pivoting towards SystemVerilog (and my daily work involves Verilog 😉), I'm focusing on getting the SV part in shape for the time being. But VHDL is in the roadmap and will get a complete implementation one day.
I'd say about 60%. Cool pointers, thanks. Haven't tried to compile any of these yet.
Yes, you can use any of the parallelization techniques (e.g. the wonderful
It's pretty fast, but I don't have numbers. The time to parse is actually not that relevant in practice, since parsing is generally the trivial part of compilation, and far more time is spent in the downstream passes which try to make semantic sense of the HDL.
|
It's hard to say how true this is. VHDL vs Verilog
I can't agree. Let me introduce a broader point of view. VHDL community is suffering because of numerous VHDL parser projects. There are some tries to tries to try to unite. To satisfy different usages the parser must be fast, for example in terms of LSP server parsing performance makes a difference. Generally, it looks like whole LLHD project has huge potential. In my humble opinion you should mark |
Hi, I wanted to ask few questions about the moore-vhdl-syntax. I would really appreciate if you answer.
The text was updated successfully, but these errors were encountered: