<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chiselX/src/main/scala/Chisel/testers, branch master</title>
<subtitle>Chisel with SFC compatibility</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/'/>
<entry>
<title>Rename packages to lowercase chisel, add compatibility layer</title>
<updated>2016-06-08T23:22:27+00:00</updated>
<author>
<name>ducky</name>
</author>
<published>2016-05-21T01:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=f36524e388b060b1bb535ae21cb1bcbbea220be9'/>
<id>f36524e388b060b1bb535ae21cb1bcbbea220be9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #186 from ucb-bar/sloc_impl</title>
<updated>2016-05-20T23:34:03+00:00</updated>
<author>
<name>Richard Lin</name>
</author>
<published>2016-05-20T23:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=d742d70a05b5fa997517ea7b5eb2d15b23e7a431'/>
<id>d742d70a05b5fa997517ea7b5eb2d15b23e7a431</id>
<content type='text'>
Source locators</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Source locators</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation of source locators</title>
<updated>2016-05-20T23:02:49+00:00</updated>
<author>
<name>ducky</name>
</author>
<published>2016-05-05T20:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=e92f2f69477a6ce86fc148a1a95db5797f2e3051'/>
<id>e92f2f69477a6ce86fc148a1a95db5797f2e3051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update BackendCompilationUtilities.verilogToCpp to specify top-module</title>
<updated>2016-05-20T20:38:18+00:00</updated>
<author>
<name>jackkoenig</name>
</author>
<published>2016-05-20T20:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=d7697eb14a0195cc3726bf45fdf38c631b6f6507'/>
<id>d7697eb14a0195cc3726bf45fdf38c631b6f6507</id>
<content type='text'>
This prevents Verilator from erroring when it cannot determine the top-module.
It also changes the PRINTF_COND guard to correctly use the top-level reset
instead of just the top of the Chisel-generated code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents Verilator from erroring when it cannot determine the top-module.
It also changes the PRINTF_COND guard to correctly use the top-level reset
instead of just the top of the Chisel-generated code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only randomize directory names during testing</title>
<updated>2016-03-18T08:02:56+00:00</updated>
<author>
<name>jackkoenig</name>
</author>
<published>2016-03-18T08:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=8e15bd90e179be15145ca3b04b8a4498fc0a9b73'/>
<id>8e15bd90e179be15145ca3b04b8a4498fc0a9b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed.</title>
<updated>2016-02-10T22:29:49+00:00</updated>
<author>
<name>chick</name>
</author>
<published>2016-02-10T22:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=a9355ba3784e3c5ae611f096a48b4ee5c78464ad'/>
<id>a9355ba3784e3c5ae611f096a48b4ee5c78464ad</id>
<content type='text'>
Cleanup comment for finish method in BasicTester, and finishWrapper in TesterDriver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup comment for finish method in BasicTester, and finishWrapper in TesterDriver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some comments describing potential use of the finish method hook</title>
<updated>2016-02-10T20:11:51+00:00</updated>
<author>
<name>chick</name>
</author>
<published>2016-02-10T20:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=82da362037a227a1c16eb56ead69f3f73cea6c4f'/>
<id>82da362037a227a1c16eb56ead69f3f73cea6c4f</id>
<content type='text'>
clean up the test example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean up the test example
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for finish method of BasicTester to be overridden in a subclass which allows tester to have clean up and other construction code executed after a user code executed during constructor of that subclass</title>
<updated>2016-02-09T19:24:08+00:00</updated>
<author>
<name>chick</name>
</author>
<published>2016-02-09T19:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=d1611f81badf54aaf460ba37f01dc98c4005d82a'/>
<id>d1611f81badf54aaf460ba37f01dc98c4005d82a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move firrtl subpackage to inside internal subpackage.</title>
<updated>2016-01-23T23:56:55+00:00</updated>
<author>
<name>jackkoenig</name>
</author>
<published>2016-01-23T23:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=544afdebc4d1b441e57123bd67bc48e8c036ffbb'/>
<id>544afdebc4d1b441e57123bd67bc48e8c036ffbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Meaningful error when resource copy fails</title>
<updated>2015-12-15T22:01:53+00:00</updated>
<author>
<name>ducky</name>
</author>
<published>2015-12-15T22:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/chiselX/commit/?id=9c2b2173ceecf178734da863751d213ffe5e494c'/>
<id>9c2b2173ceecf178734da863751d213ffe5e494c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
