<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sfcX/Makefile, branch 1.6.x</title>
<subtitle>Scala FIRRTL Compiler for chiselX</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/'/>
<entry>
<title>Remove scalastyle configs from repository</title>
<updated>2020-07-14T19:55:35+00:00</updated>
<author>
<name>Albert Magyar</name>
</author>
<published>2020-07-14T18:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=82956e47b6348cad8776e01e37ba6ed74a6c750d'/>
<id>82956e47b6348cad8776e01e37ba6ed74a6c750d</id>
<content type='text'>
* Drop plugin
* Drop make recipe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop plugin
* Drop make recipe
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "build" the default make target rather than "clean" (#1152)</title>
<updated>2019-08-13T14:52:44+00:00</updated>
<author>
<name>Andrew Waterman</name>
</author>
<published>2019-08-13T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=0f6b9615213a2a9770974ff71b3da3f6b770a772'/>
<id>0f6b9615213a2a9770974ff71b3da3f6b770a772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Number all code examples &amp; add specification build to Makefile (#894)</title>
<updated>2018-09-27T18:40:16+00:00</updated>
<author>
<name>Ben Marshall</name>
</author>
<published>2018-09-27T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=29e5c0881291b2ab225eb1617592213de611a4a5'/>
<id>29e5c0881291b2ab225eb1617592213de611a4a5</id>
<content type='text'>
* Merge makefile changes from dev/specification-fixes

- New top level makefile target: `specification`
  - Builds the specification document.

* Number all code examples.

This is more a change of convenience than anything. Referring to syntax
examples is much easier when they are numbered!

This commit is in the context of freechipsproject/firrtl#890 - Updating
examples and syntax specification is made easier if they are numbered.

- Change `verbatim` environments to `lstlisting`
- Add very basic keyword highlighting.
- Rebuild specification PDF.

 On branch dev/number-code-examples
 Changes to be committed:
	modified:   spec/spec.pdf
	modified:   spec/spec.tex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Merge makefile changes from dev/specification-fixes

- New top level makefile target: `specification`
  - Builds the specification document.

* Number all code examples.

This is more a change of convenience than anything. Referring to syntax
examples is much easier when they are numbered!

This commit is in the context of freechipsproject/firrtl#890 - Updating
examples and syntax specification is made easier if they are numbered.

- Change `verbatim` environments to `lstlisting`
- Add very basic keyword highlighting.
- Rebuild specification PDF.

 On branch dev/number-code-examples
 Changes to be committed:
	modified:   spec/spec.pdf
	modified:   spec/spec.tex
</pre>
</div>
</content>
</entry>
<entry>
<title>Add jenkins-build target to check scalastyle and coverage. (#445)</title>
<updated>2017-02-22T18:25:03+00:00</updated>
<author>
<name>Adam Izraelevitz</name>
</author>
<published>2017-02-22T18:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=7b4ab673ef1b5716f8bbe689faaf474c60a0d2fd'/>
<id>7b4ab673ef1b5716f8bbe689faaf474c60a0d2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stanza (#231)</title>
<updated>2016-08-15T17:32:41+00:00</updated>
<author>
<name>Adam Izraelevitz</name>
</author>
<published>2016-08-15T17:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=bebd04c4c68c320b2b72325e348c726dc33beae6'/>
<id>bebd04c4c68c320b2b72325e348c726dc33beae6</id>
<content type='text'>
* Removed stanza implementation/tests.

In the future we can move the stanza tests over, but for now they should
be deleted.

* Added back integration .fir files

* Added Makefile to give Travis hooks

* Added firrtl script (was ignored before)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed stanza implementation/tests.

In the future we can move the stanza tests over, but for now they should
be deleted.

* Added back integration .fir files

* Added Makefile to give Travis hooks

* Added firrtl script (was ignored before)
</pre>
</div>
</content>
</entry>
<entry>
<title>streamline sbt</title>
<updated>2016-04-19T21:18:47+00:00</updated>
<author>
<name>Yunsup Lee</name>
</author>
<published>2016-04-19T18:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=484262d6ce6979276853cbe202fc038b4700ce2d'/>
<id>484262d6ce6979276853cbe202fc038b4700ce2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "sbt test" for test-scala.</title>
<updated>2016-04-10T02:07:47+00:00</updated>
<author>
<name>Jim Lawson</name>
</author>
<published>2016-04-08T23:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=168392889d42506fae5a1aa637ebe1e61d799e62'/>
<id>168392889d42506fae5a1aa637ebe1e61d799e62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use find instead of sbt to determine (potential) sources.</title>
<updated>2016-04-10T02:07:47+00:00</updated>
<author>
<name>Jim Lawson</name>
</author>
<published>2016-04-07T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=a74bbef25f8aa4d6b43be23b3831655efad1711c'/>
<id>a74bbef25f8aa4d6b43be23b3831655efad1711c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Makefile to use sbt to determine sources; make build-scala the default build - #97</title>
<updated>2016-04-10T02:07:47+00:00</updated>
<author>
<name>Jim Lawson</name>
</author>
<published>2016-04-07T19:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=084e7ca9f9ecb76b91e143931d08195d45672ab7'/>
<id>084e7ca9f9ecb76b91e143931d08195d45672ab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the stanza wrapper for Travis</title>
<updated>2016-03-06T04:28:15+00:00</updated>
<author>
<name>Palmer Dabbelt</name>
</author>
<published>2016-03-06T04:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sfcX/commit/?id=8ae6ece99dfadb8d3dd25acc3549a975e3c40bbc'/>
<id>8ae6ece99dfadb8d3dd25acc3549a975e3c40bbc</id>
<content type='text'>
The printf call you're making doesn't appear to be standard, so I've
replaced it with something else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The printf call you're making doesn't appear to be standard, so I've
replaced it with something else.
</pre>
</div>
</content>
</entry>
</feed>
