LTG

Results 4 issues of LTG

**Describe the bug** `I don't know huhu ` **The code** `module vending_machine( input clk, input nickle, dime, quarter, output reg soda, output reg [3:0] change ); //parameter for state assignment...

bug

**Describe the bug** TerosHDL cannot produce a FSM **Code** ` `timescale 1ns/1ns module vending_machine( input wire clk, input wire rst_n, input wire nickle, input wire dime, input wire quarter, output...

enhancement

It's look like there is some errors. ![image](https://github.com/user-attachments/assets/2d58fd2b-0c51-4975-a2ad-cc59648d75fe) Here is the folder: ![image](https://github.com/user-attachments/assets/dc962fb2-902e-4588-bec7-54c31d289c30) Maybe my C:\Users\namhe is lacking the ".teroshdl_fryIl_". How can I fix that ?

bug

**Describe the bug** I tried to generate FSMs from the this source code (https://github.com/open-logic/open-logic/blob/main/doc/axi/olo_axi_master_simple.md) **To Reproduce** Code to reproduce the error. **Code** Code to reproduce the error. **Please complete the...

bug