mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
Don't emit subfield assignments: bits(x, y, z) <= ... - but instead, add them to the reverse-wire-map where they'll be treated at the end of the module. Enable tests which were disabled due to incorrect treatment of subfields. Assume the `$firrtl2verilog` variable contains any additional switches to control verilog generation (i.e. `--no-dedup -X mverilog`)
26 lines
805 B
Plaintext
26 lines
805 B
Plaintext
# 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
|
|
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)
|