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 jmountney

  1. J

    $display maximum value?

    Is there a maximum value $display can print to console window? I am running a 'for loop' and I want the console window to display some large values (e.g. 3.5 * 10^9). However, these numbers are getting displayed as large negative values. Does $display possibly interpret values as signed integers...
  2. J

    [SOLVED] verilog syntax question

    Can someone please help with the behavior of the following verilog code? I am not familiar with the " : " operation folowing an " always begin " statement. Is this some form of a conditional? Thank you. always begin : x @(s); begin ........ SOME CODE ...

Part and Inventory Search

Back
Top