hashirehtisham commited on
Commit
ad424b7
·
verified ·
1 Parent(s): d1a9a3c

Update verilog.txt

Browse files
Files changed (1) hide show
  1. verilog.txt +3 -3
verilog.txt CHANGED
@@ -1,8 +1,8 @@
1
  [Author info]
2
- - Hashir Ehtisham: NUST student, made this chatbot for ICT project.
3
-
4
- This is an ALU module of the code for processor.
5
  [ALU Module]
 
6
  Line 1: `timescale 1ns / 1ps - Sets simulation time unit to 1ns and precision to 1ps.
7
  Line 2: module alu( - Defines the start of the Arithmetic Logic Unit (ALU) hardware module.
8
  Line 3: // Data inputs - Comment indicating the start of input port definitions.
 
1
  [Author info]
2
+ - Hashir Ehtisham: Computer Engineering student at National University of Science & Technology and contributed to developing the chatbot and handling all AI operations of app.
3
+ - Abdullah Ikram: Computer Engineering student at National University of Science & Technology and contributed to writing the ALU code for processor.
 
4
  [ALU Module]
5
+ This is an ALU module of the code for processor written in verilog.
6
  Line 1: `timescale 1ns / 1ps - Sets simulation time unit to 1ns and precision to 1ps.
7
  Line 2: module alu( - Defines the start of the Arithmetic Logic Unit (ALU) hardware module.
8
  Line 3: // Data inputs - Comment indicating the start of input port definitions.