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
*
intel_alm: add Cyclone 10 GX tests
Dan Ravensloft
2020-07-05
11
-2
/
+236
*
opt_expr: Fix crash on $mul optimization with more zeros removed than Y has.
Marcelina Kościelnicka
2020-07-05
1
-0
/
+16
*
intel_alm: DSP inference
Dan Ravensloft
2020-07-05
1
-0
/
+23
*
synth_intel_alm: Use dfflegalize.
Marcelina Kościelnicka
2020-07-04
1
-1
/
+1
*
Improve MISTRAL_FF specify rules
Dan Ravensloft
2020-07-04
1
-1
/
+2
*
tests: update fsm.ys resource count
Eddie Hung
2020-07-04
1
-4
/
+4
*
Merge pull request #2186 from YosysHQ/mwk/dfflegalize
clairexen
2020-07-02
17
-0
/
+2957
|
\
|
*
dfflegalize: Add tests.
Marcelina Kościelnicka
2020-07-01
17
-0
/
+2957
*
|
Merge pull request #2203 from antmicro/fix-grammar
clairexen
2020-07-01
1
-0
/
+28
|
\
\
|
*
|
Add signed/unsigned tests
Kamil Rakoczy
2020-06-26
1
-0
/
+28
*
|
|
Merge pull request #2179 from splhack/static-cast
clairexen
2020-07-01
5
-0
/
+80
|
\
\
\
|
*
|
|
static cast: add tests
Kazuki Sakamoto
2020-06-19
5
-0
/
+80
*
|
|
|
Allow constant function calls in for loops and generate if and case
Zachary Snow
2020-06-29
2
-0
/
+76
|
|
_
|
/
|
/
|
|
*
|
|
Add sub-assign and and-assign tests
Kamil Rakoczy
2020-06-25
1
-0
/
+34
*
|
|
Move combined assign tests to single file
Kamil Rakoczy
2020-06-25
4
-45
/
+49
*
|
|
Add xor-assignment test
Kamil Rakoczy
2020-06-24
1
-0
/
+15
*
|
|
Add or-assignment and plus-assignment tests
Kamil Rakoczy
2020-06-24
2
-0
/
+30
|
|
/
|
/
|
*
|
Update dff2dffe, dff2dffs, zinit to new FF types.
Marcelina Kościelnicka
2020-06-23
2
-76
/
+76
|
/
*
Use C++11 final/override keywords.
whitequark
2020-06-18
1
-1
/
+1
*
intel_alm: fix DFFE matching
Dan Ravensloft
2020-06-11
2
-4
/
+4
*
Fix tests/opt/opt_rmdff
Claire Wolf
2020-06-09
2
-22
/
+29
*
Support packed arrays in struct/union.
Peter Crozier
2020-06-07
1
-0
/
+22
*
Add missing .gitignore file
Claire Wolf
2020-06-04
1
-0
/
+2
*
Merge pull request #2041 from PeterCrozier/struct
clairexen
2020-06-04
3
-0
/
+162
|
\
|
*
Merge branch 'master' into struct
Peter Crozier
2020-06-03
36
-140
/
+852
|
|
\
|
*
|
Allow structs within structs.
Peter Crozier
2020-05-12
2
-0
/
+20
|
*
|
Generalise structs and add support for packed unions.
Peter Crozier
2020-05-12
1
-0
/
+61
|
*
|
Implement SV structs.
Peter Crozier
2020-05-08
2
-0
/
+81
*
|
|
Merge pull request #2077 from YosysHQ/eddie/abc9_dff_improve
Eddie Hung
2020-06-04
2
-5
/
+55
|
\
\
\
|
*
|
|
abc9_ops: update messaging (credit to @Xiretza for spotting)
Eddie Hung
2020-05-30
1
-4
/
+4
|
*
|
|
abc9_ops: -reintegrate use SigMap to remove (* init *) from $_DFF_[NP]_
Eddie Hung
2020-05-29
1
-1
/
+2
|
*
|
|
tests: add test for abc9 -dff removing a redundant flop entirely
Eddie Hung
2020-05-25
1
-0
/
+15
|
*
|
|
tests: add testcase for abc9 -dff preserving flop names
Eddie Hung
2020-05-25
1
-0
/
+34
*
|
|
|
Merge pull request #2082 from YosysHQ/eddie/abc9_scc_fixes
Eddie Hung
2020-06-03
1
-0
/
+13
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tests: tidy up testcase
Eddie Hung
2020-06-03
1
-3
/
+0
|
*
|
|
tests: add ecp5 latch testcase with -abc9
Eddie Hung
2020-05-25
1
-0
/
+16
*
|
|
|
Merge pull request #2080 from YosysHQ/eddie/fix_test_warnings
Eddie Hung
2020-06-03
6
-7
/
+7
|
\
\
\
\
|
*
|
|
|
tests: fix some test warnings
Eddie Hung
2020-05-25
6
-7
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
allow range for mux test
Miodrag Milanovic
2020-06-01
1
-1
/
+2
*
|
|
|
Merge pull request #2029 from whitequark/fix-simplify-memory-sv_logic
clairexen
2020-05-29
2
-0
/
+9
|
\
\
\
\
|
*
|
|
|
ast/simplify: don't bitblast async ROMs declared as `logic`.
whitequark
2020-05-05
2
-0
/
+9
*
|
|
|
|
Expand tests/simple/constmuldivmod.v
Xiretza
2020-05-28
1
-1
/
+41
*
|
|
|
|
Merge pull request #2091 from boqwxp/printattrs
whitequark
2020-05-28
1
-0
/
+14
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
printattrs: Add test.
Alberto Gonzalez
2020-05-27
1
-0
/
+14
*
|
|
|
|
Merge pull request #2078 from YosysHQ/eddie/xilinx_sim_tidy
Eddie Hung
2020-05-25
2
-8
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
tests: xilinx macc test to have initval, shorten BMC depth for runtime
Eddie Hung
2020-05-25
2
-8
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
test: add attribute-before-stmt test from @nakengelhardt
Eddie Hung
2020-05-25
1
-0
/
+15
*
|
|
|
verilog: do not warn for attributes on null statements
Eddie Hung
2020-05-25
1
-4
/
+4
*
|
|
|
tests: add an generate-else test too
Eddie Hung
2020-05-25
1
-0
/
+34
*
|
|
|
tests: add #2037 testcase
Eddie Hung
2020-05-25
1
-0
/
+9
|
/
/
/
[next]