commit | fe1c39c8b66b103d82ddb23ceb62e4a528058057 | [log] [tgz] |
---|---|---|
author | gatecat <gatecat@ds0.me> | Sun May 09 16:50:44 2021 +0100 |
committer | GitHub <noreply@github.com> | Sun May 09 16:50:44 2021 +0100 |
tree | 6267b08ae7928387af0e4ee5e84b3210a3db6412 | |
parent | 45b49e71fc7cb86eb40932403dddd5183de71f06 [diff] | |
parent | 8365dd575667f25d1c3bea7b176bbfce793202d3 [diff] |
Merge pull request #167 from ikle/issue-160 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) {