diff options
author | kittennbfive <58293822+kittennbfive@users.noreply.github.com> | 2021-08-29 09:45:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 11:45:23 +0200 |
commit | 6de500ec08fefe8626033c996fa5c4c1deb7e210 (patch) | |
tree | 0906a5bab1bfb7d56a802429aa3382e73f0cedd6 /techlibs/ecp5 | |
parent | 591fe72203d0d85f8790984f218903a059d1cc69 (diff) | |
download | yosys-6de500ec08fefe8626033c996fa5c4c1deb7e210.tar.gz yosys-6de500ec08fefe8626033c996fa5c4c1deb7e210.tar.bz2 yosys-6de500ec08fefe8626033c996fa5c4c1deb7e210.zip |
[ECP5] fix wrong link for syn_* attributes description (#2984)
Diffstat (limited to 'techlibs/ecp5')
-rw-r--r-- | techlibs/ecp5/brams.txt | 2 | ||||
-rw-r--r-- | techlibs/ecp5/lutrams.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/ecp5/brams.txt b/techlibs/ecp5/brams.txt index d34d9ec07..615d8b2e5 100644 --- a/techlibs/ecp5/brams.txt +++ b/techlibs/ecp5/brams.txt @@ -38,7 +38,7 @@ bram $__ECP5_DP16KD endbram # The syn_* attributes are described in: -# https://www.latticesemi.com/-/media/LatticeSemi/Documents/Tutorials/AK/LatticeDiamondTutorial311.ashx +# https://www.latticesemi.com/view_document?document_id=51556 attr_icase 1 match $__ECP5_PDPW16KD diff --git a/techlibs/ecp5/lutrams.txt b/techlibs/ecp5/lutrams.txt index 9e6a23eba..5370a1ddb 100644 --- a/techlibs/ecp5/lutrams.txt +++ b/techlibs/ecp5/lutrams.txt @@ -12,7 +12,7 @@ bram $__TRELLIS_DPR16X4 endbram # The syn_* attributes are described in: -# https://www.latticesemi.com/-/media/LatticeSemi/Documents/Tutorials/AK/LatticeDiamondTutorial311.ashx +# https://www.latticesemi.com/view_document?document_id=51556 attr_icase 1 match $__TRELLIS_DPR16X4 |