Guest User

Untitled

a guest
Nov 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. module crc32 (
  2. input rst,
  3. input clk,
  4. input [255:0] in_data,
  5. input crc_en,
  6. output crc_out
  7. );
Add Comment
Please, Sign In to add comment