[icestorm] 23/75: Imply "icepack -C" for 8k devices (temporary workaround)
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Oct 7 15:52:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository icestorm.
commit e9d968e8b8791abf850a67c5408193e34b3e68f5
Author: Clifford Wolf <clifford at clifford.at>
Date: Thu Jul 30 17:10:20 2015 +0200
Imply "icepack -C" for 8k devices (temporary workaround)
---
icepack/icepack.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icepack/icepack.cc b/icepack/icepack.cc
index 3c87370..07eb30d 100644
--- a/icepack/icepack.cc
+++ b/icepack/icepack.cc
@@ -1206,7 +1206,7 @@ int main(int argc, char **argv)
fpga_config.write_ascii(*osp);
} else {
fpga_config.read_ascii(*isp);
- if (set_colbufs)
+ if (set_colbufs || fpga_config.device == "8k")
fpga_config.set_colbufs();
if (!netpbm_mode)
fpga_config.write_bits(*osp);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/icestorm.git
More information about the debian-science-commits
mailing list