From d001951253ad35912b0bf2fa7f84ecd2f2602966 Mon Sep 17 00:00:00 2001 From: NouranAbdelaziz Date: Tue, 4 Feb 2025 11:43:39 +0200 Subject: [PATCH] add ip dependency for gating cell --- ip/.gitignore | 3 +++ ip/dependencies.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 ip/.gitignore create mode 100644 ip/dependencies.json diff --git a/ip/.gitignore b/ip/.gitignore new file mode 100644 index 0000000..83fe78c --- /dev/null +++ b/ip/.gitignore @@ -0,0 +1,3 @@ +* +!dependencies.json +!.gitignore diff --git a/ip/dependencies.json b/ip/dependencies.json new file mode 100644 index 0000000..2474569 --- /dev/null +++ b/ip/dependencies.json @@ -0,0 +1,7 @@ +{ + "IP": [ + { + "EF_IP_UTIL": "v1.0.0" + } + ] +} \ No newline at end of file