index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Include unistd.h in svgview.cpp (required for getcwd() function)
Martin Schmölzer
2013-11-28
1
-0
/
+1
|
|
|
|
|
|
This fixes compilation on Arch Linux, which otherwise fails. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
*
Added QGraphicsWebView to yosys-svgviewer
Clifford Wolf
2013-11-28
4
-16
/
+58
|
*
Added some svgviewer code for possible future switch to QGraphicsWebView
Clifford Wolf
2013-11-27
3
-6
/
+20
|
*
Added ezsat vec_const() api
Clifford Wolf
2013-11-25
2
-17
/
+26
|
*
Removed undef feature from ezsat api
Clifford Wolf
2013-11-25
2
-11
/
+2
|
*
Changed MiniSAT feater defines again
Clifford Wolf
2013-10-31
1
-2
/
+3
|
*
Fixed ezminisat C++ errors: undef PRIi64
Clifford Wolf
2013-10-30
1
-1
/
+2
|
*
Fixed minisat include
Clifford Wolf
2013-10-11
1
-1
/
+1
|
*
Added ezsat api for creation of anonymous vectors
Clifford Wolf
2013-08-15
2
-0
/
+9
|
*
Added SAT support for $div and $mod cells
Clifford Wolf
2013-08-11
2
-0
/
+9
|
*
Fixed gcc warnings in ezminisat
Clifford Wolf
2013-07-05
1
-2
/
+2
|
*
Added timout functionality to SAT solver
Clifford Wolf
2013-06-20
4
-1
/
+56
|
*
Fixed gcc build (c++11 stuff in ezSAT)
Clifford Wolf
2013-06-12
2
-2
/
+5
|
*
Added ezSAT api support for don't care values in models
Clifford Wolf
2013-06-09
2
-5
/
+19
|
*
Fixes and improvements in ezSAT library
Clifford Wolf
2013-06-08
5
-10
/
+202
|
*
Improved sat generator and sat_solve pass
Clifford Wolf
2013-06-07
3
-2
/
+7
|
*
Added ezSAT library
Clifford Wolf
2013-06-07
11
-0
/
+2837
|
*
Improved subcircuit verbose output (added portmapper results)
Clifford Wolf
2013-03-28
1
-0
/
+15
|
*
Fixed svgviewer hacks for builtin files
Clifford Wolf
2013-03-28
1
-8
/
+9
|
*
Keep viewport transform stable on reload in yosys-svgviewer
Clifford Wolf
2013-03-27
2
-4
/
+8
|
*
Now using SVG and yosys-svgviewer per default in show command
Clifford Wolf
2013-03-27
2
-1
/
+30
|
*
Added yosys-svgviewer to build system and renamed filterlib to yosys-filterlib
Clifford Wolf
2013-03-27
1
-0
/
+5
|
*
Imported svgviewer from qt4.8
Clifford Wolf
2013-03-27
11
-0
/
+994
|
|
|
|
|
This is from commit 543486a41963f8d20d9771d2107cdd5a22894bdb in the Qt git repository: git://gitorious.org/qt/qt.git
*
Improved verbose output of subcircuit
Clifford Wolf
2013-03-25
1
-1
/
+11
|
*
Added portmapping support to subcircuit userCompareNodes() api
Clifford Wolf
2013-03-07
2
-23
/
+29
|
*
Fixed mine test case for subcircuit library
Clifford Wolf
2013-03-06
1
-1
/
+1
|
*
Fixed handling of constant values and port swapping in subcircuit library
Clifford Wolf
2013-03-06
1
-23
/
+86
|
*
Added some simple progress information to verbose subcircuit miner output
Clifford Wolf
2013-03-05
1
-2
/
+3
|
*
Performance optimization in subcircuit mining
Clifford Wolf
2013-03-03
1
-22
/
+43
|
*
Added "shared nodes" feature to the subcircuit library
Clifford Wolf
2013-03-03
3
-5
/
+10
|
*
Fixed subcircuit allowOverlap=false corner case
Clifford Wolf
2013-03-03
1
-5
/
+7
|
*
Fixed memory corruption in subcircuit miner
Clifford Wolf
2013-03-03
1
-2
/
+4
|
*
Minor hotfixes (mostly gcc build fixes)
Clifford Wolf
2013-03-03
1
-0
/
+4
|
*
Finished "extract -mine" feature
Clifford Wolf
2013-03-02
1
-48
/
+55
|
*
More fun with subcircuit mining
Clifford Wolf
2013-03-02
2
-24
/
+47
|
*
Added -mine option to extract pass (not finished)
Clifford Wolf
2013-03-02
1
-7
/
+26
|
*
subcircuit library: implied allExtern for mining
Clifford Wolf
2013-03-02
3
-7
/
+9
|
*
Added frequent subcircuit miner to subcircuit library
Clifford Wolf
2013-03-02
7
-13
/
+368
|
*
Moved stand-alone libs to libs/ directory and added libs/subcircuit
Clifford Wolf
2013-02-27
31
-0
/
+6174