Clock frequency detection
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 22 May 2012 11:23:44 +0000 (13:23 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 22 May 2012 11:23:44 +0000 (13:23 +0200)
commitf6f42293d1a289c6db3dc9a0373169520d50f569
treeefc71a47f7a286503b67ff0907c0ed4c6271f19d
parent4d754dbb33cd28b3ee6a31976b6f7c3b2e5ed1b1
Clock frequency detection
12 files changed:
milkymist/identifier/__init__.py
software/bios/Makefile
software/bios/boot.c
software/bios/main.c
software/bios/timer.c [deleted file]
software/bios/timer.h [deleted file]
software/include/base/timer.h [new file with mode: 0644]
software/include/hw/id.h
software/libbase/Makefile
software/libbase/board.c
software/libbase/timer.c [new file with mode: 0644]
top.py