├── Arty-A7-100.xdc ├── HDL-Deflate.xpr ├── LICENSE ├── Makefile ├── README.md ├── chip40.v ├── deflate.py ├── deflate.v ├── dump.v ├── test_deflate.py └── upduino_v2.pcf /Arty-A7-100.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/Arty-A7-100.xdc -------------------------------------------------------------------------------- /HDL-Deflate.xpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/HDL-Deflate.xpr -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/README.md -------------------------------------------------------------------------------- /chip40.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/chip40.v -------------------------------------------------------------------------------- /deflate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/deflate.py -------------------------------------------------------------------------------- /deflate.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/deflate.v -------------------------------------------------------------------------------- /dump.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/dump.v -------------------------------------------------------------------------------- /test_deflate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/test_deflate.py -------------------------------------------------------------------------------- /upduino_v2.pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomtor/HDL-deflate/HEAD/upduino_v2.pcf --------------------------------------------------------------------------------