aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
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