Altera_Forum
Honored Contributor
14 years agoregarding verbosity_package.sv errors
in this thread, i see someone else has hit this same problem:
www altera com/forum/showpost.php?p=122019&postcount=10 i can't post that as a link since i only have 1 post... the response to that question seems more focused on modelsim. however, i am seeing that exact error in quartus when i try to analyze and elaborate in preparation for simulation. i do not see this problem if i run the simulation in ncsim, so it does seem to be a bug in quartus. i do have sytemVerilog checked everywhere in quartus. i did a little hacking on this and it really does seem that quartus is confusing a void function for a task. if i edit verbosity_package.sv to make print() return a string and assign the return value of print to a dummy string, the file compiles just fine. any ideas? thanks