From 6c6a0f2b54814206873df2ac9611bf37c2a492dc Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Sat, 14 Nov 2015 19:39:55 -0500 Subject: Catch up with other branch merges. - TRNG cores are contiguous (but they still have their own mux, so occupy a block of 16 cores). - Use Rob's updated libhal in my new apps. --- core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core.c') diff --git a/core.c b/core.c index 8746ec4..44cf3f0 100644 --- a/core.c +++ b/core.c @@ -106,9 +106,7 @@ static int name_matches(const hal_core_t *const core, const char * const name) /* Extra space to leave after particular cores. Yummy. */ static const struct { const char *name; hal_addr_t extra; } gaps[] = { - { "trng", 4 * CORE_SIZE }, /* Four empty slots after trng */ - { "rosc ent", 3 * CORE_SIZE }, /* Three empty slots after rosc */ - { "csprng", 4 * CORE_SIZE }, /* Four empty slots after csprng */ + { "csprng", 11 * CORE_SIZE }, /* empty slots after csprng */ { "modexps6", 3 * CORE_SIZE }, /* ModexpS6 uses four slots */ }; -- cgit v1.2.3