IOb-Timer is 64-bit hardware timer peripheral, equipped with reset, enable and reading functions. It includes a software direver and an example C application.
git clone --recursive [email protected]:IObundle/iob-timer.git
To simulate:
make sim
clean simulation files:
make sim-clean
To clean all generated files, the command is simply
make clean-all
Follow the instructions in this presentation from the IOb-SoC repository.