Browse Source

fesvr: decrease DTM idle cycles

sodor
kritik bhimani 9 years ago
committed by Albert Ou
parent
commit
90a04da3f9
  1. 2
      fesvr/dtm.h

2
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;

Loading…
Cancel
Save