aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-17 11:39:14 +0100
committerGitHub <noreply@github.com>2019-02-17 11:39:14 +0100
commite45f62b0c56717a23099425f078d1e56212aa632 (patch)
treea87d0ea6125ae7a00210ad890716c4417994bf2c /tests/simple
parent807b3c769733b8cf07f5b14674df41bd2788e09d (diff)
parentc245041bfe2ee0d5b5504fa5e9459ac52e836c33 (diff)
downloadyosys-e45f62b0c56717a23099425f078d1e56212aa632.tar.gz
yosys-e45f62b0c56717a23099425f078d1e56212aa632.tar.bz2
yosys-e45f62b0c56717a23099425f078d1e56212aa632.zip
Merge pull request #811 from ucb-bar/firrtlfixes
Update cells supported for verilog to FIRRTL conversion.
Diffstat (limited to 'tests/simple')
-rw-r--r--tests/simple/xfirrtl26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/simple/xfirrtl b/tests/simple/xfirrtl
new file mode 100644
index 000000000..00e89b389
--- /dev/null
+++ b/tests/simple/xfirrtl
@@ -0,0 +1,26 @@
+# This file contains the names of verilog files to exclude from verilog to FIRRTL regression tests due to known failures.
+arraycells.v inst id[0] of
+dff_different_styles.v
+generate.v combinational loop
+hierdefparam.v inst id[0] of
+i2c_master_tests.v $adff
+macros.v drops modules
+mem2reg.v drops modules
+mem_arst.v $adff
+memory.v $adff
+multiplier.v inst id[0] of
+muxtree.v drops modules
+omsp_dbg_uart.v $adff
+operators.v $pow
+paramods.v subfield assignment (bits() <= ...)
+partsel.v drops modules
+process.v drops modules
+realexpr.v drops modules
+scopes.v original verilog issues ( -x where x isn't declared signed)
+sincos.v $adff
+specify.v no code (empty module generates error
+subbytes.v $adff
+task_func.v drops modules
+values.v combinational loop
+vloghammer.v combinational loop
+wreduce.v original verilog issues ( -x where x isn't declared signed)