diff options
| author | Prashanth Mundkur | 2018-09-28 18:37:11 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-10-23 15:32:15 -0700 |
| commit | 8525e0b26eaec05c2c031279693cd61c544fc12a (patch) | |
| tree | 78f2f2ce1625152b0a3a380b5cdf8b27b5758d95 /riscv/riscv_platform_impl.h | |
| parent | 0bce4fc40f2473e6f9f59e54b3e5061a4752b2d5 (diff) | |
RISC-V: tick the clock in the C platform.
Diffstat (limited to 'riscv/riscv_platform_impl.h')
| -rw-r--r-- | riscv/riscv_platform_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/riscv_platform_impl.h b/riscv/riscv_platform_impl.h index db5ff639..a3ab79f8 100644 --- a/riscv/riscv_platform_impl.h +++ b/riscv/riscv_platform_impl.h @@ -21,3 +21,4 @@ extern uint64_t rv_clint_base; extern uint64_t rv_clint_size; extern uint64_t rv_htif_tohost; +extern uint64_t rv_insns_per_tick; |
