Releases: byuccl/RapidSmith2
v2.3.1 Release
included additional Artix7 pin mappings.
v2.3.0 Release
Fixes Edif Interface to handle bus ports with multiple sets of brackets
Fixes generation of pin mappings
Updates kotlin to 1.3.0
Updates Gradle build to 4.8
v2.2.0
v2.1.0
Major updates:
Support for dynamically mapped pins (#337).
Parsing of XDC constraints for package pin information (#345).
Minor updates:
Added safe placement methods for placing cells (#318).
Route tree class can now be extended (#323).
Patches/Bug fixes:
Added CIN pin as possible bel pin for CI pin on CARRY4 cells (#342).
v2.0.0
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:
v1.1.1
v1.1.0
v1.0.0
Release v1.0.0
This is the first GA (General Availability) release of RapidSmith2 and the API can now be considered stable.
RapidSmith2 was primarily developed by Travis Haroldsen and Thomas Townsed. The initial public release of RapidSmith2 was made in January 2017. Since this release, RapidSmith2 has essentially been at version 0.y.z and has been in its initial development phase. The API of RapidSmith2 is no longer rapidly changing.
Future version numbers for RapidSmith2 releases will follow the semantic versioning standard.
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.