commit | 8365dd575667f25d1c3bea7b176bbfce793202d3 | [log] [tgz] |
---|---|---|
author | Alexei A. Smekalkine <ikle@ikle.ru> | Sun May 09 18:08:04 2021 +0300 |
committer | Alexei A. Smekalkine <ikle@ikle.ru> | Sun May 09 18:14:13 2021 +0300 |
tree | 6267b08ae7928387af0e4ee5e84b3210a3db6412 | |
parent | 45b49e71fc7cb86eb40932403dddd5183de71f06 [diff] |
ecppll: declare internal feedback wire explicitly in highres mode
diff --git a/libtrellis/tools/ecppll.cpp b/libtrellis/tools/ecppll.cpp index b2c1131..3e3ad15 100644 --- a/libtrellis/tools/ecppll.cpp +++ b/libtrellis/tools/ecppll.cpp
@@ -390,7 +390,7 @@ file << " output locked\n"; file << ");\n"; - if(params.internal_feedback) + if(params.internal_feedback || params.mode == pll_mode::HIGHRES) file << "wire clkfb;\n"; if(params.dynamic) {