canerbulduk
Results
2
issues of
canerbulduk
While building the plugin via "make", I was getting the following error. ``` src/ghdl.cc:760:8: error: use of undeclared identifier 'Id_Dlatch'; did you mean 'Id_Latch'? case Id_Dlatch: ^~~~~~~~~ Id_Latch /usr/local/include/ghdl/synth_gates.h:72:4: note:...
In case of a state without transition condition but with mealy outputs; the parsing is failed. As an example, you can see the DEFAULT state on following code. ```yaml transitions:...