commit | 845abb04cfa34b84a276d57f4d0081485ffa694a | [log] [tgz] |
---|---|---|
author | Wentong Wu <wentong.wu@intel.com> | Sat May 09 03:54:06 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 14 13:52:07 2020 +0200 |
tree | 616b2200bc2e7c746552aa17163ec483e34f3606 | |
parent | bb80d3528efaaff4a6eaf6542c4d20d1f1c35090 [diff] |
boards: qemu_xtensa: enable icount mode Enable icount mode for qemu_xtensa platform, The icount shift value is selectd based on cpu clock frequency of this platform. The virtual cpu will execute one instruction every 2^shift ns of virtual time. Signed-off-by: Wentong Wu <wentong.wu@intel.com>