Nic30

Results 214 comments of Nic30

> For example, what do you exactly mean with classes? https://github.com/Nic30/hwtGraph/tree/master/hwtGraph/elk/containers The hdlConvertor library in this [branch](https://github.com/Nic30/hdlConvertor/tree/process_parser) can parse the hdl languages. However now it parse body only of verilog...

Hello, https://github.com/Nic30/pyDigitalWaveTools/blob/master/tests/vcdParser_test.py#L42 Try if it works for you, I can eventually prepare some examples if required, currently I do not remember if the json format is exactly same but the...

I can not utilize directly pyDigitalWaveTools because it is a Python. But there are several vcd parsers in JS, eg. https://github.com/wavedrom/vcd https://github.com/ahmed-agiza/vcd-parser and many others. Do you think you can...

![d3-wave-hexedit](https://user-images.githubusercontent.com/5032806/103482956-390d7e80-4de4-11eb-94ec-abb472e18178.png)

@jabate-anova Sorry, I am seeing this issue just now, there are may people asking the same and the response is: In some cases it is possible but it generic case...

Hello @diffore, >Is this something that is not supported or a bug? bug this was fixed before, but it seems that the issue is still there, the problem is that...

Hello, problem is that the line/file is not translated using [line_map](https://github.com/Nic30/hdlConvertor/blob/master/include/hdlConvertor/verilogPreproc/out_buffer.h#L32)

Hello @Thomasb81 , have you had any success fixing this issue? In next week I still do not have any time, but I think that this fix is something essential...

@Thomasb81 , theoretically I do have some people through summer jobs, I do not know if it is withing their reach but I hopefully the branch with the fix will...

@the-moog I do have some notes which you may find useful: 1. Preprocessor works on text level, you can not access or parse the code blocks before all preprocessor tasks...