openrisc / orpsoc-cores

Core description files for FuseSoC
124 stars 79 forks source link

verilator_tb_utils: change all 'times' to uint64_t #48

Closed skristiansson closed 10 years ago

skristiansson commented 10 years ago

Franck Jullien reported that unsigned long is not a valid argument for tfp->dump() on 32-bit machines. This changes all 'time' (cycles, really) references to uint64_t.

olofk commented 10 years ago

No comments on this. Feel free to apply