Forum Discussion
CStub
New Contributor
6 years agoWhy is my altiobuf configured as differential input missing an output?
I am using Cyclone V with Quartus 18.1. I have 2 data input groups, each with a clock and 8 data signals, all differential. Here is a sample of the verilog for clock1 and one data bit. diff_in t...
YuanLi_S_Intel
Regular Contributor
6 years agoHi Craig,
Meaning to say the problem is due to the regenerating of the bitstream?
Thank You
- CStub6 years ago
New Contributor
Hi Bruce, This happens after synthesis. I discovered that my design was being optimized away. I fixed by adding *noprune* to the registers that were receiving the data bits, and that prevented the removal. Still don't understand why all of a sudden, and why legitimate logic was deleted. Thanks, Craig