From 27361b7622b6038f37e0276d9bf0ee2655964b38 Mon Sep 17 00:00:00 2001 From: ZohairZaidi Date: Tue, 3 Sep 2024 01:23:40 -0400 Subject: [PATCH 1/3] fixed netlist documentation --- vpr/src/base/atom_netlist.h | 11 ++++++++--- vpr/src/base/clustered_netlist.h | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/vpr/src/base/atom_netlist.h b/vpr/src/base/atom_netlist.h index de1bb4f53bf..bac2769e0f2 100644 --- a/vpr/src/base/atom_netlist.h +++ b/vpr/src/base/atom_netlist.h @@ -165,7 +165,9 @@ class AtomNetlist : public Netlist Date: Tue, 3 Sep 2024 01:38:49 -0400 Subject: [PATCH 2/3] fixed netlist documentation --- vpr/src/base/atom_netlist.h | 8 ++++---- vpr/src/base/clustered_netlist.h | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/vpr/src/base/atom_netlist.h b/vpr/src/base/atom_netlist.h index bac2769e0f2..810f45cd663 100644 --- a/vpr/src/base/atom_netlist.h +++ b/vpr/src/base/atom_netlist.h @@ -166,8 +166,8 @@ class AtomNetlist : public Netlist Date: Tue, 3 Sep 2024 12:47:37 -0400 Subject: [PATCH 3/3] fixed PR suggestions --- vpr/src/base/atom_netlist.h | 17 ++++++++--------- vpr/src/base/clustered_netlist.h | 15 +++++---------- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/vpr/src/base/atom_netlist.h b/vpr/src/base/atom_netlist.h index 810f45cd663..b40e18d2d18 100644 --- a/vpr/src/base/atom_netlist.h +++ b/vpr/src/base/atom_netlist.h @@ -165,9 +165,9 @@ class AtomNetlist : public Netlist