litex.git
2013-03-10 Sebastien Bourdeauducqfhdl/module: replace autofragment
2013-03-10 Sebastien Bourdeauducqbank/description/AutoReg: check that get_memories and...
2013-03-09 Sebastien Bourdeauducqbank/csrgen: BankArray
2013-03-09 Sebastien Bourdeauducqbank/description: AutoReg
2013-03-09 Sebastien Bourdeauducqmigen/fhdl/autofragment: factorize
2013-03-09 Sebastien Bourdeauducqfhdl/autofragment: remove legacy functions
2013-03-09 Sebastien Bourdeauducqfhdl/tools/flat_iteration: generalize
2013-03-09 Sebastien Bourdeauducqfhdl/autofragment: fix submodules
2013-03-09 Sebastien Bourdeauducqfhdl/autofragment: empty build_fragment by default
2013-03-09 Sebastien BourdeauducqUse common definition for FinalizeError
2013-03-08 Sebastien Bourdeauducqcsr/SRAM: support for writes with memory widths larger...
2013-03-06 Sebastien Bourdeauducqfhdl/verilog: tristate outputs are always wire
2013-03-03 Sebastien Bourdeauducqbus/csr: support memories with larger word width than...
2013-03-03 Sebastien Bourdeauducqfhdl/autofragment: bugfixes + add auto_attr
2013-03-02 Sebastien Bourdeauducqfhdl/autofragment: FModule
2013-03-01 Sebastien Bourdeauducqcsr/SRAM: prefix page register with memory name
2013-02-27 Sebastien Bourdeauducqfhdl/verilog: insert reset before listing signals
2013-02-25 Sebastien Bourdeauducqbank/description: memprefix
2013-02-25 Sebastien Bourdeauducqfhdl/specials: allow setting memory name
2013-02-25 Sebastien Bourdeauducquio/ioo: fix specials
2013-02-24 Sebastien Bourdeauducqfhdl/specials/Instance: _printintbool -> verilog_printexpr
2013-02-23 Sebastien Bourdeauducqexamples/psync: cleanup
2013-02-23 Sebastien Bourdeauducqexamples/basic/psync: demonstrate the new features
2013-02-23 Sebastien Bourdeauducqgenlib: clock domain crossing elements
2013-02-23 Sebastien Bourdeauducqfhdl/verilog: support special lowering and overrides
2013-02-22 Sebastien Bourdeauducqexamples/fir: better filter
2013-02-22 Sebastien Bourdeauducqcorelogic -> genlib
2013-02-22 Sebastien Bourdeauducqfhdl: inline synthesis directive support
2013-02-22 Sebastien Bourdeauducqdoc: new 'specials' API
2013-02-22 Sebastien BourdeauducqNew 'specials' API
2013-02-19 Sebastien Bourdeauducqdoc: tristates
2013-02-19 Sebastien Bourdeauducqfhdl: TSTriple
2013-02-14 Sebastien Bourdeauducqfhdl: tristate support
2013-02-11 Sebastien Bourdeauducqfhdl/autofragment: from_attributes
2013-02-10 Sebastien Bourdeauducqdoc: fix signal desc layout
2013-02-10 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/migen
2013-02-10 Sebastien Bourdeauducqdoc/dataflow: remove ActorNode
2013-02-10 Sebastien Bourdeauducqdoc/dataflow: remove ALA
2013-02-10 Sebastien Bourdeauducqdoc: multiple clock domains
2013-02-10 Sebastien Bourdeauducqdoc: do not inline examples as this never works with...
2013-02-10 Sebastien Bourdeauducqdoc: update to new Migen APIs
2013-02-09 Sebastien Bourdeauducqsim: default runner to Icarus Verilog
2013-02-09 Sebastien Bourdeauducqflow/perftools: finish removing ActorNode
2013-01-24 Sebastien Bourdeauducqfhdl/structure: store clock domain name
2013-01-23 Sebastien Bourdeauducqfhdl/verilog: fix spurious clock/reset signals on multi...
2013-01-05 Sebastien Bourdeauducqcorelogic: complex arithmetic support
2013-01-05 Sebastien Bourdeauducqfhdl: support nested statement lists
2012-12-19 Sebastien Bourdeauducqpytholite: fix bug with constant assignment to register
2012-12-19 Sebastien Bourdeauducqpytholite: prune unused registers
2012-12-18 Sebastien BourdeauducqDo not use super()
2012-12-16 Sebastien Bourdeauducqexamples/pytholite: fix imports
2012-12-14 Sebastien Bourdeauducqfhdl/tools: bitreverse
2012-12-14 Sebastien Bourdeauducqactorlib/sim/SimActor: do not drive busy low when gener...
2012-12-14 Sebastien BourdeauducqToken: support idle_wait
2012-12-14 Sebastien BourdeauducqMove Token to migen.flow.transactions
2012-12-12 Sebastien Bourdeauducqreplace some forgotten is_abstract()
2012-12-12 Sebastien BourdeauducqRemove ActorNode
2012-12-06 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/migen
2012-12-06 Sebastien Bourdeauducqfhdl/structure: do not create Signal in Instance when...
2012-12-06 Sebastien Bourdeauducqelsewhere: do not create interface in default param
2012-12-06 Sebastien Bourdeauducqmigen/bank: do not create interface in default param
2012-12-06 Sebastien Bourdeauducqbus/csr: add SRAM
2012-12-06 Sebastien Bourdeauducqbank/csrgen: interface -> bus
2012-12-05 Sebastien Bourdeauducqbank/description: define reset value of read signal
2012-12-05 Sebastien Bourdeauducqactorlib/sim: drive busy high until generator is finished
2012-12-01 Sebastien Bourdeauducqbus/wishbone/sram: accept memories < 32 bits
2012-12-01 Sebastien Bourdeauducqbus/wishbone: add SRAM
2012-11-30 Sebastien Bourdeauducqpytholite: fix bit width of selection signal
2012-11-30 Sebastien Bourdeauducqpytholite: support signed registers
2012-11-29 Sebastien Bourdeauducqcorelogic/roundrobin: fix request width (again)
2012-11-29 Sebastien Bourdeauducqcorelogic/roundrobin: fix request width
2012-11-29 Sebastien BourdeauducqFix various errors from new bitwidth/signedness system...
2012-11-29 Sebastien Bourdeauducqfhdl/verilog: make signal behave as integers in arithme...
2012-11-29 Sebastien Bourdeauducqfhdl/structure: add unary minus
2012-11-29 Sebastien BourdeauducqReplace Signal(bits_for(... with Signal(max=...
2012-11-29 Sebastien BourdeauducqNew specification for width and signedness
2012-11-29 Sebastien BourdeauducqRefactor Case
2012-11-28 Sebastien Bourdeauducqpytholite/reg: use source id in dictionary
2012-11-28 Sebastien BourdeauducqRemove Constant
2012-11-28 Sebastien Bourdeauducqexamples/sim/dataflow: update to new APIs
2012-11-28 Sebastien Bourdeauducqexamples/dataflow/dma: update to new APIs
2012-11-28 Sebastien Bourdeauducqexamples/basic: remove unroll example
2012-11-28 Sebastien Bourdeauducqfhdl/structure: improved bits_for function
2012-11-28 Sebastien Bourdeauducqvisit/NodeTransformer: copy most nodes
2012-11-28 Sebastien Bourdeauducqfhdl/tools: use NodeTransformer to lower arrays
2012-11-26 Sebastien Bourdeauducqexamples/basic/arrays: add array assignment to fragment
2012-11-26 Sebastien Bourdeauducqfhdl/tools: use NodeVisitor
2012-11-26 Sebastien BourdeauducqRemove unroll
2012-11-26 Sebastien Bourdeauducqfhdl/structure: remove deprecated MemoryPort
2012-11-26 Sebastien Bourdeauducqbus/wishbone2asmi: do not use MemoryPort
2012-11-26 Sebastien Bourdeauducqactorlib/spi: do not use MemoryPort
2012-11-26 Sebastien Bourdeauducqexamples/sim/memory: do not use MemoryPort
2012-11-23 Sebastien Bourdeauducqactorlib/sim: Dumper
2012-11-23 Sebastien Bourdeauducqfhdl/structure: disable we_granularity when larger...
2012-11-23 Sebastien Bourdeauducqsim/generic/multiread: do not return spurious items
2012-11-23 Sebastien Bourdeauducqpytholite: fix import of _Slice
2012-11-23 Sebastien Bourdeauducqpytholite/io: support memory
2012-11-23 Sebastien Bourdeauducqfhdl/structure/Memory: fix we width
2012-11-23 Sebastien Bourdeauducqexamples/memory: use new get_port API
2012-11-23 Sebastien Bourdeauducqfhdl/structure: add Memory.get_port API
next