projects
/
litex.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
litex.git
2013-02-10
Sebastien Bourdeauducq
doc: fix signal desc layout
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
Merge branch 'master' of github.com:milkymist/migen
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
doc/dataflow: remove ActorNode
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
doc/dataflow: remove ALA
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
doc: multiple clock domains
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
doc: do not inline examples as this never works with...
commit
|
commitdiff
|
tree
2013-02-10
Sebastien Bourdeauducq
doc: update to new Migen APIs
commit
|
commitdiff
|
tree
2013-02-09
Sebastien Bourdeauducq
sim: default runner to Icarus Verilog
commit
|
commitdiff
|
tree
2013-02-09
Sebastien Bourdeauducq
flow/perftools: finish removing ActorNode
commit
|
commitdiff
|
tree
2013-01-24
Sebastien Bourdeauducq
fhdl/structure: store clock domain name
commit
|
commitdiff
|
tree
2013-01-23
Sebastien Bourdeauducq
fhdl/verilog: fix spurious clock/reset signals on multi...
commit
|
commitdiff
|
tree
2013-01-05
Sebastien Bourdeauducq
corelogic: complex arithmetic support
commit
|
commitdiff
|
tree
2013-01-05
Sebastien Bourdeauducq
fhdl: support nested statement lists
commit
|
commitdiff
|
tree
2012-12-19
Sebastien Bourdeauducq
pytholite: fix bug with constant assignment to register
commit
|
commitdiff
|
tree
2012-12-19
Sebastien Bourdeauducq
pytholite: prune unused registers
commit
|
commitdiff
|
tree
2012-12-18
Sebastien Bourdeauducq
Do not use super()
commit
|
commitdiff
|
tree
2012-12-16
Sebastien Bourdeauducq
examples/pytholite: fix imports
commit
|
commitdiff
|
tree
2012-12-14
Sebastien Bourdeauducq
fhdl/tools: bitreverse
commit
|
commitdiff
|
tree
2012-12-14
Sebastien Bourdeauducq
actorlib/sim/SimActor: do not drive busy low when gener...
commit
|
commitdiff
|
tree
2012-12-14
Sebastien Bourdeauducq
Token: support idle_wait
commit
|
commitdiff
|
tree
2012-12-14
Sebastien Bourdeauducq
Move Token to migen.flow.transactions
commit
|
commitdiff
|
tree
2012-12-12
Sebastien Bourdeauducq
replace some forgotten is_abstract()
commit
|
commitdiff
|
tree
2012-12-12
Sebastien Bourdeauducq
Remove ActorNode
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
Merge branch 'master' of github.com:milkymist/migen
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
fhdl/structure: do not create Signal in Instance when...
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
elsewhere: do not create interface in default param
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
migen/bank: do not create interface in default param
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
bus/csr: add SRAM
commit
|
commitdiff
|
tree
2012-12-06
Sebastien Bourdeauducq
bank/csrgen: interface -> bus
commit
|
commitdiff
|
tree
2012-12-05
Sebastien Bourdeauducq
bank/description: define reset value of read signal
commit
|
commitdiff
|
tree
2012-12-05
Sebastien Bourdeauducq
actorlib/sim: drive busy high until generator is finished
commit
|
commitdiff
|
tree
2012-12-01
Sebastien Bourdeauducq
bus/wishbone/sram: accept memories < 32 bits
commit
|
commitdiff
|
tree
2012-12-01
Sebastien Bourdeauducq
bus/wishbone: add SRAM
commit
|
commitdiff
|
tree
2012-11-30
Sebastien Bourdeauducq
pytholite: fix bit width of selection signal
commit
|
commitdiff
|
tree
2012-11-30
Sebastien Bourdeauducq
pytholite: support signed registers
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
corelogic/roundrobin: fix request width (again)
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
corelogic/roundrobin: fix request width
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
Fix various errors from new bitwidth/signedness system...
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
fhdl/verilog: make signal behave as integers in arithme...
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
fhdl/structure: add unary minus
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
Replace Signal(bits_for(... with Signal(max=...
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
New specification for width and signedness
commit
|
commitdiff
|
tree
2012-11-29
Sebastien Bourdeauducq
Refactor Case
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
pytholite/reg: use source id in dictionary
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
Remove Constant
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
examples/sim/dataflow: update to new APIs
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
examples/dataflow/dma: update to new APIs
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
examples/basic: remove unroll example
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
fhdl/structure: improved bits_for function
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
visit/NodeTransformer: copy most nodes
commit
|
commitdiff
|
tree
2012-11-28
Sebastien Bourdeauducq
fhdl/tools: use NodeTransformer to lower arrays
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
examples/basic/arrays: add array assignment to fragment
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
fhdl/tools: use NodeVisitor
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
Remove unroll
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
fhdl/structure: remove deprecated MemoryPort
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
bus/wishbone2asmi: do not use MemoryPort
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
actorlib/spi: do not use MemoryPort
commit
|
commitdiff
|
tree
2012-11-26
Sebastien Bourdeauducq
examples/sim/memory: do not use MemoryPort
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
actorlib/sim: Dumper
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
fhdl/structure: disable we_granularity when larger...
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
sim/generic/multiread: do not return spurious items
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite: fix import of _Slice
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite/io: support memory
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
fhdl/structure/Memory: fix we width
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
examples/memory: use new get_port API
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
fhdl/structure: add Memory.get_port API
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
fhdl: use object creation counter (HUID) as hash. This...
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
fhdl/structure: use sets for memories and instance...
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
examples/pytholite/uio: demonstrate memories
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
uio: support memories
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
bus: memory initiator
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite/io: fix Wishbone writes + support sel attribute
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
examples/pytholite/uio: simulate and convert Pytholite
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite/io: support Wishbone reads
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite/io: support Wishbone writes
commit
|
commitdiff
|
tree
2012-11-23
Sebastien Bourdeauducq
pytholite/compiler: pass keyword arguments to gen_io
commit
|
commitdiff
|
tree
2012-11-18
Sebastien Bourdeauducq
fhdl/verilog: remove empty cases
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
sim/ipc/Message: convert values
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
pytholite/transel: use python3-compatible comparison...
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
examples/pytholite: add uio example
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
uio/ioo: fix UnifiedIOSimulation
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
uio: support generator trampolining in simulation
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
uio: add simulation I/O object
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
uio: unified I/O object
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
actorlib/sim: swap TokenExchanger parameters
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
bus/csr: allow specifying existing interface
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
bus/asmibus: swap port position to be consistent with...
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
bus/wishbone: allow specifying existing interface
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
bus/transactions: add busname parameter
commit
|
commitdiff
|
tree
2012-11-17
Sebastien Bourdeauducq
actorlib/sim: split TokenExchanger
commit
|
commitdiff
|
tree
2012-11-16
Sebastien Bourdeauducq
pytholite/io: support token pull
commit
|
commitdiff
|
tree
2012-11-16
Sebastien Bourdeauducq
examples/pytholite/basic: demonstrate conversion to...
commit
|
commitdiff
|
tree
2012-11-16
Sebastien Bourdeauducq
examples: basic Pytholite demo
commit
|
commitdiff
|
tree
2012-11-16
Sebastien Bourdeauducq
pytholite/io: support token push
commit
|
commitdiff
|
tree
2012-11-11
Sebastien Bourdeauducq
pytholite: move expression and register handling to...
commit
|
commitdiff
|
tree
2012-11-11
Sebastien Bourdeauducq
pytholite/compiler: recognize composite I/O pattern
commit
|
commitdiff
|
tree
2012-11-11
Sebastien Bourdeauducq
pytholite/compiler: visit_assign_special
commit
|
commitdiff
|
tree
2012-11-11
Sebastien Bourdeauducq
pytholite: move FSM management to separate module
commit
|
commitdiff
|
tree
2012-11-11
Sebastien Bourdeauducq
pytholite/compiler: refactor visit_block
commit
|
commitdiff
|
tree
2012-11-10
Sebastien Bourdeauducq
pytholite/compiler: clean up visit_statement
commit
|
commitdiff
|
tree
next