index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Genericising bug1836.ys
KrystalDelusion
2023-02-21
1
-20
/
+12
*
bug3205.ys removed
KrystalDelusion
2023-02-21
1
-57
/
+0
*
Removing extra `default_nettype` lines
KrystalDelusion
2023-02-21
1
-2
/
+0
*
Fix for sync_ram_sdp not being final module
KrystalDelusion
2023-02-21
1
-1
/
+1
*
More tests in memlib/generate.py
KrystalDelusion
2023-02-21
13
-12
/
+1180
*
Tests for ram_style = "huge"
KrystalDelusion
2023-02-21
4
-0
/
+219
*
Testing TDP synth mapping
KrystalDelusion
2023-02-21
3
-0
/
+49
*
Asymmetric port ram tests with Xilinx
KrystalDelusion
2023-02-21
3
-0
/
+193
*
Addings tests for #1836 and #3205
KrystalDelusion
2023-02-21
3
-0
/
+120
*
Merge pull request #3675 from daglem/struct-item-queries
Jannis Harder
2023-02-15
1
-0
/
+112
|
\
|
*
Corrected tests for data and array queries on struct/union item expressions
Dag Lem
2023-02-15
1
-80
/
+85
|
*
Support for data and array queries on struct/union item expressions
Dag Lem
2023-02-15
1
-0
/
+107
*
|
Merge pull request #3671 from zachjs/master
Jannis Harder
2023-02-15
2
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add test for typenames using constants shadowed later on
Zachary Snow
2023-02-12
2
-0
/
+16
*
|
Merge pull request #3661 from daglem/struct-array-range-offset
Jannis Harder
2023-02-15
1
-0
/
+20
|
\
\
|
*
|
Handle range offsets in packed arrays within packed structs
Dag Lem
2023-02-05
1
-0
/
+20
*
|
|
Merge pull request #2995 from georgerennie/cover_precond
Jannis Harder
2023-02-14
1
-0
/
+25
|
\
\
\
|
*
|
|
chformal: Rename -coverprecond to -coverenable
George Rennie
2022-06-18
1
-3
/
+3
|
*
|
|
chformal: Test -coverprecond and reuse the src attribute
Jannis Harder
2022-06-18
1
-0
/
+25
*
|
|
|
Merge pull request #3126 from georgerennie/equiv_make_assertions
Jannis Harder
2023-02-14
1
-0
/
+32
|
\
\
\
\
|
*
|
|
|
equiv_make: Add -make_assert option
George Rennie
2022-06-24
1
-0
/
+32
|
|
/
/
/
*
|
|
|
Merge pull request #3669 from jix/fix-xprop-tests-yosys-call
Jannis Harder
2023-02-13
2
-51
/
+60
|
\
\
\
\
|
*
|
|
|
xprop tests: Make iverilog invocation more portable
Jannis Harder
2023-02-13
1
-3
/
+3
|
*
|
|
|
xprop: Test fixes and abort on test failure
Jannis Harder
2023-02-13
2
-3
/
+3
|
*
|
|
|
xprop: Smaller subset of tests to run by default
Jannis Harder
2023-02-13
1
-44
/
+53
|
*
|
|
|
tests: Fix path of yosys invocation in xprop tests
Jannis Harder
2023-02-10
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Resolve package types in interfaces (#3658)
Dag Lem
2023-02-12
3
-0
/
+31
|
/
/
/
*
|
|
tests: in xprop tests, use MAKE variable if set
Jannis Harder
2023-02-10
1
-1
/
+1
*
|
|
Merge pull request #3650 from jix/rtlil_roundtrip_z_bits
Jannis Harder
2023-01-30
1
-0
/
+9
|
\
\
\
|
*
|
|
backends/rtlil: Do not shorten a value with z bits to 'x
Jannis Harder
2023-01-29
1
-0
/
+9
*
|
|
|
add pmux option to bmuxmap for better fsm detection with verific frontend
N. Engelhardt
2023-01-30
1
-0
/
+45
|
|
_
|
/
|
/
|
|
*
|
|
Resolve struct member package types
Dag Lem
2023-01-29
1
-0
/
+4
*
|
|
Handle struct members of union type (#3641)
Dag Lem
2023-01-29
1
-0
/
+16
|
/
/
*
|
Merge pull request #3537 from jix/xprop
Jannis Harder
2023-01-11
6
-5
/
+805
|
\
\
|
*
|
New xprop pass to encode 3-valued x-propagation using 2-valued logic
Jannis Harder
2022-11-30
4
-0
/
+801
|
*
|
simplemap: Map `$xnor` to `$_XNOR_` cells
Jannis Harder
2022-11-29
2
-5
/
+4
*
|
|
Merge pull request #3467 from jix/fix_cellarray_simplify
Jannis Harder
2022-12-19
1
-0
/
+45
|
\
\
\
|
*
|
|
simplify: regression test for AST_CELLARRAY simplification issue
Jannis Harder
2022-12-07
1
-0
/
+45
*
|
|
|
Support for packed multidimensional arrays within packed structs
Dag Lem
2022-12-03
1
-0
/
+60
|
/
/
/
*
|
|
Merge pull request #3551 from daglem/struct-array-swapped-range
Jannis Harder
2022-12-01
1
-0
/
+131
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Tests for unpacked arrays in packed structs are for the Yosys frontend only
Dag Lem
2022-11-23
1
-0
/
+4
|
*
|
Support for swapped ranges in second array dimension
Dag Lem
2022-11-23
1
-0
/
+42
|
*
|
Support for arrays with swapped ranges within structs
Dag Lem
2022-11-12
1
-1
/
+86
*
|
|
Merge branch 'zachjs-master'
Jannis Harder
2022-11-21
1
-0
/
+45
|
\
\
\
|
*
|
|
verilog: Support module-scoped task/function calls
Zachary Snow
2022-10-29
1
-0
/
+45
*
|
|
|
fabulous: Allow adding extra custom prims and map rules
gatecat
2022-11-17
3
-0
/
+21
*
|
|
|
fabulous: improvements to the pass
gatecat
2022-11-17
7
-0
/
+141
|
/
/
/
*
|
|
Replace GNU specific invocation of basename(1) with the equivalent
Lloyd Parkes
2022-10-23
1
-1
/
+1
*
|
|
smt2/smtbmc: Fix FF witness data for fine grained or multi chunk FFs
Jannis Harder
2022-10-12
1
-7
/
+7
*
|
|
Merge pull request #3502 from jix/equiv_opt_fixes
Jannis Harder
2022-10-11
25
-82
/
+95
|
\
\
\
[next]