Skip to content

Commit 282418f

Browse files
committed
removed functions related to NoC stats from header file
1 parent 65cb949 commit 282418f

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

vpr/src/place/noc_place_utils.h

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -437,36 +437,6 @@ bool check_for_router_swap(int user_supplied_noc_router_swap_percentage);
437437
*/
438438
e_create_move propose_router_swap(t_pl_blocks_to_be_moved& blocks_affected, float rlim);
439439

440-
/* Below are functions related to modifying and retreiving the NoC placement stats dastructure*/
441-
442-
/**
443-
* @brief Initializes all the stat values to 0 and allocates space for the
444-
* number of possible move types offered by the placer. This is needed as
445-
* the stats datastructure for the NoC keeps track of which moves caused
446-
* a router block to move.
447-
*
448-
* @param placer_opts Contains information about all the possible move
449-
* types in the placer.
450-
*/
451-
void initialize_noc_placement_stats(const t_placer_opts& placer_opts);
452-
453-
/**
454-
* @brief Increments the count of total number of router block moves during
455-
* placement. Also increments the move type that caused the router block to
456-
* move. This function should be called whenever a noc router block is moved
457-
* during placement.
458-
*
459-
* @param move_type The type of move in the placer which caused a router block
460-
* to move.
461-
*/
462-
void update_noc_placement_stats(int move_type);
463-
464-
/**
465-
* @brief Displays the NoC placement statistical data.
466-
*
467-
*/
468-
void print_noc_placement_stats(void);
469-
470440
/**
471441
* @brief Writes out the locations of the router cluster blocks in the
472442
* final placement. This file contains only NoC routers and the

0 commit comments

Comments
 (0)