Skip to content

Commit

Permalink
Split up #2181
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Nov 20, 2024
1 parent fa298e9 commit cfe7916
Show file tree
Hide file tree
Showing 23 changed files with 3,792 additions and 26 deletions.
82 changes: 56 additions & 26 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ members = [
"tools/component_cells",
"tools/yxi",
"tools/calyx-writer",
"tools/calyx-ffi",
"tools/calyx-ffi-macro",
]
exclude = ["site"]

Expand Down
3 changes: 3 additions & 0 deletions interp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ pub mod serialization;
mod tests;

pub mod flatten;

// ethan: griffin ok'd this
pub use baa::{BitVecOps, BitVecValue};
Loading

0 comments on commit cfe7916

Please sign in to comment.