Skip to content

Commit

Permalink
Update links to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 12, 2024
1 parent 1278374 commit 64d14af
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The generator tool itself has almost no dependencies except Libsail, the Sail co
In commands:

```bash
git clone https://github.com/moste00/riscv_disasm_from_sail.git
git clone https://github.com/rizinorg/capstone-autosync-sail.git
cd riscv_disasm_from_sail && source ~/.bash_profile
export OPAMCONFIRMLEVEL=yes
opam update
Expand Down
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let get_generator_comment () =
delimiter;

"This code was generated by the tool riscv_disasm_from_sail (see "
^ "https://github.com/moste00/riscv_disasm_from_sail)";
^ "https://github.com/rizinorg/capstone-autosync-sail)";

"from the sail model of RISC-V (see " ^
"https://github.com/riscv/sail-riscv) @ version " ^ sail_hash ^ ".";
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_ast.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_ast2str.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_ast2str_tbls.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_decode.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_decode_compressed.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_insn.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
2 changes: 1 addition & 1 deletion riscv_disasm/riscv_insn_mapping.gen.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*=======================================================================*/
/*This code was generated by the tool riscv_disasm_from_sail (see
* https://github.com/moste00/riscv_disasm_from_sail)*/
* https://github.com/rizinorg/capstone-autosync-sail)*/
/*from the sail model of RISC-V (see https://github.com/riscv/sail-riscv) @
* version 0b9c639f19da48734cbf14b61f6ad200b7c70de9.*/
/*DO NOT MODIFY THIS CODE MANUALLY.*/
Expand Down
8 changes: 4 additions & 4 deletions riscv_disasm_from_sail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Mostafa Kamal"]
authors: ["Mostafa Kamal"]
license: "LICENSE"
license: "BSD-3-Clause"
tags: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/moste00/riscv_disasm_from_sail"
homepage: "https://github.com/rizinorg/capstone-autosync-sail"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/moste00/riscv_disasm_from_sail/issues"
bug-reports: "https://github.com/rizinorg/capstone-autosync-sail/issues"
depends: [
"ocaml"
"dune" {>= "3.15"}
Expand All @@ -29,4 +29,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/moste00/riscv_disasm_from_sail.git"
dev-repo: "git+https://github.com/rizinorg/capstone-autosync-sail.git"

0 comments on commit 64d14af

Please sign in to comment.