Complete Phase 1: add clock utility, unit test, build targets, and docs

This commit is contained in:
2026-08-28 21:57:43 +02:00
parent 742611b841
commit 975e3b2974
8 changed files with 67 additions and 16 deletions
+5 -1
View File
@@ -1 +1,5 @@
# Empty stub: tests will be added as modules land.
test_clock = executable('test_clock',
'utils/test_clock.cpp',
include_directories : sc_core_inc)
test('clock utils', test_clock)