From bf059d922ac139a010a33c1ecb5842e06f49c050 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 17 Dec 2014 14:54:09 +0100 Subject: [PATCH] sleep in init_system, to give the FPGA a little more time before address assignment --- tools/init_system.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/init_system.pl b/tools/init_system.pl index 43e64a6..2bb3c43 100755 --- a/tools/init_system.pl +++ b/tools/init_system.pl @@ -53,7 +53,7 @@ print("GBE:\t".join(", ", map {sprintf("%04x",$_)} @gbe)."\n"); run("trbcmd reset"); -sleep 1; +sleep 2; #Set addresses run(DAQTOOLSPATH."/tools/merge_serial_address.pl ".DAQTOOLSPATH."/base/serials_trb3.db ".CONFIGPATH."/network/addresses_trb3.db"); -- 2.43.0