diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-14 11:40:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 11:40:40 -0800 |
commit | 9fa0e03cc90548d0817346d0fcd72473b7d489ae (patch) | |
tree | 7908b1fb233a8ec4c6b99a632c768b1f93dc3387 /tests/arch | |
parent | 9fbeb57bbdb98265b541d7a62213e83de63c8a1a (diff) | |
parent | f63f76c372e8003f60565ee109d38ae1797d7e89 (diff) | |
download | yosys-9fa0e03cc90548d0817346d0fcd72473b7d489ae.tar.gz yosys-9fa0e03cc90548d0817346d0fcd72473b7d489ae.tar.bz2 yosys-9fa0e03cc90548d0817346d0fcd72473b7d489ae.zip |
Merge pull request #1632 from YosysHQ/eddie/fix1630
read_aiger: uniquify wires with $aiger<autoidx> prefix
Diffstat (limited to 'tests/arch')
-rw-r--r-- | tests/arch/ecp5/bug1630.il.gz | bin | 0 -> 8527 bytes | |||
-rw-r--r-- | tests/arch/ecp5/bug1630.ys | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/arch/ecp5/bug1630.il.gz b/tests/arch/ecp5/bug1630.il.gz Binary files differnew file mode 100644 index 000000000..37bcf2be2 --- /dev/null +++ b/tests/arch/ecp5/bug1630.il.gz diff --git a/tests/arch/ecp5/bug1630.ys b/tests/arch/ecp5/bug1630.ys new file mode 100644 index 000000000..b419fb9bb --- /dev/null +++ b/tests/arch/ecp5/bug1630.ys @@ -0,0 +1,2 @@ +read_ilang bug1630.il.gz +abc9 -lut +/ecp5/abc9_5g.lut |