gem5: one concrete minimal example of a coherentxbar snoop

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-12 02:00:01 +00:00
parent d429552cde
commit ea989d7541
16 changed files with 419 additions and 61 deletions

View File

@@ -4,9 +4,9 @@
#include <assert.h>
#include <stdatomic.h>
#include <stdio.h>
#include <threads.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <threads.h>
atomic_int acnt;
int cnt;