Bea Healy

Results 15 comments of Bea Healy

Hey @Ckaf! I've pushed a couple of PRs this week that mean we now have a flow for converting combinational modules to usable SMTLIB. If you add the `for-smtlib-export` to...

> Hello [@TaoBi22](https://github.com/TaoBi22)! That's great! I am currently researching open tools for formal verification of hardware circuits, and I am interested in what the current limitations are for supporting circuits...

> Okay, I was able to compile the project. The issue was with the flag `-DLLVM_ENABLE_LLD=ON`, and I think I can even fix it if I get around to it....

Ah yeah, I took a look at the Yosys flow and I think that emitting the transition functions as they do should definitely be possible. We don't have any proper...

The generated Moore IR is: ``` module { moore.module @top() { %0 = moore.constant_string "Test" : i32 %1 = moore.conversion %0 : !moore.i32 -> !moore.string %a = moore.variable %1 :...