Forum Discussion
CGood8
New Contributor
6 years agoI 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
RichardT_altera
Super Contributor
6 years agoYou may want to write the clocking block as
default clocking cb @(posedge Clock);
in line 43. I hope it helps.