Tags give the ability to mark specific points in history as being important
-
-
pycde-0.7.3
d5660dc5 · · -
pycde-0.7.2
4028b404 · · -
-
pycde-0.7.1
4f75539f · · -
pycde-0.7.0
d570ea5e · · -
firtool-1.114.1
6b0e9b96 · ·firtool 1.114.1 release This reverts a commit which creates nested FusedLocs. This commit is both likely incorrect (a single fused location should be creacted), but the fix to handle deeply nested locations by avoiding recursion triggered a bug in other brittle OM passes. Thus, this release does the simple thing and reverts an unnecessary commit.
-
-
firtool-1.111.1
bfdda701 · ·firtool 1.111.1 release This is a top-of-tree release, but primarily exists to rever the change to printf formatting that adds a zero-width specifier to all FIRRTL format strings. While this is better default behavior, it has been discovered that users have relied on this behavior in post-processing scripts. Adds: - Support for the FIRRTL 5.0.0 `{{HierarchicalModuleName}}` substitution - Format strings now support width specifiers - Unknown format strings are now rejected (e.g., `%m` is rejected) -