2016-05-08から1日間の記事一覧

StoreBuffer(仮)

StoreBuffer とりあえずコンパイル通った版。 #include <stdio.h> #include <string.h> #include "type.h" #include "util.h" #include "Dmac.h" #include "StoreBuffer.h" #define MAX_STORE_BUFFER_NUM 4 #define MAX_LINE_NUM 32 #define MIN_LINE_SIZE 16 typedef struct ST</string.h></stdio.h>…