aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Ignore explicit assignments to constants in HDL codeClifford Wolf2015-02-081-0/+14
|
* Fixed a bug with autowire bit sizeClifford Wolf2015-02-081-9/+3
| | | | (removed leftover from when we tried to auto-size the wires)
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-0/+2
|
* Ignoring more system task and functionsClifford Wolf2015-01-152-2/+4
|
* Fixed handling of "input foo; reg [0:0] foo;"Clifford Wolf2015-01-151-0/+7
|
* Consolidate "Blocking assignment to memory.." msgs for the same lineClifford Wolf2015-01-151-3/+9
|
* Enable bison to be customizedFabio Utzig2015-01-082-2/+2
|
* Define YOSYS and SYNTHESIS in preprocClifford Wolf2015-01-021-1/+2
|
* Fixed memory->start_offset handlingClifford Wolf2015-01-012-6/+10
|
* Added global yosys_celltypesClifford Wolf2014-12-291-1/+1
|
* dict/pool changes in astClifford Wolf2014-12-293-16/+24
|
* Changed more code to dict<> and pool<>Clifford Wolf2014-12-283-6/+6
|
* Improved some warning messagesClifford Wolf2014-12-271-6/+18
|
* Fixed mem2reg warning messageClifford Wolf2014-12-271-3/+3
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-263-3/+3
|
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-1/+1
|
* Fixed supply0/supply1 with many wiresClifford Wolf2014-12-111-3/+15
|
* Fixed minor bug in parsing delaysClifford Wolf2014-11-241-1/+4
|
* Fixed two minor bugs in constant parsingClifford Wolf2014-11-242-3/+7
|
* Added warning for use of 'z' constants in HDLClifford Wolf2014-11-143-6/+14
|
* Fixed parsing of nested verilog concatenation and replicateClifford Wolf2014-11-121-1/+1
|
* Added log_warning() APIClifford Wolf2014-11-094-17/+17
|
* Added "ENABLE_PLUGINS := 0" to verific amd64 build instructionsClifford Wolf2014-11-081-0/+1
|
* Fixed parsing of "module mymod #( parameter foo = 1, bar = 2 ..."Clifford Wolf2014-10-301-4/+5
|
* AST simplifier: optimize constant AST_CASE nodes before recursively descendingClifford Wolf2014-10-291-31/+35
|
* Added support for task and function args in parenthesesClifford Wolf2014-10-271-6/+45
|
* Improvements in $readmem[bh] implementationClifford Wolf2014-10-261-8/+13
|
* Added support for $readmemh/$readmembClifford Wolf2014-10-262-0/+113
|
* Fixed constant "cond ? string1 : string2" with strings of different sizeClifford Wolf2014-10-251-0/+2
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-233-15/+5
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* minor indenting correctionsClifford Wolf2014-10-191-2/+2
|
* Builds on Mac 10.9.2 with LLVM 3.5.Parviz Palangpour2014-10-191-0/+5
|
* Fixed various VS warningsClifford Wolf2014-10-181-1/+1
|
* Header changes so it will compile on VSWilliam Speirs2014-10-172-4/+10
|
* Wrapped math in int constructorWilliam Speirs2014-10-171-1/+1
|
* Print "SystemVerilog" in "read_verilog -sv" log messagesClifford Wolf2014-10-161-1/+1
|
* Fixed handling of invalid array access in mem2reg codeClifford Wolf2014-10-162-3/+15
|
* Updated .gitignore file for ilang and verilog frontendsClifford Wolf2014-10-152-8/+8
|
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-3/+5
|
* Updated lexers & parsers to include prefixesWilliam Speirs2014-10-156-27/+35
|
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-121-18/+8
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-15/+4
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-2/+2
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-113-3/+3
|
* Disabled vhdl2verilog command for win32 buildsClifford Wolf2014-10-111-0/+5
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-1/+1
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-105-29/+29
|
* namespace YosysClifford Wolf2014-09-275-20/+29
|
* Another $clog2 bugfixClifford Wolf2014-09-081-0/+2
|
* Fixed $clog2 (off by one error)Clifford Wolf2014-09-061-2/+2
|