import migen in litex/gen
[litex.git] / migen / fhdl / namer.py
2015-11-07 Florent KermarrecMerge remote-tracking branch 'migen/master'
2015-11-04 Sebastien BourdeauducqMerge 'new' branch
2015-10-22 Sebastien Bourdeauducqfhdl/namer: fix object aliasing bug
2015-10-22 Sebastien BourdeauducqMerge branch 'new' of github.com:m-labs/migen into new
2015-10-22 Sebastien Bourdeauducqfhdl/namer: fix object aliasing bug
2015-09-22 Sebastien Bourdeauducqfhdl/namer: support ClockSignal and ResetSignal. Closes #24
2015-09-15 Sebastien Bourdeauducqfhdl/structure: introduce Constant, autowrap for eq...
2015-05-23 Florent Kermarrecfhdl/verilog: add reserved keywords
2015-04-13 Florent Kermarrecglobal: pep8 (E302)
2015-04-13 Florent Kermarrecglobal: pep8 (replace tabs with spaces)
2014-10-17 Florent Kermarrecremove trailing whitespaces
2013-11-23 Sebastien BourdeauducqAdd 'mibuild/' from commit '9d5931c969810a236de2a2713cf...
2013-11-02 Sebastien Bourdeauducqreplace use of __dict__ with dir()/xdir()
2013-08-08 Sebastien Bourdeauducqfhdl: improve naming of related signals
2013-08-08 Sebastien Bourdeauducqfhdl/namer: detect leaf nodes better
2013-08-07 Sebastien Bourdeauducqnamer: add HUID suffix step
2013-08-07 Sebastien Bourdeauducqnamer: split by numbers
2013-08-07 Sebastien Bourdeauducqfhdl/namer: new namer with explicit tree
2013-02-22 Sebastien BourdeauducqNew 'specials' API
2012-09-09 Sébastien BourdeauducqMerge pull request #3 from brandonhamilton/upstream
2012-09-09 Sebastien Bourdeauducqfhdl/namer: better handling of indices
2012-09-09 Sebastien Bourdeauducqfhdl/namer: use execution order indices for variable...
2012-09-09 Sebastien Bourdeauducqfhdl/namer: number objects according to execution order
2012-09-08 Sebastien Bourdeauducqfhdl/namer: simplify + more relevant names
2012-03-06 Sebastien Bourdeauducqfhdl: register memory objects with namespace
2012-03-06 Sebastien Bourdeauducqfhdl/namer: do not reference objects with __del__ metho...
2012-02-03 Sébastien BourdeauducqMerge pull request #2 from larsclausen/master
2012-02-02 Lars-Peter Clausenfhdl/namer: Add support for STORE_DEREF opcode
2012-01-28 Sebastien Bourdeauducqfhdl/namer: extract variable names with bytecode inspection
2012-01-20 Sebastien Bourdeauducqnamer/trace_back: behave on None code_context
2012-01-20 Sebastien BourdeauducqInclude unused I/Os in pre-naming dictionary and regist...
2012-01-20 Sebastien BourdeauducqRemove NoContext
2012-01-19 Sebastien BourdeauducqOnly include context prefix when necessary
2012-01-19 Sebastien BourdeauducqFix disjoint namespace test
2012-01-19 Sebastien BourdeauducqAlways include last step in names
2012-01-19 Sebastien BourdeauducqNew naming system: second attempt
2012-01-16 Sebastien BourdeauducqNew naming system beginning to work
2012-01-16 Sebastien Bourdeauducqfhdl: new naming system (broken)