aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/features/AsyncResetTester.fir
AgeCommit message (Collapse)Author
2019-02-14Asynchronous Reset (#1011)Jack Koenig
Fixes #219 * Adds AsyncResetType (similar to ClockType) * Registers with reset signal of type AsyncResetType are async reset registers * Registers with async reset can only be reset to literal values * Add initialization logic for async reset registers