Forum Discussion
Sakib
New Contributor
2 months agoIssue with MIPI CSI2 Encrypted IP File During Project Integration
Hi, I am working on a project where I have integrated two separate projects into a single top-level design. Project A includes the MIPI CSI2 IP and other related components. Project B contains the...
BCuze
Occasional Contributor
2 months agoI suspect the Altera SV code for the fifo isn't optimal (probably missing "logic" in the port declaration).
Note however that while using `default_nettype none was a recommended practice in Verilog, it has become -alas- a bad idea in SystemVerilog. I suggest you remove it in your (wrapper ?) code.