Forum Discussion

CGood8's avatar
CGood8
Icon for New Contributor rankNew Contributor
6 years ago

I am having problems using a simulation clock in my testbenches.

The .sv files compile in ModelSim but they do not compile in quartus prime.I have uploaded the tesbench in question in a .txt file and the error codes in produces in a separate .txt file

1 Reply

  • You may want to write the clocking block as

    default clocking cb @(posedge Clock);

    in line 43. I hope it helps.