aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/bitstream.cc
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:51:47 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:51:47 -0700
commite6015dc695dbd29717bd01694726da5dd1033e27 (patch)
tree9e195dbc0ea29b436b1c8d059ae897ec01ef849b /ecp5/bitstream.cc
parent879f0d7c574147cabd82a4db013622c65674e528 (diff)
parent7a8e8999d21205044e707a2765dc444531d69cef (diff)
downloadnextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.tar.gz
nextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.tar.bz2
nextpnr-e6015dc695dbd29717bd01694726da5dd1033e27.zip
Merge remote-tracking branch 'origin/master' into eddieh/idstring_speedup
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");
}