Skip to content

Commit

Permalink
Rename example_dt to netlist_from_compute_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed May 15, 2024
1 parent 21bb166 commit 40ccca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kernel/drivertools.h
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,8 @@ struct DriveChunk
return marker_.size();
case DriveType::MULTIPLE:
return multiple_.size();
default:
log_assert(false && "unsupported type");
}
}
};
Expand Down
1 change: 0 additions & 1 deletion passes/cmds/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ OBJS += passes/cmds/clean_zerowidth.o
OBJS += passes/cmds/xprop.o
OBJS += passes/cmds/dft_tag.o
OBJS += passes/cmds/future.o
OBJS += passes/cmds/example_dt.o
OBJS += passes/cmds/netlist_from_compute_graph.o

0 comments on commit 40ccca1

Please sign in to comment.