Guest User

Untitled

a guest
Nov 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. `timescale 1ns / 1ps
  2. module com (inp,clk,out);
  3. input clk;
  4. input reg [15:0] inp;//dataset
  5. output out;
  6. .
  7. .
  8. .
Add Comment
Please, Sign In to add comment