Skip to content

Commit 6fe6eb1

Browse files
committed
Switch directory folder and remove duplicated content
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent ca6ee60 commit 6fe6eb1

File tree

9 files changed

+1
-15623
lines changed

9 files changed

+1
-15623
lines changed

.pre-commit-config.yaml

100644100755
File mode changed.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Add riscv-opcodes directory to Python path
1515
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
16-
RISCV_OPCODES_DIR = os.path.join(SCRIPT_DIR, "..", "riscv-opcodes")
16+
RISCV_OPCODES_DIR = os.path.join(SCRIPT_DIR, "..", "..", "ext", "riscv-opcodes")
1717
sys.path.insert(0, RISCV_OPCODES_DIR)
1818

1919

opcodes_maker/generate_instr_dict.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)