diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 20:13:25 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 20:13:25 -0800 |
commit | 0c4be94a02a70de495343258ecda19eb20b3616b (patch) | |
tree | 2ca3bf7a965c81af56004b1c0c05b9fd667a39a4 /tests/arch | |
parent | 4c3f517425d7aa7a4349696cd1c21d46aa9ad03f (diff) | |
download | yosys-0c4be94a02a70de495343258ecda19eb20b3616b.tar.gz yosys-0c4be94a02a70de495343258ecda19eb20b3616b.tar.bz2 yosys-0c4be94a02a70de495343258ecda19eb20b3616b.zip |
Add -D DFF_MODE to abc9_map test
Diffstat (limited to 'tests/arch')
-rw-r--r-- | tests/arch/xilinx/abc9_map.ys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/arch/xilinx/abc9_map.ys b/tests/arch/xilinx/abc9_map.ys index 6823589f1..4a7b9384a 100644 --- a/tests/arch/xilinx/abc9_map.ys +++ b/tests/arch/xilinx/abc9_map.ys @@ -6,7 +6,7 @@ endmodule EOT design -save gold -techmap -map +/xilinx/abc9_map.v -max_iter 1 +techmap -map +/xilinx/abc9_map.v -max_iter 1 -D DFF_MODE techmap -map +/xilinx/abc9_unmap.v select -assert-count 1 t:FDSE select -assert-count 1 t:FDSE_1 @@ -29,7 +29,7 @@ endmodule EOT design -save gold -techmap -map +/xilinx/abc9_map.v -max_iter 1 +techmap -map +/xilinx/abc9_map.v -max_iter 1 -D DFF_MODE techmap -map +/xilinx/abc9_unmap.v select -assert-count 1 t:FDRE select -assert-count 1 t:FDRE_1 @@ -52,7 +52,7 @@ endmodule EOT design -save gold -techmap -map +/xilinx/abc9_map.v -max_iter 1 +techmap -map +/xilinx/abc9_map.v -max_iter 1 -D DFF_MODE techmap -map +/xilinx/abc9_unmap.v select -assert-count 1 t:FDCE select -assert-count 1 t:FDCE_1 @@ -76,7 +76,7 @@ endmodule EOT design -save gold -techmap -map +/xilinx/abc9_map.v -max_iter 1 +techmap -map +/xilinx/abc9_map.v -max_iter 1 -D DFF_MODE techmap -map +/xilinx/abc9_unmap.v select -assert-count 1 t:FDPE techmap -autoproc -map +/xilinx/cells_sim.v |