3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 13:23:35 +00:00
yosys/tests/arch/xilinx
drewbabel 3006280d70
xilinx_srl: keep the clock enable on FDRE shift registers
run_fixed inferred a fixed length shift register from a chain of FDRE
flops but assigned it ENPOL 2, which the cells_map template reads as no
enable and ties the enable high. FDRE has an active high clock enable, so
the shift register shifted every cycle and ignored stalls. Give FDRE and
FDRE_1 chains ENPOL 1 so the active high enable is kept.

Add tests/arch/xilinx/xilinx_srl_enable.ys covering the FDRE path.
2026-07-20 23:59:40 -07:00
..
.gitignore Add a general tests/.gitignore and remove redundant entries in subdirectory .gitignore files. 2025-07-22 10:38:38 +00:00
abc9_dff.ys tests/arch/xilinx: Fix for warnings on boxes 2025-04-08 16:58:59 +12:00
add_sub.ys
adffs.ys
asym_ram_sdp.ys End of file fix 2026-06-23 07:23:41 +02:00
asym_ram_sdp_read_wider.v Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
asym_ram_sdp_write_wider.v End of file fix 2026-06-23 07:23:41 +02:00
attributes_test.ys Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
blockram.ys Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
bug1460.ys
bug1462.ys
bug1480.ys
bug1598.ys Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
bug1605.ys
bug3670.v ABC9: Cell Port Bug Patch (#3670) 2023-04-22 16:24:36 -07:00
bug3670.ys ABC9: Cell Port Bug Patch (#3670) 2023-04-22 16:24:36 -07:00
counter.ys
dffs.ys End of file fix 2026-06-23 07:23:41 +02:00
dsp_abc9.ys tests/arch/xilinx: Fix for warnings on boxes 2025-04-08 16:58:59 +12:00
dsp_cascade.ys End of file fix 2026-06-23 07:23:41 +02:00
dsp_fastfir.ys
dsp_preadder_sub.ys Simplify test 2026-02-09 09:38:45 -08:00
dsp_simd.ys
dynamic_upto_select.ys Replace suitable (2^k-1)-x with ~x. 2026-06-10 11:29:55 +02:00
fsm.ys
generate_mk.py Convert gen-tests shell script to python 2026-04-16 11:00:44 +02:00
latches.ys
logic.ys
lutram.ys
macc.sh Make out of tree build testing possible 2026-05-19 14:26:07 +02:00
macc.v
macc.ys
macc_tb.v
mul.ys
mul_unsigned.v
mul_unsigned.ys
mux.ys
mux_lut4.ys Update tests 2023-06-09 14:41:45 +02:00
nosrl.ys
opt_lut_ins.ys Remove references to ilang 2024-11-05 12:36:31 +13:00
pmgen_xilinx_srl.ys
priority_memory.v URAM mapping : Add test for 2048 x 144b 2025-05-10 14:53:56 +02:00
priority_memory.ys URAM mapping : Add test for 2048 x 144b 2025-05-10 14:53:56 +02:00
shifter.ys
tribuf.sh Make out of tree build testing possible 2026-05-19 14:26:07 +02:00
tribuf.ys
xilinx_dffopt.ys
xilinx_dffopt_blacklist.txt
xilinx_dsp.ys
xilinx_srl.v Remove trailing whitespaces 2026-06-23 07:24:59 +02:00
xilinx_srl.ys
xilinx_srl_enable.ys xilinx_srl: keep the clock enable on FDRE shift registers 2026-07-20 23:59:40 -07:00