[core] more debugging messages
This commit is contained in:
parent
36cb1cef93
commit
ba5994a14c
|
@ -30,6 +30,7 @@ namespace openfpga {
|
|||
* - find the net id for the node in routing context
|
||||
* - find the net id for the node in clustering context
|
||||
* - if the net id does not match, we update the clustering context
|
||||
* TODO: For global net which was remapped during routing, no tracking can be found. Packer only keeps an out-of-date record on its pin mapping. Router does not assign it to a new pin. So we have to restore the pin mapping. The strategy is to find the first unused pin in the same port as it was mapped by the packer.
|
||||
*******************************************************************/
|
||||
static void update_cluster_pin_with_post_routing_results(
|
||||
const DeviceContext& device_ctx, const ClusteringContext& clustering_ctx,
|
||||
|
|
|
@ -380,7 +380,7 @@ static void build_connection_block_interc_bitstream(
|
|||
const bool& verbose) {
|
||||
RRNodeId src_rr_node = rr_gsb.get_ipin_node(cb_ipin_side, ipin_index);
|
||||
|
||||
VTR_LOGV(verbose, "\tGenerating bitstream for IPIN '%lu'\n", ipin_index);
|
||||
VTR_LOGV(verbose, "\tGenerating bitstream for IPIN '%lu'. Details: %s\n", ipin_index, rr_graph.node_coordinate_to_string(src_rr_node).c_str());
|
||||
|
||||
/* Consider configurable edges only */
|
||||
std::vector<RREdgeId> driver_rr_edges =
|
||||
|
|
Loading…
Reference in New Issue