We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48d73 commit ee8f42aCopy full SHA for ee8f42a
vpr/src/timing/timing_graph_builder.cpp
@@ -52,6 +52,7 @@ std::unique_ptr<TimingGraph> TimingGraphBuilder::timing_graph() {
52
53
void TimingGraphBuilder::build() {
54
tg_ = std::make_unique<tatum::TimingGraph>();
55
+ tg_->set_allow_dangling_combinational_nodes(true);
56
57
for (AtomBlockId blk : netlist_.blocks()) {
58
AtomBlockType blk_type = netlist_.block_type(blk);
0 commit comments