summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 18:42:46 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 18:42:58 +0200
commitf87c2a7515ab8578b99f0b5b6ad0d659171f9cea (patch)
tree6b8b94dc69c180a7ac3a269d20f50531661a18cb /dev/LibCompiler
parent65e45e509f43063e1efa3e52ee7c53edfdae0a83 (diff)
feat: NeKernel.org's 64x0 and 32x0, PoC VHDL repo incoming.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler')
-rw-r--r--dev/LibCompiler/Backend/32x0.h2
-rw-r--r--dev/LibCompiler/Backend/64x0.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Backend/32x0.h b/dev/LibCompiler/Backend/32x0.h
index 2857a38..46af118 100644
--- a/dev/LibCompiler/Backend/32x0.h
+++ b/dev/LibCompiler/Backend/32x0.h
@@ -8,7 +8,7 @@
#include <LibCompiler/Defines.h>
-// @brief 32x0 support.
+// @brief Open32x0 support.
// @file Backend/32x0.h
#define LC_ASM_OPCODE(__NAME, __OPCODE, __FUNCT3, __FUNCT7) \
diff --git a/dev/LibCompiler/Backend/64x0.h b/dev/LibCompiler/Backend/64x0.h
index c68b6cf..5c6dbbd 100644
--- a/dev/LibCompiler/Backend/64x0.h
+++ b/dev/LibCompiler/Backend/64x0.h
@@ -9,7 +9,7 @@
#include <LibCompiler/Defines.h>
#include <vector>
-// @brief 64x0 support.
+// @brief Open64x0 support.
// @file Backend/64x0.h
#define LC_ASM_OPCODE(__NAME, __OPCODE, __FUNCT3, __FUNCT7) \