Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.62 KB | None | 0 0
  1. azonenberg@mars:~/native/programming/MaliciousProcessor$ diff mc8051_fpga.vhd /home/azonenberg/native/downloads/MP/MaliciousProcessor/8051Core/mc8051_fpga.vhd
  2. 52c52
  3. <   addra: in std_logic_vector(9 downto 0);
  4. ---
  5. >   addra: in std_logic_vector(11 downto 0);
  6. 296,298c296
  7. <   -- To change, regenerate the core.
  8. <   -- Address widths patched by A. Zonenberg 2011-OCT-17
  9. <   -- to work around compile issues in ISE 13.2
  10. ---
  11. >   -- To change, regenerate the core.
  12. 303c301
  13. <           addra => instr_ram_addr (9 downto 0),
  14. ---
  15. >           addra => instr_ram_addr,
  16. 312c310
  17. <           addra => ramx_addr (9 downto 0),
  18. ---
  19. >           addra => ramx_addr,
Add Comment
Please, Sign In to add comment