Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by debasish_deka

  1. D

    [SOLVED] Difference between <= Relational operator and <= Non blocking assignment

    Thanks Tricky Dicky, Then how'll this code behave if(a<=b) d<=a; Actually I am from microcontroller programming background. To me it seems like (a<=b) evaluates to TRUE always and finally the value of b goes to d. Am I right?
  2. D

    [SOLVED] Difference between <= Relational operator and <= Non blocking assignment

    Hi All, I am very new to verilog and got confused between the Relational operator <= (which is less than equal to) and the Non-blocking assignment operator <=.:bang: I want to know how does the verilog compiler know that the variables on the either side of this operator means assignment...

Part and Inventory Search

Back
Top