Clifford Wolf
|
6c84341f22
|
Fixed trailing whitespaces
|
2015-07-02 11:14:30 +02:00 |
Clifford Wolf
|
4c733301e6
|
Fixed cstr_buf for std::string with small string optimization
|
2015-06-11 13:39:49 +02:00 |
Clifford Wolf
|
98650a0609
|
Added log_dump() support for IdStrings
|
2015-06-08 14:49:02 +02:00 |
Clifford Wolf
|
61512b6f41
|
Verific build fixes
|
2015-05-17 08:19:52 +02:00 |
Clifford Wolf
|
e0e6d130cd
|
YosysJS stuff
|
2015-02-19 13:36:54 +01:00 |
Clifford Wolf
|
aabd5097ed
|
More log_id() stuff
|
2015-01-30 22:22:52 +01:00 |
Clifford Wolf
|
114a78d11a
|
Some cleanups in log.cc
|
2015-01-30 22:12:26 +01:00 |
Clifford Wolf
|
95f1eb9b87
|
Only enable code coverage counters on linux
|
2015-01-09 17:32:53 +01:00 |
Clifford Wolf
|
07703bdac4
|
fixed compiler warning on non-linux archs
|
2015-01-06 16:12:43 +01:00 |
Clifford Wolf
|
f9304e6c10
|
Print non-errors to stdout
|
2015-01-03 22:10:33 +01:00 |
Clifford Wolf
|
ecd64182c5
|
Added "yosys -X"
|
2014-12-29 13:33:33 +01:00 |
Clifford Wolf
|
9e6fb0b02c
|
Replaced std::unordered_map as implementation for Yosys::dict
|
2014-12-26 21:35:22 +01:00 |
Clifford Wolf
|
e52d1f9b9a
|
Added new_dict (hashmap.h) and re-enabled code coverage counters
|
2014-12-26 19:28:52 +01:00 |
Clifford Wolf
|
1e0f6b5ddb
|
Added "yosys -qq" to also quiet warning messages
|
2014-11-09 11:02:20 +01:00 |
Clifford Wolf
|
fe829bdbdc
|
Added log_warning() API
|
2014-11-09 10:44:23 +01:00 |
Clifford Wolf
|
003336c58d
|
Use a cache for log_id() memory management
|
2014-11-08 12:38:22 +01:00 |
Clifford Wolf
|
99cdfb3110
|
Fixed typo in "log_cmd_error_exception"
|
2014-11-07 12:48:15 +01:00 |
Clifford Wolf
|
a346c0bf2b
|
Made "cover" a compile-time option (disabled by default)
|
2014-11-06 09:39:55 +01:00 |
Clifford Wolf
|
84ffe04075
|
Fixed various VS warnings
|
2014-10-18 15:20:38 +02:00 |
Clifford Wolf
|
3445a933a5
|
Fixed MXE build
|
2014-10-15 02:43:50 +02:00 |
Clifford Wolf
|
cf85aab62f
|
A few indent fixes
|
2014-10-15 01:05:08 +02:00 |
William Speirs
|
0352dbfd65
|
Fixed log so it will compile under Visual Studio
- Included an implementation of gettimeofday
|
2014-10-15 00:48:59 +02:00 |
Clifford Wolf
|
4569a747f8
|
Renamed SIZE() to GetSize() because of name collision on Win32
|
2014-10-10 17:07:24 +02:00 |
Clifford Wolf
|
58367cd87a
|
Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymore
|
2014-08-23 15:14:58 +02:00 |
Clifford Wolf
|
5dce303a2a
|
Changed backend-api from FILE to std::ostream
|
2014-08-23 13:54:21 +02:00 |
Clifford Wolf
|
dbdf89c705
|
Added log_spacer()
|
2014-08-16 15:34:00 +02:00 |
Clifford Wolf
|
5215723c64
|
Another build fix by americanrouter (via reddit)
|
2014-08-11 15:55:41 +02:00 |
Clifford Wolf
|
bc947d4c7b
|
Fixed a va_list corruption in logv_error()
|
2014-08-02 21:54:30 +02:00 |
Clifford Wolf
|
04727c7e0f
|
No implicit conversion from IdString to anything else
|
2014-08-02 18:58:40 +02:00 |
Clifford Wolf
|
768eb846c4
|
More bugfixes related to new RTLIL::IdString
|
2014-08-02 18:14:21 +02:00 |
Clifford Wolf
|
08392aad8f
|
Limit size of log_signal buffer to 100 elements
|
2014-08-02 15:52:21 +02:00 |
Clifford Wolf
|
e590ffc84d
|
Improvements in new RTLIL::IdString implementation
|
2014-08-02 15:44:10 +02:00 |
Clifford Wolf
|
14412e6c95
|
Preparations for RTLIL::IdString redesign: cleanup of existing code
|
2014-08-02 00:45:25 +02:00 |
Clifford Wolf
|
75ffd1643c
|
Added logfile hash to statistics footer
|
2014-08-01 19:43:28 +02:00 |
Clifford Wolf
|
1cb25c05b3
|
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
|
2014-07-31 13:19:47 +02:00 |
Clifford Wolf
|
a7c6b37abf
|
Added "kernel/yosys.h" and "kernel/yosys.cc"
|
2014-07-30 14:10:15 +02:00 |
Clifford Wolf
|
7bd2d1064f
|
Using log_assert() instead of assert()
|
2014-07-28 11:27:48 +02:00 |
Clifford Wolf
|
d878fcbdc7
|
Added log_cmd_error_expection
|
2014-07-27 12:05:50 +02:00 |
Clifford Wolf
|
10d2402e2f
|
Added cover_list() API
|
2014-07-24 20:47:18 +02:00 |
Clifford Wolf
|
7679000673
|
Now using a dedicated ELF section for all coverage counters
|
2014-07-24 15:05:05 +02:00 |
Clifford Wolf
|
6b1018314c
|
Added cover() API
|
2014-07-24 03:48:38 +02:00 |
Clifford Wolf
|
a6174aaf5e
|
Added log_cell()
|
2014-07-20 10:35:47 +02:00 |
Clifford Wolf
|
02f0acb3bc
|
Fixed log_id() memory corruption
|
2014-07-19 20:53:29 +02:00 |
Clifford Wolf
|
fad8558eb5
|
Merged OSX fixes from Siesh1oo with some modifications
|
2014-03-13 12:48:10 +01:00 |
Clifford Wolf
|
7d52eb0ddb
|
Added -v<level> option and some minor driver cleanups
|
2013-11-17 13:26:31 +01:00 |
Clifford Wolf
|
7764d0ba1d
|
initial import
|
2013-01-05 11:13:26 +01:00 |