diff options
author | David Shah <dave@ds0.me> | 2020-04-03 08:31:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 08:31:26 +0100 |
commit | f09dfb028af7a10cfa1224a4aa817dd1aca7e7d5 (patch) | |
tree | 7b1033bf57b5139ca15dc71424af3d4b7ad75456 | |
parent | 38efbf5dea74798326a58e1bf6b9f678d9645986 (diff) | |
parent | 8cc6a2fae59f7426033713a36ea47a3d21ef4a54 (diff) | |
download | nextpnr-f09dfb028af7a10cfa1224a4aa817dd1aca7e7d5.tar.gz nextpnr-f09dfb028af7a10cfa1224a4aa817dd1aca7e7d5.tar.bz2 nextpnr-f09dfb028af7a10cfa1224a4aa817dd1aca7e7d5.zip |
Merge pull request #418 from garytwong/usrmclk-works
Remove comment about the USRMCLK primitive being untested.
-rw-r--r-- | ecp5/docs/primitives.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/docs/primitives.md b/ecp5/docs/primitives.md index aa37f3e5..f7f97d16 100644 --- a/ecp5/docs/primitives.md +++ b/ecp5/docs/primitives.md @@ -43,5 +43,5 @@ nextpnr-ecp5 currently supports the following primitives: - **TRELLIS_SLICE** - **TSHX2DQA** - **TSHX2DQSA** - - **USRMCLK** (untested) + - **USRMCLK** |