Skip to content

Commit

Permalink
mpl2: clean debug actions from unit test / format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Dec 19, 2023
1 parent 6c0393a commit fe8a2ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/mpl2/src/hier_rtlmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class HierRTLMP
void calculateConnection();
void getHardMacros(odb::dbModule* module,
std::vector<HardMacro*>& hard_macros);
void clear();
void clear();

void printConnection();
void printClusters();
Expand Down
1 change: 0 additions & 1 deletion src/mpl2/test/macro_only.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ link_design "macro_only"
read_def "./testcases/macro_only.def" -floorplan_initialize

set_thread_count 0
#mpl2::mpl_debug -fine
rtl_macro_placer -report_directory results/macro_only -halo_width 4.0

set def_file [make_result_file macro_only.def]
Expand Down

0 comments on commit fe8a2ab

Please sign in to comment.