Skip to content

Commit

Permalink
old TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Oct 4, 2023
1 parent 0172998 commit d2337d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions starlight/src/lower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use awint::{

use crate::{Note, PBack, TDag, Value};

// TODO remove all old `OpDag` stuff

impl TDag {
pub(crate) fn add_op_dag(&mut self, op_dag: &mut OpDag) -> Result<(), EvalError> {
// TODO private currently because we need to think about how conflicting
Expand Down
1 change: 0 additions & 1 deletion starlight/src/tnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub struct TNode {
/// Inputs
pub inp: SmallVec<[PBack; 4]>,
/// Lookup Table that outputs one bit
// TODO make a SmallAwi
pub lut: Option<Awi>,
// If the value cannot be temporally changed with respect to what the
// simplification algorithms can assume.
Expand Down

0 comments on commit d2337d8

Please sign in to comment.