diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-11-22 22:22:56 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-11-22 22:28:10 -0800 |
commit | 5cd3d3db0aaa8642dad53f8fb629e3109cef5825 (patch) | |
tree | 2f01669bb6a63a0de4eb4bad14076190b9c9c4f9 /tests/various | |
parent | cba3073026711e7683c46ba091c56a5c5a041a45 (diff) | |
download | yosys-5cd3d3db0aaa8642dad53f8fb629e3109cef5825.tar.gz yosys-5cd3d3db0aaa8642dad53f8fb629e3109cef5825.tar.bz2 yosys-5cd3d3db0aaa8642dad53f8fb629e3109cef5825.zip |
Remove redundant flatten
Diffstat (limited to 'tests/various')
-rw-r--r-- | tests/various/submod.ys | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/various/submod.ys b/tests/various/submod.ys index 451ced5e6..7c6f555ac 100644 --- a/tests/various/submod.ys +++ b/tests/various/submod.ys @@ -15,7 +15,6 @@ proc design -save gold submod -flatten design -stash gate design -import gold -as gold @@ -42,7 +41,6 @@ proc design -save gold submod -flatten design -stash gate design -import gold -as gold |