├── .gitmodules ├── Decompiler.py ├── README.md ├── cells ├── PDPW16KD_wrapper.v ├── cells_ff.vh ├── cells_io.vh ├── cells_sim.v └── tile.v ├── example ├── counter.bit └── counter.v └── images ├── image1.png └── image2.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/.gitmodules -------------------------------------------------------------------------------- /Decompiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/Decompiler.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/README.md -------------------------------------------------------------------------------- /cells/PDPW16KD_wrapper.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/cells/PDPW16KD_wrapper.v -------------------------------------------------------------------------------- /cells/cells_ff.vh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/cells/cells_ff.vh -------------------------------------------------------------------------------- /cells/cells_io.vh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/cells/cells_io.vh -------------------------------------------------------------------------------- /cells/cells_sim.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/cells/cells_sim.v -------------------------------------------------------------------------------- /cells/tile.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/cells/tile.v -------------------------------------------------------------------------------- /example/counter.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/example/counter.bit -------------------------------------------------------------------------------- /example/counter.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/example/counter.v -------------------------------------------------------------------------------- /images/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/images/image1.png -------------------------------------------------------------------------------- /images/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VoidMercy/Lattice-ECP5-Bitstream-Decompiler/HEAD/images/image2.png --------------------------------------------------------------------------------