Hi Nic
I found hdlConvertor interesting for my coming project (on Python generated SV), and would like to use it.
However, I would like my user can use hdlConvertor directly from a simple pip install hdlConvertor, without building it from the source every time. (e.g. apt install ... and the build process during pip install hdlConvertor)
So, I would like to have a built version of hdlConvertor with ANTLR4 library and I am more than happy to contribute.
We might expect the following in the Wheel bundle:
- Compiled
hdlConvertor shared library, with Python Wrapper
- Compiled
ANTLR4 shared library
- License for both libraries included
Example: Test PyPi page
I can provide the GitHub Action to achieve this by:
- Integrating the GitHub CI into this repository, OR
- Hosting another repository and publishing as a separate package, e.g.
hdlConvertor-binary
May I have your thoughts on this proposal?
Looking forward to contributing with you 😄
Hi Nic
I found
hdlConvertorinteresting for my coming project (on Python generated SV), and would like to use it.However, I would like my user can use
hdlConvertordirectly from a simplepip install hdlConvertor, without building it from the source every time. (e.g.apt install ...and the build process duringpip install hdlConvertor)So, I would like to have a built version of
hdlConvertorwith ANTLR4 library and I am more than happy to contribute.We might expect the following in the Wheel bundle:
hdlConvertorshared library, with Python WrapperANTLR4shared libraryExample: Test PyPi page
I can provide the GitHub Action to achieve this by:
hdlConvertor-binaryMay I have your thoughts on this proposal?
Looking forward to contributing with you 😄