File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -437,36 +437,6 @@ bool check_for_router_swap(int user_supplied_noc_router_swap_percentage);
437
437
*/
438
438
e_create_move propose_router_swap (t_pl_blocks_to_be_moved& blocks_affected, float rlim);
439
439
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
-
470
440
/* *
471
441
* @brief Writes out the locations of the router cluster blocks in the
472
442
* final placement. This file contains only NoC routers and the
You can’t perform that action at this time.
0 commit comments