Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7841099
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:01:34+00:00 2026-06-02T16:01:34+00:00

Consider code as follows: reg [2:0] cnt; // a is an input (say 4

  • 0

Consider code as follows:

   reg [2:0] cnt;
   // a is an input (say 4 bit) to design and being assigned after some manipulation 
   // to some other variable  

   always @(a)
      for (cnt = 0; cnt < 4; cnt = cnt+1) begin
          //some operation involving a [bitwise]
      end

Now as you can see I didn’t include cnt in event list of always block as cnt is not referenced / assigned outside always block and is completely iterated through with for loop

My question is should I have cnt on event list?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:01:35+00:00Added an answer on June 2, 2026 at 4:01 pm

    The way the sensitivity list of the always block works is that once one of the input changes, the always block will execute until it reaches the end, and then it will wait for another change in the sensitivity list.

    In your case if you change a, it should run through all 4 loops of your for loop and then finish, so having cnt in the sensitivity list would not be a requirement.

    That said, I’m having trouble imagining what kind of logic this is supposed to synthesize to. Is your for loop something that should be clocked, or is it intended to execute instantaneously?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please, consider the following code. If I declare the exports field as follows: exports
Consider this code: @tmp = split(/\s+/, apple banana cherry); $aref = \@tmp; Besides being
Consider the following code: struct TrainingExample { array<double, N> input; array<double, M> output; };
I am having some trouble structuring my ReportFrame.SourceURL. My code as follows in my
Consider the following code snippet that takes user input (a date) and format it
Consider some code that can throw a checked exception (an exception of type Exception
Tidying up some code that has what I consider to be a confusing line
Consider the follow code: TMyList = class(TList<IMyItem>, IMyList) Delphi shows me the error: [DCC
This is a follow-up questions on a previous one . Consider this code, which
Consider the following code (for simplicity, I did not follow any C# coding rules).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.