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
*
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
|
/
/
/
*
|
|
xaiger: add testcase
Eddie Hung
2020-05-24
1
-0
/
+13
*
|
|
Merge pull request #2057 from YosysHQ/eddie/fix_task_attr
Eddie Hung
2020-05-21
1
-0
/
+28
|
\
\
\
|
*
|
|
tests: attributes before task enable
Eddie Hung
2020-05-14
1
-0
/
+28
|
|
|
/
|
|
/
|
*
|
|
Add force_downto and force_upto wire attributes.
Marcelina KoĆcielnicka
2020-05-19
1
-2
/
+4
*
|
|
Merge pull request #1926 from YosysHQ/eddie/abc9_auto_dff
Eddie Hung
2020-05-18
6
-117
/
+108
|
\
\
\
|
*
|
|
abc9: preserve $_DFF_?_.Q's (* init *); rely on clean to remove it
Eddie Hung
2020-05-14
1
-3
/
+8
|
*
|
|
abc9_ops: add -prep_bypass for auto bypass boxes; refactor
Eddie Hung
2020-05-14
1
-5
/
+29
|
*
|
|
abc9: not enough to techmap_fail on (* init=1 *), hide them using $__
Eddie Hung
2020-05-14
1
-2
/
+21
|
*
|
|
abc9: test to use box file instead of auto
Eddie Hung
2020-05-14
3
-2
/
+5
|
*
|
|
abc9: add flop boxes to basic $_DFF_P_ and $_DFF_N_ too
Eddie Hung
2020-05-14
1
-5
/
+7
|
*
|
|
abc9: suppress warnings when no compatible + used flop boxes formed
Eddie Hung
2020-05-14
1
-1
/
+3
|
*
|
|
xilinx: update abc9_dff tests
Eddie Hung
2020-05-14
1
-18
/
+45
|
*
|
|
xilinx: remove no-longer-relevant test
Eddie Hung
2020-05-14
1
-91
/
+0
*
|
|
|
Merge pull request #1994 from YosysHQ/eddie/fix_bug1758
Eddie Hung
2020-05-14
8
-5
/
+451
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
test: update opt_expr_alu test
Eddie Hung
2020-05-08
1
-2
/
+1
|
*
|
|
tests: opt_expr tests that depend on consumex
Eddie Hung
2020-05-08
1
-0
/
+35
|
*
|
|
tests: fsm to use a randomly-generated seed
Eddie Hung
2020-04-24
1
-3
/
+5
|
*
|
|
opt_expr: const_xnor replacement to pad Y with 1'b1
Eddie Hung
2020-04-24
1
-0
/
+46
[next]