index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
yosys.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
define PATH_MAX if not defined by limits.h
Clifford Wolf
2016-10-11
1
-0
/
+5
|
*
Added glob support to all front-ends
Clifford Wolf
2016-08-22
1
-0
/
+1
|
*
Include <cmath> in yosys.h
Clifford Wolf
2016-05-08
1
-0
/
+1
|
*
Fixes for MXE build
Clifford Wolf
2016-05-07
1
-1
/
+1
|
*
Added "int ceil_log2(int)" function
Clifford Wolf
2016-02-13
1
-0
/
+1
|
*
Added hashlib::mfp and new SigMap
Clifford Wolf
2015-10-27
1
-0
/
+1
|
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-0
/
+7
|
*
Added "equiv_add -cell"
Clifford Wolf
2015-10-25
1
-2
/
+2
|
*
equiv_purge bugfix, using SigChunk in Yosys namespace
Clifford Wolf
2015-10-24
1
-0
/
+2
|
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
|
*
Added "write_smv" skeleton
Clifford Wolf
2015-06-15
1
-2
/
+4
|
*
Fixed cstr_buf for std::string with small string optimization
Clifford Wolf
2015-06-11
1
-0
/
+11
|
*
Improved attributes API and handling of "src" attributes
Clifford Wolf
2015-04-24
1
-0
/
+1
|
*
Added support for "file names with blanks"
Clifford Wolf
2015-04-08
1
-1
/
+2
|
*
Fixed detection of absolute paths in ABC for win32
Clifford Wolf
2015-03-22
1
-0
/
+1
|
*
Replaced ezDefaultSAT with ezSatPtr
Clifford Wolf
2015-02-21
1
-0
/
+1
|
*
Added "make mklibyosys", some minor API changes
Clifford Wolf
2015-02-01
1
-3
/
+4
|
*
Added yosys_banner(), Updated Copyright range
Clifford Wolf
2015-02-01
1
-0
/
+1
|
*
Added hashlib::idict<>
Clifford Wolf
2015-01-18
1
-0
/
+1
|
*
Progress in memory_bram
Clifford Wolf
2014-12-31
1
-0
/
+4
|
*
Added memory_bram (not functional yet)
Clifford Wolf
2014-12-31
1
-1
/
+1
|
*
using pool<> in bitpattern.h
Clifford Wolf
2014-12-30
1
-0
/
+4
|
*
added hashlib::mkhash_init
Clifford Wolf
2014-12-30
1
-0
/
+1
|
*
Added "yosys -X"
Clifford Wolf
2014-12-29
1
-0
/
+1
|
*
dict/pool changes in ast
Clifford Wolf
2014-12-29
1
-0
/
+6
|
*
gcc build fixes
Clifford Wolf
2014-12-29
1
-11
/
+16
|
*
Added mkhash_xorshift()
Clifford Wolf
2014-12-29
1
-0
/
+1
|
*
Some cleanups
Clifford Wolf
2014-12-28
1
-1
/
+8
|
*
Added memhasher (yosys -M)
Clifford Wolf
2014-12-28
1
-0
/
+7
|
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
1
-1
/
+35
|
*
More hashtable finetuning
Clifford Wolf
2014-12-27
1
-1
/
+2
|
*
Replaced std::unordered_set (nodict) with Yosys::pool
Clifford Wolf
2014-12-26
1
-1
/
+0
|
*
Replaced std::unordered_map as implementation for Yosys::dict
Clifford Wolf
2014-12-26
1
-1
/
+0
|
*
Added new_dict (hashmap.h) and re-enabled code coverage counters
Clifford Wolf
2014-12-26
1
-0
/
+1
|
*
Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodict
Clifford Wolf
2014-12-26
1
-8
/
+3
|
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
1
-0
/
+12
|
*
Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN
Clifford Wolf
2014-11-09
1
-9
/
+13
|
*
Re-introduced Yosys::readsome() helper function
Clifford Wolf
2014-10-23
1
-0
/
+1
|
|
|
|
(f.read() + f.gcount() made problems with lines > 16kB)
*
More win32 (mxe and vs) build fixes
Clifford Wolf
2014-10-17
1
-4
/
+7
|
*
Various win32 / vs build fixes
Clifford Wolf
2014-10-17
1
-8
/
+9
|
*
Various MXE build fixes
Clifford Wolf
2014-10-17
1
-6
/
+5
|
*
Header changes so it will compile on VS
William Speirs
2014-10-17
1
-1
/
+28
|
*
Check for _YOSYS_ in yosys.h
Clifford Wolf
2014-10-15
1
-0
/
+6
|
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
1
-1
/
+0
|
*
Define empty __attribute__ macro for non-gcc, non-clang compilers
Clifford Wolf
2014-10-15
1
-0
/
+4
|
*
Various small fixes for non-win32 builds
Clifford Wolf
2014-10-12
1
-1
/
+4
|
*
Added make_temp_{file,dir}() and remove_directory() APIs
Clifford Wolf
2014-10-12
1
-0
/
+3
|
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
1
-0
/
+1
|
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
1
-0
/
+1
|
*
Added next_token() function (strtok() replacement)
Clifford Wolf
2014-10-10
1
-1
/
+1
|
[next]