diff options
author | Patrick Urban <patrick.urban@colognechip.com> | 2023-02-14 07:59:48 +0100 |
---|---|---|
committer | myrtle <gatecat@ds0.me> | 2023-02-14 12:02:41 +0100 |
commit | f37073050b5628aaf6b95f41068f84bc2fc3722e (patch) | |
tree | 8f3c568694477487389097b1f12552e6fce8b93a /techlibs/gatemate | |
parent | 6a7d5257cdcf81a1cf36622fc0b03e125f462b3d (diff) | |
download | yosys-f37073050b5628aaf6b95f41068f84bc2fc3722e.tar.gz yosys-f37073050b5628aaf6b95f41068f84bc2fc3722e.tar.bz2 yosys-f37073050b5628aaf6b95f41068f84bc2fc3722e.zip |
gatemate: Update CC_PLL parameters
Diffstat (limited to 'techlibs/gatemate')
-rw-r--r-- | techlibs/gatemate/cells_bb.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/techlibs/gatemate/cells_bb.v b/techlibs/gatemate/cells_bb.v index 9185af0b4..87b91764f 100644 --- a/techlibs/gatemate/cells_bb.v +++ b/techlibs/gatemate/cells_bb.v @@ -22,6 +22,9 @@ module CC_PLL #( parameter REF_CLK = "", // e.g. "10.0"
parameter OUT_CLK = "", // e.g. "50.0"
parameter PERF_MD = "", // LOWPOWER, ECONOMY, SPEED
+ parameter LOCK_REQ = 1,
+ parameter CLK270_DOUB = 0,
+ parameter CLK180_DOUB = 0,
parameter LOW_JITTER = 1,
parameter CI_FILTER_CONST = 2,
parameter CP_FILTER_CONST = 4
|