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...
CStub
New Contributor
6 years agoFound the answer. It seems that more than half my design was optimized away. I solved it by inserting (*noprune*) before the destination register definition of each input signal. I'm sure it was easier to route, however...