Thomasb81
Thomasb81
Problem remain with swig 4.1.0
@hs-apotell I push the material here : https://github.com/Thomasb81/UHDM/tree/python_wrapper The `python/CMakeLists.txt` with `swig_add_library` is not clean and have dependency issue on generated files. So from scratch if generated files does not...
> ``` > namespace std { > %template(UIntVector) vector; > } > ``` This code does not make sense to me ... but solve the compilation problem. Thanks
In the `vpi_user.h` we have following function prototype: ``` PLI_INT32 vpi_vprintf (PLI_BYTE8 *format,va_list ap); PLI_INT32 vpi_mcd_vprintf (PLI_UINT32 mcd, PLI_BYTE8 *format, va_list ap); ``` This prototype produce following error at compilation...
I find an elegant way to exclude them with `#ifndef SWIG` / `#endif` arround declaration definition
I am confuse... does SV API suppose to be usable to modify or create uhdm db or is the intent is limited to get api ?
> load (Only link UHDM) the UHDM db Actually the solution provide by https://github.com/chipsalliance/UHDM/pull/895, is to map of uhdm model class because the vpi api only does not allow to...
The testcase and the procedure to reproduce this testcase is not very clear to me. ( source code testcase, command line) I notice an huge improvement for testcase of following...
Issue https://github.com/chipsalliance/Surelog/issues/2035 is also closed. I assume surelog code change is drop. @hzeller mentions in https://github.com/chipsalliance/Surelog/issues/1727#issuecomment-1091985197 that target speed-up is 1.5x-2x. I understand no-one is currently working on the subject,...
No, but at least the performance issue on your specific use-case, is some how address ? On parsing problem, more speed is always desirable but at some point the cost...