Skip to content

Commit ee8f42a

Browse files
committed
timing_builder: fixes a tatum error with some symbiflow tests
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 0f48d73 commit ee8f42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/timing/timing_graph_builder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ std::unique_ptr<TimingGraph> TimingGraphBuilder::timing_graph() {
5252

5353
void TimingGraphBuilder::build() {
5454
tg_ = std::make_unique<tatum::TimingGraph>();
55+
tg_->set_allow_dangling_combinational_nodes(true);
5556

5657
for (AtomBlockId blk : netlist_.blocks()) {
5758
AtomBlockType blk_type = netlist_.block_type(blk);

0 commit comments

Comments
 (0)