Skip to content

Commit

Permalink
Start calyx writer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Jun 18, 2024
1 parent 04add67 commit 0af3bf2
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
"tools/cider-data-converter",
"tools/calyx-pass-explorer",
"tools/yxi",
"tools/calyx_writer",
]
exclude = ["site"]

Expand Down
19 changes: 19 additions & 0 deletions tools/calyx_writer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "calyx_writer"
authors.workspace = true
license-file.workspace = true
keywords.workspace = true
repository.workspace = true
readme.workspace = true
description.workspace = true
categories.workspace = true
homepage.workspace = true
edition.workspace = true
version.workspace = true
rust-version.workspace = true

[dependencies]

[lib]
name = "calyx_writer"
path = "lib.rs"
Loading

0 comments on commit 0af3bf2

Please sign in to comment.