Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. initial begin
  2.         program_memory[0] = 20'b00000000000000000001;
  3.         program_memory[1] = 20'b00001000000000000010;
  4.         program_memory[2] = 20'b00010000000000000110;
  5.         program_memory[3] = 20'b10010100100000000101;
  6.         program_memory[4] = 20'b10000001100000001000;
  7.         program_memory[5] = 20'b01010000001000000000;
  8.         program_memory[6] = 20'b01100001000000000001;
  9.         program_memory[7] = 20'b10000001100000000011;
  10.         program_memory[8] = 20'b10000001110000000000;
  11.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement