Skip to content

Commit

Permalink
[core] fixed a bug where clock tracks do not pass through at higher l…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
tangxifan committed Mar 7, 2023
1 parent 50e201f commit 11f09db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfpga/src/annotation/append_clock_rr_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ static void add_rr_graph_block_clock_edges(
size_t(itree), size_t(ilvl), size_t(ipin),
DIRECTION_STRING[size_t(node_dir)]);
VTR_ASSERT(rr_graph_view.valid_node(src_node));
if (!clk_ntwk.is_last_level(itree, ilvl)) {
/* find the fan-out clock node through lookup */
/* find the fan-out clock node through lookup */
{
size_t curr_edge_count = edge_count;
for (RRNodeId des_node : find_clock_track2track_node(
rr_graph_view, clk_ntwk, clk_rr_lookup, chan_type,
Expand Down

0 comments on commit 11f09db

Please sign in to comment.