-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Download Hyperbus Model
When running some tests in the Chimera repository together with @sermazz, we identified an issue with the download procedure for the Infineon Hyperbus module.
Specifically, the Makefile target models/s27ks0641 attempts to download the model from the following URL: https://www.infineon.com/dgdl/Infineon-S27KL0641_S27KS0641_VERILOG-SimulationModels-v05_00-EN.zip?fileId=8ac78c8c7d0d8da4017d0f6349a14f68. However, this link redirects to a webpage that requires login access to download the Hyperbus model. As a result, the Makefile downloads the HTML page instead of the intended ZIP file containing the SystemVerilog model.
How can we resolve this issue? Would it make sense to keep a local version of the model that can be reused across different projects?