index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added translation from read-feedback to en-signals in memory_share
Clifford Wolf
2014-07-18
1
-0
/
+24
|
*
Bugfix in tests/memories/run-test.sh
Clifford Wolf
2014-07-18
1
-2
/
+2
|
*
added tests/memories
Clifford Wolf
2014-07-18
4
-0
/
+132
|
*
Also simulate unmapped memories in "make test"
Clifford Wolf
2014-07-17
1
-1
/
+1
|
*
Implemented dynamic bit-/part-select for memory writes
Clifford Wolf
2014-07-17
1
-1
/
+40
|
*
Added support for bit/part select to mem2reg rewriter
Clifford Wolf
2014-07-17
1
-0
/
+21
|
*
Added support for constant bit- or part-select for memory writes
Clifford Wolf
2014-07-17
1
-0
/
+20
|
*
Changed tests/techmap/mem_simple_4x1_map for new $mem/$memwr WR_EN interface
Clifford Wolf
2014-07-16
1
-2
/
+13
|
*
Added note to "make test": use git checkout of iverilog
Clifford Wolf
2014-07-16
5
-5
/
+15
|
*
now ignore init attributes on non-register wires in sat command
Clifford Wolf
2014-07-05
2
-0
/
+19
|
*
fixed parsing of constant with comment between size and value
Clifford Wolf
2014-07-02
1
-0
/
+7
|
*
Fixed handling of mixed real/int ternary expressions
Clifford Wolf
2014-06-25
1
-3
/
+6
|
*
Little steps in realmath test bench
Clifford Wolf
2014-06-21
2
-2
/
+8
|
*
Added test case for AstNode::MEM2REG_FL_CMPLX_LHS
Clifford Wolf
2014-06-17
1
-0
/
+12
|
*
Improved handling of relational op of real values
Clifford Wolf
2014-06-17
1
-4
/
+8
|
*
Little steps in realmath test bench
Clifford Wolf
2014-06-16
2
-0
/
+3
|
*
Removed long running tests from tests/simple/realexpr.v (replaced by ↵
Clifford Wolf
2014-06-15
1
-55
/
+0
|
|
|
|
tests/realmath)
*
Added tests/realmath to "make test"
Clifford Wolf
2014-06-15
4
-4
/
+5
|
*
Improved realmath test bench
Clifford Wolf
2014-06-15
2
-5
/
+13
|
*
improved realmath test bench
Clifford Wolf
2014-06-14
1
-1
/
+4
|
*
progress in realmath test bench
Clifford Wolf
2014-06-14
2
-4
/
+45
|
*
added first draft of real math testcase generator
Clifford Wolf
2014-06-14
1
-0
/
+52
|
*
Added support for math functions
Clifford Wolf
2014-06-14
1
-0
/
+57
|
*
Added realexpr.v test case
Clifford Wolf
2014-06-14
1
-0
/
+13
|
*
Added read_verilog -sv options, added support for bit, logic,
Clifford Wolf
2014-06-12
2
-2
/
+2
|
|
|
|
allways_ff, always_comb, and always_latch
*
added tests for new verilog features
Clifford Wolf
2014-06-07
2
-6
/
+37
|
*
Added tests/simple/repwhile.v
Clifford Wolf
2014-06-06
1
-0
/
+20
|
*
Progress in Verific bindings
Clifford Wolf
2014-03-17
3
-2
/
+13
|
*
Progress in Verific bindings
Clifford Wolf
2014-03-14
1
-5
/
+9
|
*
Fixed yosys path in tests/techmap/mem_simple_4x1_runtest.sh
Clifford Wolf
2014-03-11
1
-1
/
+1
|
*
Use "verilog -noattr" in tests/techmap/mem_simple_4x1 test (for old iverilog)
Clifford Wolf
2014-03-11
1
-1
/
+1
|
*
Use private namespace in mem_simple_4x1_map
Clifford Wolf
2014-02-21
1
-4
/
+4
|
*
Added tests/techmap/mem_simple_4x1
Clifford Wolf
2014-02-21
7
-0
/
+214
|
*
Added vcd2txt.pl and txt2tikztiming.py (tests/tools/...)
Clifford Wolf
2014-02-19
2
-0
/
+170
|
*
Added frontend (-f) option to autotest.sh
Clifford Wolf
2014-02-15
1
-5
/
+8
|
*
Updated ABC and some related changes
Clifford Wolf
2014-02-13
1
-2
/
+1
|
*
Disabled "abc -dff" in "make test" for now (waiting for scorr bugfix in ABC)
Clifford Wolf
2014-02-12
1
-1
/
+2
|
*
Added test cases for expose -evert-dff
Clifford Wolf
2014-02-08
2
-0
/
+48
|
*
Added splice command
Clifford Wolf
2014-02-07
2
-0
/
+28
|
*
Added counters sat test case
Clifford Wolf
2014-02-06
2
-0
/
+45
|
*
Removed old unused files from tests/
Clifford Wolf
2014-02-05
14
-2602
/
+0
|
*
Added test cases for sat command
Clifford Wolf
2014-02-04
6
-0
/
+126
|
*
Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)
Clifford Wolf
2014-02-03
1
-0
/
+39
|
*
Replaced isim with xsim in tests/tools/autotest.sh, removed xst support
Clifford Wolf
2014-02-03
1
-50
/
+10
|
*
Bugfix in name resolution with generate blocks
Clifford Wolf
2014-01-30
1
-0
/
+24
|
*
Added correct handling of $memwr priority
Clifford Wolf
2014-01-03
1
-0
/
+17
|
*
Added autotest.sh -p option
Clifford Wolf
2014-01-02
1
-3
/
+8
|
*
Use "abc -dff" in "make test"
Clifford Wolf
2013-12-31
1
-3
/
+2
|
*
Fixed commented out techmap call in tests/tools/autotest.sh
Clifford Wolf
2013-12-31
1
-1
/
+1
|
*
Added proper === and !== support in constant expressions
Clifford Wolf
2013-12-27
1
-0
/
+11
|
[prev]
[next]