Unai Martinez-Corral
Unai Martinez-Corral
> That's why after thinking about that I opened a PR to explicitly give a set of examples that can be understood with basic programming/VHDL skills and that covers the...
@RocketRoss, can you rebase/rework umarcor/ghdl#1 on top of https://github.com/umarcor/ghdl-cosim/tree/header?
Ref https://github.com/umarcor/ghdl-cosim/pull/17#issuecomment-627854180
I like `aux.c`. There are already a `ghdl_extra` and `ghdlex`, so I'd try to keep away from similar extra, external, example, etc. Also, I prefer short names, and aux feels...
@RocketRoss, see https://github.com/ghdl/ghdl/commit/8346c7123271b373218911593033c23db00151cf. Shall we use `caux` or `auxc` (and update #9 accordingly)?
Agree. Should we move/fork this to hdl/parse, I would provide an index/list of the open source HDL parsers I am aware of (GHDL, rust_hdl, pyVHDLParser, Verible, Surelog, Yosys, hdlConvertor, etc.)...
I'm pinging @andresmanelli, @KatCe, @vvvverre and @zhelnio. Those seem to be the users that have been improving the project lately: https://github.com/kevinpt/hdlparse/network. Maybe any or some of them wants to take...
Precisely, earlier today I found that CI in [im-tomu/fomu-workshop](https://github.com/im-tomu/fomu-workshop) is failing because of Symbolator. I asked @mithro and he told me that they forked it to [symbiFlow/symbolator](https://github.com/symbiFlow/symbolator) some time ago....
@qarlosalberto @smgl9, I can never remember it properly: are you still using hdlparse and/or symbolator in TerosHDL? Or did you replace the functionality with your own solution based on tree-sitter?
After discussing it with @Paebbels, @mithro, @PiotrZierhoffer and @kgugala, I think we all agree on having Symbolator and hdlparse forked/moved to github.com/hdl. - According to https://github.com/kevinpt/symbolator/network, it seems that the...