gitextract_zygrtfz8/ ├── README.md ├── data/ │ └── golden_result.txt ├── lab1/ │ ├── README.md │ ├── refcode/ │ │ ├── conv3d.m │ │ ├── convmxu.m │ │ └── saveparam.m │ ├── run_hls.tcl │ └── src/ │ ├── mxu.cpp │ ├── tb_mxu.cpp │ └── tpu.h ├── lab2/ │ ├── README.md │ ├── run_hls.tcl │ └── src/ │ ├── relu_norm_pool.cpp │ ├── tb_pool.cpp │ └── tpu.h └── src/ ├── ctrl.cpp ├── mxu.cpp ├── norm_relu_pool.cpp ├── tb_tpu.cpp ├── tpu.cpp └── tpu.h