Skip to content

Commit

Permalink
Merge pull request #341 from byuccl/dev-v2.0.0
Browse files Browse the repository at this point in the history
Updated release notes for V2.0.0
  • Loading branch information
DallonTG authored Feb 28, 2018
2 parents 3457f6b + a9aec2b commit 84e451e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Release v2.0.0

### Major Changes:
* Reverse wire generation are now included in device files. The Extended Info Device files and associated classes have been removed. (#326/#340)
* The versioning numbers for device files have been updated to prevent old device files from being created. As such, device files generated with previous versions of RS2 are incompatible with this release. (#326/#340)

### Minor Changes:
* Updated XDLRCParser to present the names of the parsed tokens for context when parsing the XDLRC. (#326/#340)
* Created a compressered serialized XDLRC format, CXLDRC. This format can be used in place of XDLRCs. (#326/#340)

### Patches / Bug Fixes:
* Fixed a minor bug in the wire connection generation that was leading to connections being generated for wires that had no sources themselves. (#326/#340)

## Release v1.1.1

### Patches / Bug Fixes:
* The instanceX and instanceY site variables are now deserialized properly. (#328)
* The placement of LUT5's now comes before LUT6's in TCP's. (#336)

## Release v1.1.0

### Minor Changes:
Expand All @@ -19,4 +38,4 @@ Future version numbers for RapidSmith2 releases will follow the [semantic versio
Release tags will be in this format: MAJOR.MINOR.PATCH.
* The MAJOR version will be incremented when incompatible API changes are made.
* The MINOR version will be incremented when a single feature is added in a backwards-compatible manner.
* The PATCH version will be incremented when a single backwards-compatible bug fix is made.
* The PATCH version will be incremented when a single backwards-compatible bug fix is made.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ \subsection{Creating New Device Files for Supported Families}

\vspace{.3cm}

\noindent Once the device installer is done executing, the compact devices file
\noindent Once the device installer is done executing, the compact device file
is stored in the corresponding family directory of the RapidSmith2 ``devices''
folder. For example, the device file generated from the example part
\textit{xc7a100tcsg324-3} is stored in the ``artix7'' sub-directory.
Expand Down

0 comments on commit 84e451e

Please sign in to comment.