Question
Difference between inter statement and intra statement delay?

Answers

//define register variablesreg a, b, c;//intra assignment delaysinitialbegina = 0; c = 0;b = #5 a + c; //Take value of a and c at the time=0, evaluate//a + c and then wait 5 time units to assign value//to b.end 
//Equivalent method with temporary variables and regular delay controlinitialbegina = 0; c = 0;temp_ac = a + c;#5 b = temp_ac; //Take value of a + c at the current time and//store it in a temporary variable. Even though a and c//might change between 0 and 5,//the value assigned to b at time 5 is unaffected.end   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Is it possible to set your export to 4 channel audio?
  • Q What about the integration between OBIEE & Siebel? Dashboard Integration?
  • Q Directcast(123.34,integer) - should it throw an error? why or why not?
  • Q What is entity graph in entity framework?
  • Q My script runs every time i run a state.apply. Why?
  • Q Explain the transient field modifier?
  • Q How many types of security enhanced in SharePoint 2010 ?
  • Q In The Hobbit what colour is Bilbo's door
  • Q Which king assumed the title of Victor of the Ganges and set up a capital bearing a striking similarity to his title. Clues. His reign was form 1018-1048 CE. His military expansions include conquest of Andaman and Nicobar Islands, some of the islands of Maldives.
  • Q P S Jayakumar, former chairman of Microsoft India, has been appointed MD and CEO of which bank?
  • Q What is xml family?