<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qtmips/qtmips_cli, branch master</title>
<subtitle>MIPS CPU emulator for education purposes</subtitle>
<id>http://git.cynerd.cz/qtmips/atom?h=master</id>
<link rel='self' href='http://git.cynerd.cz/qtmips/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/'/>
<updated>2020-04-23T14:35:50Z</updated>
<entry>
<title>qtmips_cli: add option to connect serial port input and output to file.</title>
<updated>2020-04-23T14:35:50Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2020-04-23T14:35:50Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=597c9271608c3d30ce193b96be3fe82966e4cc1d'/>
<id>urn:sha1:597c9271608c3d30ce193b96be3fe82966e4cc1d</id>
<content type='text'>
New options

  --serial-in, --serin &lt;FNAME&gt;       File connected to the serial port input.
  --serial-out, --serout &lt;FNAME&gt;     File connected to the serial port output.

to provide support for B35APO subject task to write conversion
of the random binary number to hexadecimal output to serial port.

See the task with automatic check using qtmips_cli

  seminaries/qtmips/print-hex-to-uart

in the repository

  https://gitlab.fel.cvut.cz/b35apo/stud-support/

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>qtmips_cli: add option to specify used hazard unit - none, stall, forward.</title>
<updated>2020-04-06T20:38:46Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2020-04-06T20:38:46Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=27b38375203880cbc991eaac1d97c927346fa7e0'/>
<id>urn:sha1:27b38375203880cbc991eaac1d97c927346fa7e0</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.7.4</title>
<updated>2020-03-26T12:31:31Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-09-15T18:32:41Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c'/>
<id>urn:sha1:3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>In include, use content from editor if file is already open.</title>
<updated>2019-08-22T11:47:41Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-08-22T11:47:41Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=6c09f661b83dd13a8403243c1441efa5c4900538'/>
<id>urn:sha1:6c09f661b83dd13a8403243c1441efa5c4900538</id>
<content type='text'>
This allows to assemble from modified include files without
need to save their content the first.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Prepend message types by MSG_, Windows headerfiles define ERROR as macro.</title>
<updated>2019-07-17T20:50:42Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-07-17T20:50:42Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=d0e96ac431f8ebccc5fd21580414913824d72766'/>
<id>urn:sha1:d0e96ac431f8ebccc5fd21580414913824d72766</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Enable CLI version to use simple assembler.</title>
<updated>2019-07-17T19:03:36Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-07-17T19:03:36Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=94095c7890f491d7023b1a69b3f088be8c05e898'/>
<id>urn:sha1:94095c7890f491d7023b1a69b3f088be8c05e898</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Move fixmatheval to initial directory for assembler library.</title>
<updated>2019-07-15T12:46:09Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-07-15T12:46:09Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=54ac86405049364df763e8ce002cf7aed4b69bed'/>
<id>urn:sha1:54ac86405049364df763e8ce002cf7aed4b69bed</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>qtmips_cli: add option to report number of required cycles and stalls.</title>
<updated>2019-04-05T18:07:10Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-04-05T18:07:10Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=299504df7e4882908e59fe7493fe133bf6271e8b'/>
<id>urn:sha1:299504df7e4882908e59fe7493fe133bf6271e8b</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Set gray background to stalled instructions/idled stages.</title>
<updated>2019-03-31T18:41:05Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-03-31T18:41:05Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=f936893d4c5be40ebf1c7b6a9341ffce4c82ea03'/>
<id>urn:sha1:f936893d4c5be40ebf1c7b6a9341ffce4c82ea03</id>
<content type='text'>
This allows to easier identify unused pipeline stages.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>qtmips_cli: start report in decimal mode.</title>
<updated>2019-03-27T21:33:34Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-03-27T21:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=3758632917987c842edf57d855de9b515754a5f9'/>
<id>urn:sha1:3758632917987c842edf57d855de9b515754a5f9</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
</feed>
