Matthieu Baty

Results 4 comments of Matthieu Baty

I just took a glance at how the C++ code for `getFields` is generated. As it is not a rule but a function, it returns by modifying its `ret` argument...

An occurrence of `tmp` was left unchanged in the `READ` macro, which leads to errors when compiling anything that uses it (e.g. `examples/conflicts_modular.v`: `cuttlesim.hpp:1403:27: error: ‘tmp’ was not declared in...

I just tried setting WAIT to larger values (2'000'000, 20'000'000, ...) to no avail.

Note that changing the definition to ``` circuit c: type enum = const {|a: const UInt, b: UInt|} module c: ``` doesn't seem to improve anything (surprisingly, even the `:0:...