Guest User

Untitled

a guest
Feb 27th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function [15:0] ram_wr_map2 (wire [1:0] wdata);
  2. ram_wr_map2 = {
  3. 4'h0, wdata[1], // 11
  4. 7'h0, wdata[0], // 3
  5. 3'h0
  6. };
  7. endfunction
Advertisement
Add Comment
Please, Sign In to add comment