Online Verilog Compiler

/* * Do not change Module name */ `timescale 1ps/100fs module add(S,A,B); output [31:0] S; input [31:0] A,B; wire [31:0] C; adder1bit adder1bit0(S[0],C[0],A[0],B[0],1b`0); adder1bit adder1bit1(S[1],C[1],A[1],B[1],C[0]); adder1bit adder1bit2(S[2],C[2],A[2],B[2],C[1]); adder1bit adder1bit3(S[3],C[3],A[3],B[3],C[2]); adder1bit adder1bit4(S[4],C[4],A[4],B[4],C[3]); adder1bit adder1bit5(S[5],C[5],A[5],B[5],C[4]); adder1bit adder1bit6(S[6],C[6],A[6],B[6],C[5]); adder1bit adder1bit7(S[7],C[7],A[7],B[7],C[6]); adder1bit adder1bit8(S[8],C[8],A[8],B[8],C[7]); adder1bit adder1bit9(S[9],C[9],A[9],B[9],C[8]); adder1bit adder1bit10(S[10],C[10],A[10],B[10],C[9]); adder1bit adder1bit11(S[11],C[11],A[11],B[11],C[10]); adder1bit adder1bit12(S[12],C[12],A[12],B[12],C[11]); adder1bit adder1bit13(S[13],C[13],A[13],B[13],C[12]); adder1bit adder1bit14(S[14],C[14],A[14],B[14],C[13]); adder1bit adder1bit15(S[15],C[15],A[15],B[15],C[14]); adder1bit adder1bit16(S[16],C[16],A[16],B[16],C[15]); adder1bit adder1bit17(S[17],C[17],A[17],B[17],C[16]); adder1bit adder1bit18(S[18],C[18],A[18],B[18],C[17]); adder1bit adder1bit19(S[19],C[19],A[19],B[19],C[18]); adder1bit adder1bit20(S[20],C[20],A[20],B[20],C[19]); adder1bit adder1bit21(S[21],C[21],A[21],B[21],C[20]); adder1bit adder1bit22(S[22],C[22],A[22],B[22],C[21]); adder1bit adder1bit23(S[23],C[23],A[23],B[23],C[22]); adder1bit adder1bit24(S[24],C[24],A[24],B[24],C[23]); adder1bit adder1bit25(S[25],C[25],A[25],B[25],C[24]); adder1bit adder1bit26(S[26],C[26],A[26],B[26],C[25]); adder1bit adder1bit27(S[27],C[27],A[27],B[27],C[26]); adder1bit adder1bit28(S[28],C[28],A[28],B[28],C[27]); adder1bit adder1bit29(S[29],C[29],A[29],B[29],C[28]); adder1bit adder1bit30(S[30],C[30],A[30],B[30],C[29]); adder1bit adder1bit31(S[31],C[31],A[31],B[31],C[30]); endmodule //----------------------------------------------------- `timescale 1ps/100fs module adder1bit(sum,cout,a,b,cin); input a,b,cin; output cout,sum; // sum= a xor b xor cin xor#(50) (sum,a,b,cin); // carry out= a.b+cin.(a+b) and #(50) and1(c1,a,b); or #(50) or1(c2,a,b); and #(50) and2(c3,c2,cin); or #(50) or2(cout,ci,c3); endmodule

About Online Verilog Compiler

Try our Online Verilog Compiler (Version Icarus v10.0) to Edit, Run, and Share your Verilog Code directly from your browser. This online development environment provides you the latest version Icarus v10.0.

How to use Online Verilog Compiler?

Write and Execute Code

  • Write your program (or, paste it) directly under the "Source Code" tab.
  • If you want to save your program, go to the "Project" menu and save it.
  • You can directly execute your program without saving it by clicking on on "Execute" button.

User Input

The latest version of Coding Ground allows to provide program input at run time from the termnial window exactly the same way as you run your program at your own computer. So simply run a program and provide your program input (if any) from the terminal window available in the right side.

Online Verilog Compiler: Keyboard Shortcuts

The following are the keyword shortcut of this Online Verilog Compiler:

ShortcutDescription
⌘ + EnterRun the program
⌘ + SSave Project (Login Required)
⇧ + ⌘ + SSave As Project
⌘ + PNew Project
⌘ + GShare Project
⌘ + ZUndo Editing
⌘ + YRedo Editing
⌘ + ASelect All Text
⌘ + XCut Selected Text
⌘ + CCopy Selected Text
⌘ + VPaste Copied Text
⌘ + FSearch Text
⌘ + ⌥ + FReplace Text
ShortcutDescription
Ctrl + EnterRun the program
Ctrl + SSave Project
Shift + Ctrl + SSave As Project
Ctrl + GShare Project
Ctrl + ZUndo Editing
Ctrl + YRedo Editing
Ctrl + ASelect All Text
Ctrl + XCut Selected Text
Ctrl + CCopy Selected Text
Ctrl + VPaste Copied Text
Ctrl + FSearch Text
Ctrl + HReplace Text

Online Verilog Compiler: Save and Share Verilog Code (Project)

Save Verilog Project Online

You can save your Verilog Project with us so that you can access this project later on. To save a project you will need to create a login Id with us. So before you save a project, please create a login Id using a link given at the top right corner of this page.

Share Verilog Project Online

You can use this feature to share your Verilog Code with your teachers, classmates and colleagues. Just click Share Button and it will create a short link, which can be shared through Email, WhatsApp or even through Social Media. A shared link will be deleted if it has been passive for almost 3 months.

More Features of Online Verilog Compiler

  • Theme – You can change the current editor's theme from the "Editor Theme" option under "Settings" menu.
  • Font Size – You can change the font size of the editor /compiler from from the "Font Size" option under "Settings" menu.
  • Tab Size – You can change the tab size from the "Tab Size" option under "Settings" Menu.
  • Show/Hide Line Numbers – You can show/hide the line number with the code from the "Show Line Numbers" or "Hide Line Numbers" option under "Settings" Menu.
  • And, many more.

Benefits of Using Online Verilog Compiler

There are several benefits of using the Online Verilog Compiler to run your Verilog code:

  • Platform independence: You can run your code from any device without taking care of operating systems.
  • Convenience: You don't need to install anything for using this.
  • No setup required: There is no need for additional setup to run your code.
  • Updated version: Our online compiler/editors/terminals are the latest up-to-date.
 Execute |  Beautify | Share
My Projects
Change Password
My Profile
Logout
Undo
Redo
Cut
Copy
Paste
Delete
Select All
Find
Find and Replace
Editor Theme
Crimson
Eclipse
Github
Solarized
Cobalt
krTheme
Monokai
Terminal
Textmate
Twilight
Vibrant Ink
Font Size
8px
9px
10px
11px
12px
13px
14px
15px
16px
17px
18px
20px
22px
24px
Tab Size
1
2
3
4
5
6
7
8
Show Invisible
Hide Invisible
Show Line Numbers
Hide Line Numbers
Ace Editor (Default)
Vim Editor
Emacs Editor
Open New Project
Save Project
Save As New Project
Share Project
Search Project
Online Java Compiler
Online Python Compiler
Online C++ Compiler
Online CSharp Compiler
Online C Compiler
Online PHP Compiler
Online R Compiler
Online NumPy Compiler
More Compilers