## Hog and Sigasi

Sigasi Visual HDL is a popular VSCode extension for VHDL and SystemVerilog development. It provides advanced code editing features, such as intelligent code completion, real-time error checking, and powerful navigation tools.

Hog can help you to create Sigasi projects for your Hog-managed projects, using the Hog `SIGASI` command.

```shell
./Hog/Do SIGASI <project name> [options]
```

This generates a CSV file named sigasi_<project name>.csv in the current directory, which can be used to create a Sigasi project.

You can use the python script provided by Sigasi to convert the generated csv file into a Sigasi project.

More info can be found on the [Official Sigasi Webpage](https://www.sigasi.com/knowledge/how_tos/generating-sigasi-project-vivado-project/#2-generate-the-sigasi-project-files-from-the-csv-file).
