data: publish complete Calculet NPU research archive

This commit is contained in:
2026-08-02 14:57:11 +08:00
parent b5c4fbffab
commit 98e6cadcb6
12400 changed files with 6166642 additions and 0 deletions
@@ -0,0 +1,27 @@
include ../../../build-unix/Makefile.config
PROJECT = lt
VPATH = \
../src \
../../common/src
INCDIR = \
-I../include \
-I../../common/include
OBJS = \
$(PROJECT).o \
$(PROJECT)_top.o \
lt_initiator.o \
\
at_target_1_phase.o \
lt_target.o \
initiator_top.o \
memory.o \
report.o \
traffic_generator.o
include ../../../build-unix/Makefile.rules
# DO NOT DELETE