alaindargelas
alaindargelas
https://github.com/chipsalliance/Surelog/runs/7553127899?check_suite_focus=true In the build action: /d/a/Surelog/Surelog/third_party/flatbuffers/src/util.cpp:219:29: error: ‘realpath’ was not declared in this scope 114 219 | char *abs_path_temp = realpath(filepath.c_str(), nullptr); 115 |
https://github.com/waviousllc/wav-lpddr-hw
From @hs-apotell: A little context here would have helped. My bad. This issue came up because one of team member is attempting to get a language server working and he...
Antlr (and or the grammar) has difficulties with this code, the if else ... goes exponential in Antlr. [ScratchPad.sv.gz](https://github.com/chipsalliance/Surelog/files/7314096/ScratchPad.sv.gz)
The following function is n^2, it computes the line number in the original file from the expanded post-processor version of the file: https://github.com/chipsalliance/Surelog/blob/57c7b7478003477e504b15b2fca14a9c9cbc5927/src/SourceCompile/ParseFile.cpp#L169 It is only called once per file,...
@hzeller , @hs-apotell it would be a good to have an automatic stack trace produced when Surelog core dumps. Especially on Windows, during CI test, there are some tests failing...
Populate UHDM with all the SystemVerilog constraints objects from the Surelog AST and internal (new) datastructures. Related to issue: https://github.com/alainmarcel/UHDM/issues/185
Populate UHDM with all the SystemVerilog classes and related objects (methods...) from the Surelog AST and internal (new) datastructures. Related to issue: https://github.com/alainmarcel/UHDM/issues/186 See: https://github.com/alainmarcel/Surelog/blob/master/src/DesignCompile/CompileStmt.cpp As an example for supporting...
A lot of temporary UHDM object are created while performing the Elaboration in Surelog. These objects should not be serialized on disk, only the objects that are accessible from the...