debugging - verilog always block within a initial block not proper syntax? -


i keep getting weird syntax errors, wondering if knows why getting these errors. read can't have block within initial block, when try move block outside initial block still error.

enter image description here

enter image description here

update: problem solved. although, moved block outside of initial block, , stopped receiving syntax errors. answer provided why blocks not allowed in... enter image description here

two syntax rules:

  • repeat blocks must within initial blocks
  • always blocks must outside initial blocks.

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -