index
:
yosys
master
Debian dgit repo for package yosys
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontends
/
ilang
Commit message (
Expand
)
Author
Age
*
Added module->design and cell->module, wire->module pointers
Clifford Wolf
2014-07-31
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
*
Added wire->upto flag for signals such as "wire [0:7] x;"
Clifford Wolf
2014-07-28
*
Fixed ilang parser for new RTLIL API
Clifford Wolf
2014-07-27
*
Changed a lot of code to the new RTLIL::Wire constructors
Clifford Wolf
2014-07-26
*
Added RTLIL::Cell::has(portname)
Clifford Wolf
2014-07-26
*
Manual fixes for new cell connections API
Clifford Wolf
2014-07-26
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
*
Added "make PRETTY=1"
Clifford Wolf
2014-07-24
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3
Clifford Wolf
2014-07-23
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
Clifford Wolf
2014-07-23
*
SigSpec refactoring: change RTLIL::SigSpec::size() to be read-only
Clifford Wolf
2014-07-22
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
*
Fixed ilang parsing of process attributes
Clifford Wolf
2014-07-22
*
Fixed make rules for ilang parser
Clifford Wolf
2014-07-22
*
Added "autoidx" statement to ilang file format
Clifford Wolf
2014-07-21
*
Fixed clang -Wdeprecated-register warnings
Clifford Wolf
2014-04-20
*
Replaced depricated %name-prefix= bison directive
Clifford Wolf
2014-04-20
*
Bugfix in ilang frontend autoidx recovery
Clifford Wolf
2014-03-07
*
renamed ilang "scope error" to "ilang error"
Clifford Wolf
2014-02-11
*
Improved ilang parser error messages
Clifford Wolf
2014-02-09
*
Fixed comment/eol parsing in ilang frontend
Clifford Wolf
2014-02-01
*
Added updating of RTLIL::autoidx to ilang frontend
Clifford Wolf
2014-01-03
*
Replaced signed_parameters API with CONST_FLAG_SIGNED
Clifford Wolf
2013-12-04
*
Added support for signed parameters in ilang
Clifford Wolf
2013-11-24
*
Remove auto_wire framework (smarter than the verilog standard)
Clifford Wolf
2013-11-24
*
Major improvements in mem2reg and added "init" sync rules
Clifford Wolf
2013-11-21
*
Fixed ilang parser: memory width
Clifford Wolf
2013-11-20
*
Fixed parsing of value-less attributes in ilang
Clifford Wolf
2013-10-23
*
Fixed memory leak in ilang frontend
Clifford Wolf
2013-05-23
*
Added help messages to ilang and verilog frontends
Clifford Wolf
2013-03-01
*
added .gitignore files
Clifford Wolf
2013-01-05
*
initial import
Clifford Wolf
2013-01-05