Hi,
Basically, In Xilinx I have three counters having same source code whose output that is X[9] count (last count) goes to one of the inputs of NOR Gate through bus tap and further to CLK of counter and counter works respectively for next reset signal as shown in Xilinx_V1 image attached. Also, the same count X[9] of counter goes to further combinational logic.
So, while I replicate this same in Quartus, I cannot use three counters with same source code as quartus gives error for Q1[9], if I use it for all three counters. So, for this currently I have used three counters having output Q1[9], Q2[9], Q3[9] with three different source codes namely counter1, counter2, counter3. I have attached image named Intel for reference.
My question is: 1. Will Q1[9] interpret 9th count of counter1 and feed it back to one of the input of NOR Gate correctly?
2. Is there any way where I can use counter with same source code for three times as used in Xilinx ?
Please suggest the possible solution to this.