diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-05-01 23:47:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 23:47:16 +0200 |
commit | e8a157b47cfcd14d8c49b38802dc98ae03a76a07 (patch) | |
tree | ccd5e24eae2944a031781deb8f3b042285b67c5d /tests/simple | |
parent | 93b7fd77449ea385d12db71fd8205312441535d9 (diff) | |
parent | 38f5424f92389d6f4fdf020b214023b2b6efa71a (diff) | |
download | yosys-e8a157b47cfcd14d8c49b38802dc98ae03a76a07.tar.gz yosys-e8a157b47cfcd14d8c49b38802dc98ae03a76a07.tar.bz2 yosys-e8a157b47cfcd14d8c49b38802dc98ae03a76a07.zip |
Merge pull request #977 from ucb-bar/fixfirrtlmem
Fix #938 - Crash occurs in case when use write_firrtl command
Diffstat (limited to 'tests/simple')
-rw-r--r-- | tests/simple/xfirrtl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simple/xfirrtl b/tests/simple/xfirrtl index 50d693513..ba61a4476 100644 --- a/tests/simple/xfirrtl +++ b/tests/simple/xfirrtl @@ -16,6 +16,7 @@ operators.v $pow partsel.v drops modules process.v drops modules realexpr.v drops modules +retime.v Initial value (11110101) for (retime_test.ff) not supported scopes.v original verilog issues ( -x where x isn't declared signed) sincos.v $adff specify.v no code (empty module generates error |