3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00
yosys/tests/sat
2021-02-22 23:30:28 +01:00
..
.gitignore tests: add gitignores for auto-generated makefiles 2020-09-26 16:28:24 +02:00
asserts.v
asserts.ys
asserts_seq.v
asserts_seq.ys
bug2595.ys assertpmux: Fix crash on unused $pmux output. 2021-02-22 23:30:28 +01:00
clk2fflogic.ys More rigorous test 2020-01-16 09:15:42 -08:00
counters-repeat.v support repeat loops with constant repeat counts outside of constant functions 2019-04-09 12:28:32 -04:00
counters-repeat.ys support repeat loops with constant repeat counts outside of constant functions 2019-04-09 12:28:32 -04:00
counters.v
counters.ys
dff.ys satgen: Add support for dffe, sdff, sdffe, sdffce cells. 2020-07-24 03:19:21 +02:00
expose_dff.v
expose_dff.ys
initval.v Wire with init on FF part, 1'bx on non-FF part 2019-08-24 15:05:44 -07:00
initval.ys Even more obvious testcase 2019-12-11 23:52:05 -08:00
run-test.sh tests: Centralize test collection and Makefile generation 2020-09-21 15:07:02 +02:00
share.v
share.ys
sizebits.sv We can now handle array slices (e.g. $size(x[1]) etc. ) 2020-09-17 00:55:17 +03:00
sizebits.ys Allow $size and $bits in verilog mode, actually check test case 2017-09-29 11:56:43 +02:00
splice.v
splice.ys