├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.bit 2 | *.config 3 | *.json 4 | out.txt 5 | *.mem 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This repo has migrated to: 2 | 3 | [https://github.com/mkvenkit/learn_fpga](https://github.com/mkvenkit/learn_fpga) 4 | 5 | --------------------------------------------------------------------------------