litex.git
2012-09-22 Sebastien Bourdeauducqfhdl: support inverted clock ports in instances
2012-09-11 Sebastien Bourdeauducqfhdl/verilog: sort clock domains by name
2012-09-11 Sebastien Bourdeauducqfhdl: list signals in execution order
2012-09-10 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/migen
2012-09-10 Sebastien Bourdeauducqexamples: demonstrate multi-clock support
2012-09-10 Sebastien Bourdeauducqexamples: update LM32 instance
2012-09-10 Sebastien BourdeauducqMulti-clock design support + new instance API
2012-09-09 Sebastien Bourdeauducqsetup.py: cosmetic
2012-09-09 Sébastien BourdeauducqMerge pull request #3 from brandonhamilton/upstream
2012-09-09 Sebastien Bourdeauducqexamples: new namer
2012-09-09 Sebastien Bourdeauducqfhdl/namer: better handling of indices
2012-09-09 Sebastien Bourdeauducqfhdl/tracer: support BUILD_LIST opcode
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-08-26 Sebastien Bourdeauducqbus/csr: configurable data width
2012-08-12 Sebastien Bourdeauducqdoc: ASMI reader
2012-08-12 Sebastien Bourdeauducqdoc: IntSequence
2012-08-08 Sebastien Bourdeauducqdoc: framebuffer example
2012-08-06 Sebastien Bourdeauducqdoc: arrays
2012-08-04 Sebastien Bourdeauducqsim: ensure clean IPC shutdown
2012-08-04 Sebastien Bourdeauducqflow/isd: add freeze register
2012-08-03 Sebastien Bourdeauducqflow/network: remove print
2012-08-03 Sebastien Bourdeauducqflow/network: option to add debugger
2012-08-03 Sebastien Bourdeauducqflow: in-system debugger module
2012-08-03 Sebastien Bourdeauducqflow/hooks/DFGHook: add iterator on hooks
2012-08-03 Sebastien Bourdeauducqflow: EndpointHook -> EndpointSimHook
2012-07-13 Sebastien Bourdeauducqcorelogic/ReorderBuffer: do not touch empty count when...
2012-07-13 Sebastien Bourdeauducqx.bv.width -> len(x)
2012-07-13 Sebastien Bourdeauducqfhdl: len() for Constant
2012-07-13 Sebastien Bourdeauducqcorelogic/misc: remove multimux
2012-07-13 Sebastien Bourdeauducqfhdl: fix value_bv for operators
2012-07-13 Sebastien Bourdeauducqbus/wishbone: remove use of deprecated multimux
2012-07-13 Sebastien Bourdeauducqfhdl: remove _StatementList
2012-07-12 Sebastien Bourdeauducqexamples/dataflow/dma: test OOO ASMI reader
2012-07-12 Sebastien Bourdeauducqbus/asmibus: fix per-port tag generation
2012-07-12 Sebastien Bourdeauducqactorlib/dma_asmi: out-of-order reader and class factory
2012-07-12 Sebastien Bourdeauducqcorelogic: reorder buffer (untested)
2012-07-11 Sebastien Bourdeauducqfhdl/arrays: use correct BV for intermediate signals
2012-07-09 Sebastien Bourdeauducqfhdl: arrays (TODO: use correct BV for intermediate...
2012-07-07 Sebastien Bourdeauducqbus: CSR initiator
2012-07-06 Sebastien Bourdeauducqactorlib/misc/IntSequence: add offset feature
2012-07-06 Sebastien Bourdeauducqflow/perftools: refactor to use hooks
2012-07-06 Sebastien Bourdeauducqflow: hooks
2012-06-29 Sebastien Bourdeauducqactorlib/structuring/Cast: rawbits parameter
2012-06-28 Sebastien Bourdeauducqdoc: interrupt controllers
2012-06-28 Sebastien Bourdeauducqdoc: ASMI topology
2012-06-28 Sebastien Bourdeauducqdoc: performance tools
2012-06-27 Sebastien Bourdeauducqdoc: link df simulation example
2012-06-25 Sebastien Bourdeauducqdoc: actor network
2012-06-25 Sebastien Bourdeauducqactorlib: merge composer into ala + derive ComposableSo...
2012-06-24 Sebastien Bourdeauducqdoc: bus actors
2012-06-24 Sebastien Bourdeauducqdoc: arithmetic and logic actors
2012-06-24 Sebastien BourdeauducqMove arithmetic actors to actorlib
2012-06-24 Sebastien Bourdeauducqdoc: simulation actors
2012-06-24 Sebastien Bourdeauducqdoc: structuring actors
2012-06-24 Sebastien Bourdeauducqdoc: plumbing actors
2012-06-24 Sebastien Bourdeauducqdoc: common scheduling models
2012-06-24 Sebastien Bourdeauducqdoc: detailed actor description
2012-06-24 Sebastien Bourdeauducqdoc: flow intro
2012-06-22 Sebastien Bourdeauducqdoc: split rst file
2012-06-22 Sebastien Bourdeauducqdoc: dataflow chapter structure
2012-06-22 Sebastien Bourdeauducqcontrol.For -> misc.IntSequence
2012-06-22 Sebastien Bourdeauducqexamples/dataflow/dma: use new dataflow API (thanks...
2012-06-22 Sebastien Bourdeauducqexamples/sim/dataflow: use new dataflow API (thanks...
2012-06-20 Sebastien Bourdeauducqexamples/dataflow/structuring: infinite source
2012-06-20 Sebastien Bourdeauducqflow/perftool: fix cpt equation
2012-06-20 Sebastien Bourdeauducqactorlib/sim/SimActor: remove dead time between transac...
2012-06-20 Sebastien Bourdeauducqactorlib/structuring/Pack: drive busy signal
2012-06-20 Sebastien Bourdeauducqflow: perftools
2012-06-20 Sebastien Bourdeauducqexamples/dataflow/structuring: test Cast
2012-06-20 Sebastien Bourdeauducqexamples/dataflow: structuring test
2012-06-20 Sebastien Bourdeauducqactorlib: structuring (untested)
2012-06-17 Sebastien Bourdeauducqactorlib/control: simplify + fix
2012-06-17 Sebastien Bourdeauducqremove spurious module
2012-06-17 Sebastien Bourdeauducqflow/network: fix handling of edges with subrecords...
2012-06-17 Sebastien Bourdeauducqactorlib/control: use numbers of bits instead of maxima
2012-06-17 Sebastien Bourdeauducqflow/plumbing: Combinator/Splitter should not inherit...
2012-06-16 Sebastien Bourdeauducqexamples/flow: Fibonacci demo
2012-06-16 Sebastien Bourdeauducqflow/network: handle default endpoints correctly in...
2012-06-16 Sebastien Bourdeauducqflow/network: require ActorNode be passed to add_connection
2012-06-16 Sebastien Bourdeauducqflow/network: fix ActorNode default params
2012-06-16 Sebastien Bourdeauducqflow/actor: fix busy signal generation for pipelined...
2012-06-16 Sebastien Bourdeauducqflow/actor: add single_sink/single_source retrieval...
2012-06-16 Sebastien Bourdeauducqexamples/flow/arithmetic: cleanup
2012-06-16 Sebastien Bourdeauducqflow: insert splitters
2012-06-16 Sebastien Bourdeauducqexamples/flow/arithmetic: simulate
2012-06-16 Sebastien Bourdeauducqflow: insert combinators and infer plumbing layout
2012-06-15 Sebastien BourdeauducqAbstract actor graphs
2012-06-12 Sebastien Bourdeauducqactorlib: ASMI sequential reader
2012-06-12 Sebastien Bourdeauducqexamples/dataflow/dma: refactor
2012-06-12 Sebastien Bourdeauducqfix SimActor get_fragment
2012-06-12 Sebastien BourdeauducqReorganize examples folder
2012-06-12 Sebastien BourdeauducqPureSimulable
2012-06-12 Sebastien BourdeauducqASMI simulation models
2012-06-10 Sebastien Bourdeauducqwishbone: base TargetModel class
2012-06-10 Sebastien Bourdeauducqbus/wishbone: target model
2012-06-10 Sebastien Bourdeauducqbus/wishbone/Tap: remove ack feature
2012-06-08 Sebastien Bourdeauducqexamples/dataflow: only import nx when needed
2012-06-08 Sebastien Bourdeauducqflow/network: refactor graph
next