Setting 100 MHz on Stratix IV GX
I have a working design using the usual 50MHz clock which I've had running successfully on a much smaller FPGA from Xlinix at 100 MHz. I've googled and scoured the forum, but can't quite find a solution. One post that came close involved schematic and block diagrams, but all my source is in Verilog. I've tried simply selecting a different clock source, but all the alternatives appear to be "differential clocks" as opposed to single-ended and won't compile. I would actually like to test my design at much higher clock rates than just 100 MHz to see if the logic will keep up and although it would be nice to have Quartus II simulate and test that for me, I'd also like to just be able to try it and see. So here's what I'm looking for:
i) What do I need to do (hopefully in verilog since that's my only source) to try a higher clock speed
ii) How do I get around this "differential clock output" problem
iii) How do I tell Quartus II that the signal in question is a clock. I noticed when it compiled it squawked about "no clock" but then later in the compile noticed that my signal called "clk" was connected to pin AC34 which it knew was a clock and it said something about "promoting" my clk to a "clock".
Thanks for any help.
-gt-