diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-17 15:57:52 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-17 15:57:52 -0800 |
commit | 5507c328fff7b534abcba4186b2e5b1e26c4ad5e (patch) | |
tree | abad0b32aa07b7559563dff079abc1f1c990e97e | |
parent | 78ffd5d193a72a024204cae09ff4ab05238ed311 (diff) | |
download | yosys-5507c328fff7b534abcba4186b2e5b1e26c4ad5e.tar.gz yosys-5507c328fff7b534abcba4186b2e5b1e26c4ad5e.tar.bz2 yosys-5507c328fff7b534abcba4186b2e5b1e26c4ad5e.zip |
Add #1644 testcase
-rw-r--r-- | tests/arch/ice40/bug1644.il.gz | bin | 0 -> 25669 bytes | |||
-rw-r--r-- | tests/arch/ice40/bug1644.ys | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/arch/ice40/bug1644.il.gz b/tests/arch/ice40/bug1644.il.gz Binary files differnew file mode 100644 index 000000000..363c510ef --- /dev/null +++ b/tests/arch/ice40/bug1644.il.gz diff --git a/tests/arch/ice40/bug1644.ys b/tests/arch/ice40/bug1644.ys new file mode 100644 index 000000000..5950f0e3c --- /dev/null +++ b/tests/arch/ice40/bug1644.ys @@ -0,0 +1,2 @@ +read_ilang bug1644.il.gz +synth_ice40 -top top -dsp -json adc_dac_pass_through.json -run :map_bram |