├── LICENSE ├── README.md ├── data ├── llr.txt └── result.txt ├── ldpcDec.cpp ├── ldpcDec.h ├── main.cpp ├── matlabcode ├── Hmatrix.m ├── MotherMatrix_2_3_A.txt ├── colUpdateVec.m ├── fastSimMsVec.m ├── ldpcMsVec.m └── rowUpdateMSVec.m ├── picture ├── detail.png ├── instanceResource.png ├── perference.png ├── simulation.png ├── step1.png └── step2.png └── run_hls.tcl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/README.md -------------------------------------------------------------------------------- /data/llr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/data/llr.txt -------------------------------------------------------------------------------- /data/result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/data/result.txt -------------------------------------------------------------------------------- /ldpcDec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/ldpcDec.cpp -------------------------------------------------------------------------------- /ldpcDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/ldpcDec.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/main.cpp -------------------------------------------------------------------------------- /matlabcode/Hmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/Hmatrix.m -------------------------------------------------------------------------------- /matlabcode/MotherMatrix_2_3_A.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/MotherMatrix_2_3_A.txt -------------------------------------------------------------------------------- /matlabcode/colUpdateVec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/colUpdateVec.m -------------------------------------------------------------------------------- /matlabcode/fastSimMsVec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/fastSimMsVec.m -------------------------------------------------------------------------------- /matlabcode/ldpcMsVec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/ldpcMsVec.m -------------------------------------------------------------------------------- /matlabcode/rowUpdateMSVec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/matlabcode/rowUpdateMSVec.m -------------------------------------------------------------------------------- /picture/detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/detail.png -------------------------------------------------------------------------------- /picture/instanceResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/instanceResource.png -------------------------------------------------------------------------------- /picture/perference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/perference.png -------------------------------------------------------------------------------- /picture/simulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/simulation.png -------------------------------------------------------------------------------- /picture/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/step1.png -------------------------------------------------------------------------------- /picture/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/picture/step2.png -------------------------------------------------------------------------------- /run_hls.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cea-wind/hls_ldpc_dec/HEAD/run_hls.tcl --------------------------------------------------------------------------------