Skip to content

Commit

Permalink
ZIR-298: Move rv32im-v2 to risc0 (#130)
Browse files Browse the repository at this point in the history
* Move rv32im-v2 to risc0

* Fixing oops
  • Loading branch information
flaub authored Dec 18, 2024
1 parent e5ca412 commit 7ab9dd5
Show file tree
Hide file tree
Showing 75 changed files with 3 additions and 172,215 deletions.
307 changes: 0 additions & 307 deletions Cargo.lock

Large diffs are not rendered by default.

43 changes: 1 addition & 42 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,62 +1,21 @@
[workspace]
resolver = "2"
members = [
"risc0/circuit/rv32im-v2",
"risc0/circuit/rv32im-v2-sys",
"zirgen/circuit/fib",
"zirgen/dsl",
]
members = ["zirgen/circuit/fib", "zirgen/dsl"]

[workspace.dependencies]
risc0-circuit-rv32im-v2 = { path = "risc0/circuit/rv32im-v2" }
risc0-circuit-rv32im-v2-sys = { path = "risc0/circuit/rv32im-v2-sys" }
risc0-zirgen-dsl = { path = "zirgen/dsl" }
sppark = "0.1.10"

[workspace.dependencies.risc0-binfmt]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-build]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-build-kernel]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"

[workspace.dependencies.risc0-circuit-recursion]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-core]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-sys]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-zkp]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-zkvm]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[workspace.dependencies.risc0-zkvm-platform]
git = "https://github.com/risc0/risc0.git"
rev = "17ed98c3243258ad912fd52a289fef6725f17c90"
default-features = false

[profile.bench]
lto = true

Expand Down
23 changes: 0 additions & 23 deletions risc0/circuit/rv32im-v2-sys/Cargo.toml

This file was deleted.

94 changes: 0 additions & 94 deletions risc0/circuit/rv32im-v2-sys/build.rs

This file was deleted.

55 changes: 0 additions & 55 deletions risc0/circuit/rv32im-v2-sys/kernels/cuda/buffers.h

This file was deleted.

7 changes: 0 additions & 7 deletions risc0/circuit/rv32im-v2-sys/kernels/cuda/defs.cu.inc

This file was deleted.

Loading

0 comments on commit 7ab9dd5

Please sign in to comment.