diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-02-15 08:27:41 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-02-27 10:17:29 -0800 |
commit | 717fb492b35a93ae78e33f742d8c3d493be7e4e8 (patch) | |
tree | d9d034a0af02932f8a55aec6f3efc7ba31230576 /tests | |
parent | b0ffd9cd8b13ece876519c2c3e9b063635610e3c (diff) | |
download | yosys-717fb492b35a93ae78e33f742d8c3d493be7e4e8.tar.gz yosys-717fb492b35a93ae78e33f742d8c3d493be7e4e8.tar.bz2 yosys-717fb492b35a93ae78e33f742d8c3d493be7e4e8.zip |
Update bug1630.ys to use -lut 4 instead of lut file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arch/ecp5/bug1630.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arch/ecp5/bug1630.ys b/tests/arch/ecp5/bug1630.ys index b419fb9bb..63df1ad5b 100644 --- a/tests/arch/ecp5/bug1630.ys +++ b/tests/arch/ecp5/bug1630.ys @@ -1,2 +1,2 @@ read_ilang bug1630.il.gz -abc9 -lut +/ecp5/abc9_5g.lut +abc9 -lut 4 |