more renaming and cleanup
This commit is contained in:
13
lib/gemmini/include/translator.h
Normal file
13
lib/gemmini/include/translator.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// See LICENSE for license details.
|
||||
|
||||
#ifndef SRC_MAIN_C_TRANSLATOR_H
|
||||
#define SRC_MAIN_C_TRANSLATOR_H
|
||||
|
||||
#include "rocc-software/src/xcustom.h"
|
||||
|
||||
#define XCUSTOM_TRANS 1
|
||||
|
||||
#define doTranslate(y, vaddr) \
|
||||
ROCC_INSTRUCTION(XCUSTOM_TRANS, y, vaddr, 0, 0);
|
||||
|
||||
#endif // SRC_MAIN_C_TRANSLATOR_H
|
||||
Reference in New Issue
Block a user