Thomasb81

Results 16 issues of Thomasb81

Hello Position return by the tool is incorrect: include.vh: ``` input a ``` test.v: ``` module my_module( `include "include.vh" ); endmodule ``` test.py ``` from hdlConvertorAst.language import Language from hdlConvertor...

[test_hier_delay_value.sv.tar.gz](https://github.com/Nic30/hdlConvertor/files/7384509/test_hier_delay_value.sv.tar.gz) SystemVerilog grammar of hdlConvertor failed to parse the attached testcase. Apparently following syntax is right... LRM seems incomplete. the syntax is accepted and simulation is run by several commercial...

Ieee1800-2017 is written in a way Optional compiler directives from Annex E need to be recognized in order to avoid syntax issue when they are present in a source code:...

Reference : https://github.com/pallets/jinja/pull/674#issuecomment-549373909 https://github.com/pallets/jinja/issues/408#issuecomment-556501327 https://github.com/pallets/jinja/issues/1130

parser

1. on following testcase ``` module dut ( output var logic a); assign a = 0; assign a = 1; endmodule ``` The uhdm elaborated tree is ``` ... \_port:...

Hello On following example : ![test6](https://github.com/mjwybrow/adaptagrams/assets/1123617/321af8cb-0932-4976-b29f-2697be1927bb) The testcase is represented by 4 shapes. The 2 left shape, are each connected to shape on the right. Each shape on the right...

Fix https://github.com/Nic30/hdlConvertor/issues/160 by adding hierarchical_identifier as alternative in delay_value rule Please indicate how to add tests to the testsuite. I have 2 tests to add.

Hello Current draft push request is an attempt to fix : https://github.com/Nic30/hdlConvertor/issues/166 First it remove new line added in preprocessing result. One part of the fix consist to make the...

Hello This a bug report for https://pypi.org/project/antlr4-python3-runtime/ Apparently something went wrong during the release process of 4.13.1, the generated lexer of the xpath feature has not been regenerated. This lead...

Fix https://github.com/antlr/antlr4/issues/4656 Remove duplicated element