From 832e6df94a54327bd16700d1cc8af4472dc23d08 Mon Sep 17 00:00:00 2001 From: Leon Hiemstra <hiemstra@astron.nl> Date: Mon, 29 Mar 2021 12:27:49 +0200 Subject: [PATCH] Fixed modelsim crash by unuse asmi and remu IP --- .../flash/asmi_parallel/README.hdllib.cfg.donotuse | 9 +++++++++ .../asmi_parallel/{hdllib.cfg => hdllib.cfg.donotuse} | 0 .../flash/remote_update/README.hdllib.cfg.donotuse | 9 +++++++++ .../remote_update/{hdllib.cfg => hdllib.cfg.donotuse} | 0 4 files changed, 18 insertions(+) create mode 100644 libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/README.hdllib.cfg.donotuse rename libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/{hdllib.cfg => hdllib.cfg.donotuse} (100%) create mode 100644 libraries/technology/ip_arria10_e2sg/flash/remote_update/README.hdllib.cfg.donotuse rename libraries/technology/ip_arria10_e2sg/flash/remote_update/{hdllib.cfg => hdllib.cfg.donotuse} (100%) diff --git a/libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/README.hdllib.cfg.donotuse b/libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/README.hdllib.cfg.donotuse new file mode 100644 index 0000000000..57d633345c --- /dev/null +++ b/libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/README.hdllib.cfg.donotuse @@ -0,0 +1,9 @@ +Note: + +When using this IP in simulation, Modelsim crashes. +Compilation was fine. + +(temporary solution: Do Not Use) + +-Leon + diff --git a/libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/hdllib.cfg b/libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/hdllib.cfg.donotuse similarity index 100% rename from libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/hdllib.cfg rename to libraries/technology/ip_arria10_e2sg/flash/asmi_parallel/hdllib.cfg.donotuse diff --git a/libraries/technology/ip_arria10_e2sg/flash/remote_update/README.hdllib.cfg.donotuse b/libraries/technology/ip_arria10_e2sg/flash/remote_update/README.hdllib.cfg.donotuse new file mode 100644 index 0000000000..57d633345c --- /dev/null +++ b/libraries/technology/ip_arria10_e2sg/flash/remote_update/README.hdllib.cfg.donotuse @@ -0,0 +1,9 @@ +Note: + +When using this IP in simulation, Modelsim crashes. +Compilation was fine. + +(temporary solution: Do Not Use) + +-Leon + diff --git a/libraries/technology/ip_arria10_e2sg/flash/remote_update/hdllib.cfg b/libraries/technology/ip_arria10_e2sg/flash/remote_update/hdllib.cfg.donotuse similarity index 100% rename from libraries/technology/ip_arria10_e2sg/flash/remote_update/hdllib.cfg rename to libraries/technology/ip_arria10_e2sg/flash/remote_update/hdllib.cfg.donotuse -- GitLab