<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>visa Release Rss Feed</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx</link><description>visa Release Rss Description</description><item><title>UPDATED RELEASE: MIPS-vt</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=13239</link><description>This is the MIPSR3000 model extended with MIPS-vt.&lt;br /&gt;&lt;br /&gt;To compile and simulate using this model is necessary to have &amp;#91;url&amp;#58;ArchC 2.0&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.archc.org&amp;#93; installed with &amp;#91;url&amp;#58;SystemC 2.2&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.systemc.org&amp;#93;.&lt;br /&gt;To generate the compiler download the release and execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &lt;br /&gt;    &amp;#36; ..&amp;#47;..&amp;#47;bin&amp;#47;asmgen.sh -a r3000 r3000.ac&lt;br /&gt;    &amp;#36; mkdir build-dir&lt;br /&gt;    &amp;#36; mkdir install-dir&lt;br /&gt;    &amp;#36; cd build-dir&lt;br /&gt;    &amp;#36; binutils-dir&amp;#47;configure --target&amp;#61;r3000-elf --prefix&amp;#61;&amp;#36;PWD&amp;#47;..&amp;#47;install-dir&lt;br /&gt;    &amp;#36; make all-gas&lt;br /&gt;    &amp;#36; make install-gas&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To generate the assembler&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-as -o test1.o test1.s&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-ld -o test1.a test1.o&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To compile the simulator with statistics&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;    &amp;#36;..&amp;#47;..&amp;#47;bin&amp;#47;accsim r3000.ac -abi -dy -s&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;Add the vmcs.cpp source file in Makefile.archc at the end of this lines&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &amp;#35; These are the source files provided by the user &amp;#43; ArchC sources&lt;br /&gt;SRCS &amp;#58;&amp;#61; main.cpp &amp;#36;&amp;#40;ACSRCS&amp;#41; &amp;#36;&amp;#40;ACFILES&amp;#41; &amp;#36;&amp;#40;MODULE&amp;#41;-isa.cpp  &amp;#36;&amp;#40;MODULE&amp;#41;_syscall.cpp vmcs.cpp&amp;#125;&amp;#125;&lt;br /&gt;So, execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;     &amp;#36; make -f Makefile.archc&lt;br /&gt;     &amp;#36; .&amp;#47;r3000.x --load&amp;#61;test1.o&amp;#125;&amp;#125;</description><author></author><pubDate>Fri, 09 May 2008 13:20:23 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: MIPS-vt 20080509012023P</guid></item><item><title>UPDATED RELEASE: MIPS-vt</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=13239</link><description>This is the MIPSR3000 model extended with MIPS-vt.&lt;br /&gt;&lt;br /&gt;To compile and simulate using this model is necessary to have &amp;#91;url&amp;#58;ArchC 2.0&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.archc.org&amp;#93; installed with &amp;#91;url&amp;#58;SystemC 2.2&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.systemc.org&amp;#93;.&lt;br /&gt;To generate the compiler download the release and execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &lt;br /&gt;    &amp;#36; ..&amp;#47;..&amp;#47;bin&amp;#47;asmgen.sh -a r3000 r3000.ac&lt;br /&gt;    &amp;#36; mkdir build-dir&lt;br /&gt;    &amp;#36; mkdir install-dir&lt;br /&gt;    &amp;#36; cd build-dir&lt;br /&gt;    &amp;#36; binutils-dir&amp;#47;configure --target&amp;#61;r3000-elf --prefix&amp;#61;&amp;#36;PWD&amp;#47;..&amp;#47;install-dir&lt;br /&gt;    &amp;#36; make all-gas&lt;br /&gt;    &amp;#36; make install-gas&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To generate the assembler&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-as -o test1.o test1.s&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-ld -o test1.a test1.o&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To compile the simulator with statistics&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;    &amp;#36;..&amp;#47;..&amp;#47;bin&amp;#47;accsim r3000.ac -abi -dy -s&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;Add the vmcs.cpp source file in Makefile.archc at the end of this lines&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &amp;#35; These are the source files provided by the user &amp;#43; ArchC sources&lt;br /&gt;SRCS &amp;#58;&amp;#61; main.cpp &amp;#36;&amp;#40;ACSRCS&amp;#41; &amp;#36;&amp;#40;ACFILES&amp;#41; &amp;#36;&amp;#40;MODULE&amp;#41;-isa.cpp  &amp;#36;&amp;#40;MODULE&amp;#41;_syscall.cpp vmcs.cpp&amp;#125;&amp;#125;&lt;br /&gt;So execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;     &amp;#36; make -f Makefile.archc&lt;br /&gt;     &amp;#36; .&amp;#47;r3000.x --load&amp;#61;test1.o&amp;#125;&amp;#125;</description><author></author><pubDate>Fri, 09 May 2008 12:39:58 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: MIPS-vt 20080509123958P</guid></item><item><title>UPDATED RELEASE: MIPS-vt</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=13239</link><description>This is the MIPSR3000 model extended with MIPS-vt.&lt;br /&gt;&lt;br /&gt;To compile and simulate using this model is necessary to have &amp;#91;url&amp;#58;ArchC 2.0&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.archc.org&amp;#93; installed with &amp;#91;url&amp;#58;SystemC 2.2&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.systemc.org&amp;#93;.&lt;br /&gt;To generate the compiler download the release and execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &lt;br /&gt;    &amp;#36; ..&amp;#47;..&amp;#47;bin&amp;#47;asmgen.sh -a r3000 r3000.ac&lt;br /&gt;    &amp;#36; mkdir build-dir&lt;br /&gt;    &amp;#36; mkdir install-dir&lt;br /&gt;    &amp;#36; cd build-dir&lt;br /&gt;    &amp;#36; binutils-dir&amp;#47;configure --target&amp;#61;r3000-elf --prefix&amp;#61;&amp;#36;PWD&amp;#47;..&amp;#47;install-dir&lt;br /&gt;    &amp;#36; make all-gas&lt;br /&gt;    &amp;#36; make install-gas&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To generate the assembler&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-as -o test1.o test1.s&lt;br /&gt;    &amp;#36; .&amp;#47;install-dir&amp;#47;bin&amp;#47;r3000-elf-ld -o test1.a test1.o&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To compile the simulator with statistics&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;    &amp;#36;..&amp;#47;..&amp;#47;bin&amp;#47;accsim r3000.ac -abi -dy -s&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;Add the vmcs.cpp source file in Makefile.archc at the end of this lines&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &amp;#35; These are the source files provided by the user &amp;#43; ArchC sources&lt;br /&gt;SRCS &amp;#58;&amp;#61; main.cpp &amp;#36;&amp;#40;ACSRCS&amp;#41; &amp;#36;&amp;#40;ACFILES&amp;#41; &amp;#36;&amp;#40;MODULE&amp;#41;-isa.cpp  &amp;#36;&amp;#40;MODULE&amp;#41;_syscall.cpp &amp;#42;vmcs.cpp&amp;#42;&amp;#125;&amp;#125;&lt;br /&gt;So execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;     &amp;#36; make -f Makefile.archc&lt;br /&gt;     &amp;#36; .&amp;#47;r3000.x --load&amp;#61;test1.o&amp;#125;&amp;#125;</description><author></author><pubDate>Fri, 09 May 2008 12:38:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: MIPS-vt 20080509123827P</guid></item><item><title>UPDATED RELEASE: MIPS-vt</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=13239</link><description>This is the MIPSR3000 model extended with MIPS-vt.&lt;br /&gt;&lt;br /&gt;To compile and simulate using this model is necessary to have &amp;#91;url&amp;#58;ArchC 2.0&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.archc.org&amp;#93; installed with &amp;#91;url&amp;#58;SystemC 2.2&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.systemc.org&amp;#93;.&lt;br /&gt;To generate the compiler download the release and execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &lt;br /&gt;    &amp;#36; ..&amp;#47;..&amp;#47;bin&amp;#47;asmgen.sh r3000.ac r3000&lt;br /&gt;    &amp;#36; mkdir build-dir&lt;br /&gt;    &amp;#36; mkdir install-dir&lt;br /&gt;    &amp;#36; cd build-dir&lt;br /&gt;    &amp;#36; binutils-dir&amp;#47;configure --target&amp;#61;r3000-elf --prefix&amp;#61;&amp;#36;PWD&amp;#47;..&amp;#47;install-dir&lt;br /&gt;    &amp;#36; make all-gas&lt;br /&gt;    &amp;#36; make install-gas&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To generate the assembler&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    &amp;#36; .install-dir&amp;#47;r3000-elf-as -o test1.o test1.s&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;To compile the simulator with statistics&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;    &amp;#36;..&amp;#47;..&amp;#47;bin&amp;#47;accsim r3000.ac -abi -dy -s&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;Add the vmcs.cpp source file in Makefile.archc at the end of this lines&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;  &amp;#35; These are the source files provided by the user &amp;#43; ArchC sources&lt;br /&gt;SRCS &amp;#58;&amp;#61; main.cpp &amp;#36;&amp;#40;ACSRCS&amp;#41; &amp;#36;&amp;#40;ACFILES&amp;#41; &amp;#36;&amp;#40;MODULE&amp;#41;-isa.cpp  &amp;#36;&amp;#40;MODULE&amp;#41;_syscall.cpp vmcs.cpp&amp;#125;&amp;#125;&lt;br /&gt;So execute&amp;#58;&lt;br /&gt;&amp;#123;&amp;#123;     &lt;br /&gt;     &amp;#36; make -f Makefile.archc&lt;br /&gt;     &amp;#36; .&amp;#47;r3000.x --load&amp;#61;test1.o&amp;#125;&amp;#125;</description><author></author><pubDate>Thu, 08 May 2008 19:35:28 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: MIPS-vt 20080508073528P</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:57:51 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035751A</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:57:16 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035716A</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:56:19 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035619A</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:55:37 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035537A</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:54:56 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035456A</guid></item><item><title>UPDATED RELEASE: Inicial</title><link>http://www.codeplex.com/visa/Release/ProjectReleases.aspx?ReleaseId=4242</link><description>Release inicial necessária para a publicação do projeto</description><author></author><pubDate>Wed, 16 May 2007 03:51:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Inicial 20070516035120A</guid></item></channel></rss>