OpenCores
URL https://opencores.org/ocsvn/zpu/zpu/trunk

Subversion Repositories zpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

/trunk/zpu/ChangeLog Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/trunk/zpu/docs/zpu_arch.odt Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/zpu/docs/zpu_arch.odt Property changes : Deleted: svn:mime-type ## -1 +0,0 ## -application/octet-stream \ No newline at end of property Index: trunk/zpu/docs/zpu_arch.html =================================================================== --- trunk/zpu/docs/zpu_arch.html (revision 16) +++ trunk/zpu/docs/zpu_arch.html (revision 17) @@ -41,7 +41,21 @@ If multiple immediate integers are to be pushed onto the stack, they must be interleaved with another instruction, typically NOP. - + +pc <= pc + 1
+idim <= 1
+if (idim=0) then
+ sp <= sp - 1;
+ for i in wordSize-1 downto 7 loop
+ mem(sp)(i) <= opcode(6)
+ end loop
+ mem(sp)(6 downto 0) <= opcode(6 downto 0)
+else
+ mem(sp)(wordSize-1 downto 7) <= mem(sp)(wordSize-8 downto 0)
+ mem(sp)(6 downto 0) <= opcode(6 downto 0)
+end if +
+

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.