From 90a04da3f9235e17ab456b9263080f2dc32e4f1e Mon Sep 17 00:00:00 2001 From: kritik bhimani Date: Mon, 12 Jun 2017 16:09:37 +0530 Subject: fesvr: decrease DTM idle cycles --- fesvr/dtm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fesvr/dtm.h b/fesvr/dtm.h index fbf161e..4cffdbf 100644 --- a/fesvr/dtm.h +++ b/fesvr/dtm.h @@ -95,7 +95,7 @@ class dtm_t : public htif_t uint32_t xlen; - static const int max_idle_cycles = 10000; + static const int max_idle_cycles = 10; size_t ram_words; size_t data_words; -- cgit v1.1