├── .gitignore ├── .gitmodules ├── README.md ├── synth_lattuino_1.sh ├── synth_lattuino_stick.sh └── update /.gitignore: -------------------------------------------------------------------------------- 1 | .tcedit.dst 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FPGALibre/fpgacores/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FPGALibre/fpgacores/HEAD/README.md -------------------------------------------------------------------------------- /synth_lattuino_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FPGALibre/fpgacores/HEAD/synth_lattuino_1.sh -------------------------------------------------------------------------------- /synth_lattuino_stick.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FPGALibre/fpgacores/HEAD/synth_lattuino_stick.sh -------------------------------------------------------------------------------- /update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FPGALibre/fpgacores/HEAD/update --------------------------------------------------------------------------------