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
...
|
*
|
|
Remove dffe instantation
Eddie Hung
2019-08-22
1
-7
/
+0
|
*
|
|
Move $dffe to dffs.{v,ys}
Eddie Hung
2019-08-22
4
-18
/
+41
|
*
|
|
Make multiplier wider, do not do tech independent synth
Eddie Hung
2019-08-22
2
-8
/
+6
|
*
|
|
Fix all comments from PR
SergeyDegtyar
2019-08-21
20
-160
/
+465
|
*
|
|
Add temp directory
SergeyDegtyar
2019-08-21
1
-0
/
+1
|
*
|
|
Fix tests; Remove simulation;
SergeyDegtyar
2019-08-20
26
-519
/
+33
|
*
|
|
Add new tests for ice40 architecture
SergeyDegtyar
2019-08-20
27
-0
/
+900
*
|
|
|
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
Eddie Hung
2019-08-30
2
-0
/
+46
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Add run-test.sh too
Eddie Hung
2019-08-28
1
-0
/
+20
|
*
|
|
Add SB_CARRY to ice40_opt test
Eddie Hung
2019-08-28
1
-3
/
+5
|
*
|
|
Add ice40_opt test
Eddie Hung
2019-08-28
1
-0
/
+24
|
|
|
/
|
|
/
|
*
|
|
Add .gitignore
Eddie Hung
2019-08-28
1
-0
/
+3
*
|
|
Use test_pmgen for xilinx_srl
Eddie Hung
2019-08-28
1
-0
/
+57
*
|
|
Do not simplemap for variable test
Eddie Hung
2019-08-28
1
-2
/
+2
*
|
|
Add xilinx_srl test
Eddie Hung
2019-08-28
3
-0
/
+127
*
|
|
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
Eddie Hung
2019-08-28
4
-8
/
+121
|
\
|
|
|
*
|
Merge pull request #1325 from YosysHQ/eddie/sat_init
Clifford Wolf
2019-08-28
1
-1
/
+7
|
|
\
\
|
|
*
|
Revert to using clean
Eddie Hung
2019-08-27
1
-1
/
+1
|
|
*
|
Wire with init on FF part, 1'bx on non-FF part
Eddie Hung
2019-08-24
1
-1
/
+3
|
|
*
|
Blocking assignment
Eddie Hung
2019-08-23
1
-1
/
+1
|
|
*
|
In sat: 'x' in init attr should not override constant
Eddie Hung
2019-08-22
2
-1
/
+5
|
*
|
|
improve clkbuf_inhibit propagation upwards through hierarchy
Marcin KoĆcielnicki
2019-08-27
1
-5
/
+33
|
*
|
|
Improve tests to check that clkbuf is connected to expected
Eddie Hung
2019-08-26
1
-6
/
+21
|
*
|
|
Check clkbuf_inhibit=1 is ignored for custom selection
Eddie Hung
2019-08-23
1
-0
/
+1
|
*
|
|
Add simple clkbufmap tests
Eddie Hung
2019-08-23
1
-0
/
+52
|
*
|
|
tests/techmap/run-test.sh to cope with *.ys
Eddie Hung
2019-08-23
2
-7
/
+18
*
|
|
|
Revert "In sat: 'x' in init attr should not override constant"
Eddie Hung
2019-08-26
2
-5
/
+1
*
|
|
|
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
Eddie Hung
2019-08-23
1
-0
/
+1
|
\
|
|
|
|
*
|
|
Do not propagate mem2reg attribute through to result
Eddie Hung
2019-08-22
1
-0
/
+1
|
|
/
/
*
|
|
In sat: 'x' in init attr should not override constant
Eddie Hung
2019-08-22
2
-1
/
+5
*
|
|
Remove Xilinx test
Eddie Hung
2019-08-22
1
-34
/
+0
*
|
|
Add shregmap -tech xilinx test
Eddie Hung
2019-08-22
1
-0
/
+1
|
/
/
*
|
Merge pull request #1317 from YosysHQ/eddie/opt_expr_shiftx
Eddie Hung
2019-08-22
1
-0
/
+70
|
\
\
|
*
|
Respect opt_expr -keepdc as per @cliffordwolf
Eddie Hung
2019-08-22
1
-0
/
+14
|
*
|
Handle $shift and Y_WIDTH > 1 as per @cliffordwolf
Eddie Hung
2019-08-22
1
-1
/
+43
|
*
|
Add test
Eddie Hung
2019-08-21
1
-0
/
+14
*
|
|
mem2reg to preserve user attributes and src
Eddie Hung
2019-08-21
1
-0
/
+13
|
/
/
*
|
Add test
Eddie Hung
2019-08-20
3
-0
/
+15
*
|
Merge branch 'master' into clifford/pmgen
Clifford Wolf
2019-08-20
6
-1
/
+46
|
\
\
|
*
|
Add test case for real parameters
Clifford Wolf
2019-08-20
1
-1
/
+10
|
|
/
|
*
proc_clean: fix order of switch insertion.
whitequark
2019-08-19
4
-0
/
+35
|
*
Add *.sv to tests/simple_abc9/.gitignore
Clifford Wolf
2019-08-19
1
-0
/
+1
*
|
Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgen
Clifford Wolf
2019-08-19
39
-68
/
+534
|
\
|
|
*
Merge remote-tracking branch 'origin/master' into clifford/testfast
Eddie Hung
2019-08-18
32
-29
/
+485
|
|
\
|
|
*
Merge branch 'master' into eddie/pr1266_again
whitequark
2019-08-18
24
-2
/
+453
|
|
|
\
|
|
|
*
Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_share
Eddie Hung
2019-08-16
23
-0
/
+451
|
|
|
|
\
|
|
|
|
*
Fix wrong results when opt_share called before opt_clean
Bogdan Vukobratovic
2019-08-07
1
-1
/
+0
|
|
|
|
*
Support various binary operators in opt_share
Bogdan Vukobratovic
2019-08-04
3
-0
/
+126
|
|
|
|
*
Tabs to spaces in opt_share examples
Bogdan Vukobratovic
2019-08-03
10
-150
/
+150
|
|
|
|
*
Fix spacing in opt_share tests, change wording in opt_share help
Bogdan Vukobratovic
2019-08-03
10
-155
/
+150
[prev]
[next]