Disabling bank-wise logic because it's not fully implemented.

As soon we get power analysis + bank-wise logic working we can change the default value again.
This commit is contained in:
fzeder
2016-11-09 20:22:45 +01:00
committed by GitHub Enterprise
parent dddac71f49
commit 8e42de9b35

View File

@@ -1,5 +1,5 @@
<mcconfig>
<BankwiseLogic value="1"/>
<BankwiseLogic value="0"/>
<OpenPagePolicy value="1" />
<MaxNrOfTransactions value="8" />
<Scheduler value="FIFO_STRICT" />