From f87c2a7515ab8578b99f0b5b6ad0d659171f9cea Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 8 Jul 2025 18:42:46 +0200 Subject: feat: NeKernel.org's 64x0 and 32x0, PoC VHDL repo incoming. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/Backend/32x0.h | 2 +- dev/LibCompiler/Backend/64x0.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler') 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 -// @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 #include -// @brief 64x0 support. +// @brief Open64x0 support. // @file Backend/64x0.h #define LC_ASM_OPCODE(__NAME, __OPCODE, __FUNCT3, __FUNCT7) \ -- cgit v1.2.3