Wilson Snyder
Wilson Snyder
Can you comment if "./configure CXX=my_gcc_version" worked?
Ideally configure would just pick the "newest" --std that works (hence the name of the variable). We used to do that and it caused breakage; the problem is that glibc...
Is there some change to Verilator needed for this, if so what?
>I've looked for some tool that could warn about thread unsafe calls, but couldn't find one that would satisfy me. I went with creating callgraph. In the future we could...
As to clang-callgraph, do you want to keep that a separate package? Alternatively assuming it stays reasonably small I'd welcome it to be part of the verilator tree (to work...
Can we get https://github.com/antmicro/clang-callgraph contributed as part of this? I think this is hard to maintain correctness otherwise. If you want a more open license than the GNU/GPL license of...
Great, thanks, I think it's ideal if the callgraph check can be a separate pull we can merge before these other two so we make sure that verilated is MT...
Perhaps you'd be willing to submit a pull to support it? (On the develop-v5 branch.)
@kbieganski checking to make sure you aren't already working on "iff"? Do you know what files might need updating to support it? - Use develop-v5 branch as origin for the...
scv seems fairly small and uses CUDD under the covers. I'd suggest look more into that as a starting point for our own C++ library, versus a C++ library we...