aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2023-01-25 10:29:32 +0100
committergatecat <gatecat@ds0.me>2023-01-25 10:29:32 +0100
commit9b5e5f124c186942652e6be03c356cf0edf88124 (patch)
tree84e79e45756ea03f573bd814d7639cfda9f10435 /fpga_interchange
parentb9ed39bc1c8668c0d17b73515568b4fb01d0e9ca (diff)
downloadnextpnr-9b5e5f124c186942652e6be03c356cf0edf88124.tar.gz
nextpnr-9b5e5f124c186942652e6be03c356cf0edf88124.tar.bz2
nextpnr-9b5e5f124c186942652e6be03c356cf0edf88124.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange')
-rw-r--r--fpga_interchange/arch.cc6
-rw-r--r--fpga_interchange/luts.cc2
-rw-r--r--fpga_interchange/pseudo_pip_model.cc2
3 files changed, 5 insertions, 5 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index a1651c81..2682010f 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -46,9 +46,9 @@
// scope of the header.
#include <tcl.h>
-//#define DEBUG_BINDING
-//#define USE_LOOKAHEAD
-//#define DEBUG_CELL_PIN_MAPPING
+// #define DEBUG_BINDING
+// #define USE_LOOKAHEAD
+// #define DEBUG_CELL_PIN_MAPPING
// Define to enable some idempotent sanity checks for some important
// operations prior to placement and routing.
diff --git a/fpga_interchange/luts.cc b/fpga_interchange/luts.cc
index 2a847253..009b601e 100644
--- a/fpga_interchange/luts.cc
+++ b/fpga_interchange/luts.cc
@@ -24,7 +24,7 @@
#include "site_lut_mapping_cache.h"
-//#define DEBUG_LUT_ROTATION
+// #define DEBUG_LUT_ROTATION
NEXTPNR_NAMESPACE_BEGIN
diff --git a/fpga_interchange/pseudo_pip_model.cc b/fpga_interchange/pseudo_pip_model.cc
index 7f2427c4..0b767369 100644
--- a/fpga_interchange/pseudo_pip_model.cc
+++ b/fpga_interchange/pseudo_pip_model.cc
@@ -22,7 +22,7 @@
#include "context.h"
-//#define DEBUG_PSEUDO_PIP
+// #define DEBUG_PSEUDO_PIP
NEXTPNR_NAMESPACE_BEGIN