ctb server: introducing 1 us delay between rd strobe and fifo read due to different clocks

This commit is contained in:
2019-04-23 14:35:07 +02:00
parent 21cab38921
commit 4e3baf41cb
5 changed files with 21 additions and 6 deletions

View File

@ -1,7 +1,7 @@
CROSS = bfin-uclinux-
CC = $(CROSS)gcc
CFLAGS += -Wall -DCHIPTESTBOARDD -DSTOP_SERVER -DDEBUG1 #-DJCTB -DVERBOSEI #-DVERBOSE
LDLIBS += -lm -lstdc++
LDLIBS += -lm -lstdc++
PROGS = ctbDetectorServer
DESTDIR ?= bin