aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/bitstream.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-25 19:45:38 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-25 19:45:38 +0200
commit7a8e8999d21205044e707a2765dc444531d69cef (patch)
tree7085808be6ffebcd52da35af98577c736e523b5b /ecp5/bitstream.cc
parent75744ff14cef6a8b1f44521bcb63b7b4a88037be (diff)
downloadnextpnr-7a8e8999d21205044e707a2765dc444531d69cef.tar.gz
nextpnr-7a8e8999d21205044e707a2765dc444531d69cef.tar.bz2
nextpnr-7a8e8999d21205044e707a2765dc444531d69cef.zip
clangformat
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/bitstream.cc')
-rw-r--r--ecp5/bitstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc
index f1feba24..f87b7038 100644
--- a/ecp5/bitstream.cc
+++ b/ecp5/bitstream.cc
@@ -280,8 +280,8 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
other = "PIOD";
else
log_error("cannot place differential IO at location %s\n", pio.c_str());
- //cc.tiles[pio_tile].add_enum(other + ".BASE_TYPE", "_NONE_");
- //cc.tiles[pic_tile].add_enum(other + ".BASE_TYPE", "_NONE_");
+ // cc.tiles[pio_tile].add_enum(other + ".BASE_TYPE", "_NONE_");
+ // cc.tiles[pic_tile].add_enum(other + ".BASE_TYPE", "_NONE_");
cc.tiles[pio_tile].add_enum(other + ".PULLMODE", "NONE");
cc.tiles[pio_tile].add_enum(pio + ".PULLMODE", "NONE");
}