Skip to content

Commit 9a7feb9

Browse files
committed
vpr: Improve commenting of timing graph construction code
Added a large top-level comment walking through how VPR models netlist/architectural primitives as a timing graph, and the various transformations used to convert the netlist into the timing graph (includes several ASCII diagrams). Also includes discussions about how the code goes about performing those transformations and some of the additional complications (like clock generators).
1 parent a2b7e9d commit 9a7feb9

File tree

3 files changed

+350
-48
lines changed

3 files changed

+350
-48
lines changed

vpr/src/base/atom_lookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ void AtomLookup::set_atom_pin_tnode(const AtomPinId pin, const tatum::NodeId nod
160160
atom_pin_tnode_internal_[pin] = node;
161161
}
162162

163-
//Each tnode maps to precisely one pin
163+
//Each tnode maps to precisely one pin at any point in time
164164
tnode_atom_pin_[node] = pin;
165165
}

0 commit comments

Comments
 (0)