summarylogtreecommitdiffstats
path: root/0001-Fix-PLLE2_BASE-techmap.patch
diff options
context:
space:
mode:
authorXiretza2022-06-01 11:55:58 +0200
committerXiretza2022-06-01 11:57:50 +0200
commit9b8ac2de5a3561cdc790db6a474d9a3eac7bd57b (patch)
tree8ec2a5ecf82210ec74e2b273b1064655fb129de0 /0001-Fix-PLLE2_BASE-techmap.patch
parent342d6a792c3f1760ea69db97fc2aeefba7736a5d (diff)
downloadaur-f4pga-arch-defs-nightly-bin.tar.gz
Rename to f4pga-arch-defs-nightly-bin, update
Diffstat (limited to '0001-Fix-PLLE2_BASE-techmap.patch')
-rw-r--r--0001-Fix-PLLE2_BASE-techmap.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/0001-Fix-PLLE2_BASE-techmap.patch b/0001-Fix-PLLE2_BASE-techmap.patch
index 20684fd5cc15..e4622909026d 100644
--- a/0001-Fix-PLLE2_BASE-techmap.patch
+++ b/0001-Fix-PLLE2_BASE-techmap.patch
@@ -1,17 +1,17 @@
-From 2b3762c85054cfa669558a01a64f43802707f919 Mon Sep 17 00:00:00 2001
+From 28e6cb12568b76ee937c091b82e7884e545903e3 Mon Sep 17 00:00:00 2001
From: Xiretza <xiretza@xiretza.xyz>
Date: Fri, 5 Mar 2021 11:13:46 +0100
-Subject: [PATCH] Fix PLLE2_BASE techmap
+Subject: [PATCH 1/3] Fix PLLE2_BASE techmap
---
xc/xc7/techmap/cells_map.v | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/xc/xc7/techmap/cells_map.v b/xc/xc7/techmap/cells_map.v
-index c43fb94d..d4d0df45 100644
+index deec01c9..d46fad25 100644
--- a/xc/xc7/techmap/cells_map.v
+++ b/xc/xc7/techmap/cells_map.v
-@@ -4142,7 +4142,7 @@ endmodule
+@@ -4183,7 +4183,7 @@ endmodule
module PLLE2_BASE
(
input CLKFBIN,
@@ -20,7 +20,7 @@ index c43fb94d..d4d0df45 100644
output CLKFBOUT,
output CLKOUT0,
-@@ -4153,6 +4153,7 @@ output CLKOUT4,
+@@ -4194,6 +4194,7 @@ output CLKOUT4,
output CLKOUT5,
input RST,
@@ -28,7 +28,7 @@ index c43fb94d..d4d0df45 100644
output LOCKED
);
-@@ -4239,7 +4240,7 @@ output LOCKED
+@@ -4280,7 +4281,7 @@ output LOCKED
_TECHMAP_REPLACE_
(
.CLKFBIN(CLKFBIN),
@@ -37,7 +37,7 @@ index c43fb94d..d4d0df45 100644
.CLKINSEL(1'b1),
.CLKFBOUT(CLKFBOUT),
-@@ -4250,7 +4251,7 @@ output LOCKED
+@@ -4291,7 +4292,7 @@ output LOCKED
.CLKOUT4(CLKOUT4),
.CLKOUT5(CLKOUT5),
@@ -47,5 +47,5 @@ index c43fb94d..d4d0df45 100644
.LOCKED(LOCKED),
--
-2.31.0
+2.36.1