litex.git
12 years agodoc: ASMI topology
Sebastien Bourdeauducq [Thu, 28 Jun 2012 13:20:51 +0000 (15:20 +0200)]
doc: ASMI topology

12 years agodoc: performance tools
Sebastien Bourdeauducq [Thu, 28 Jun 2012 12:22:38 +0000 (14:22 +0200)]
doc: performance tools

12 years agodoc: link df simulation example
Sebastien Bourdeauducq [Wed, 27 Jun 2012 22:43:27 +0000 (00:43 +0200)]
doc: link df simulation example

12 years agodoc: actor network
Sebastien Bourdeauducq [Mon, 25 Jun 2012 14:07:45 +0000 (16:07 +0200)]
doc: actor network

12 years agoactorlib: merge composer into ala + derive ComposableSource from ActorNode
Sebastien Bourdeauducq [Mon, 25 Jun 2012 09:34:58 +0000 (11:34 +0200)]
actorlib: merge composer into ala + derive ComposableSource from ActorNode

12 years agodoc: bus actors
Sebastien Bourdeauducq [Sun, 24 Jun 2012 18:16:59 +0000 (20:16 +0200)]
doc: bus actors

12 years agodoc: arithmetic and logic actors
Sebastien Bourdeauducq [Sun, 24 Jun 2012 17:56:31 +0000 (19:56 +0200)]
doc: arithmetic and logic actors

12 years agoMove arithmetic actors to actorlib
Sebastien Bourdeauducq [Sun, 24 Jun 2012 17:13:49 +0000 (19:13 +0200)]
Move arithmetic actors to actorlib

12 years agodoc: simulation actors
Sebastien Bourdeauducq [Sun, 24 Jun 2012 16:59:36 +0000 (18:59 +0200)]
doc: simulation actors

12 years agodoc: structuring actors
Sebastien Bourdeauducq [Sun, 24 Jun 2012 16:17:55 +0000 (18:17 +0200)]
doc: structuring actors

12 years agodoc: plumbing actors
Sebastien Bourdeauducq [Sun, 24 Jun 2012 16:01:58 +0000 (18:01 +0200)]
doc: plumbing actors

12 years agodoc: common scheduling models
Sebastien Bourdeauducq [Sun, 24 Jun 2012 15:18:45 +0000 (17:18 +0200)]
doc: common scheduling models

12 years agodoc: detailed actor description
Sebastien Bourdeauducq [Sun, 24 Jun 2012 14:39:49 +0000 (16:39 +0200)]
doc: detailed actor description

12 years agodoc: flow intro
Sebastien Bourdeauducq [Sun, 24 Jun 2012 09:27:42 +0000 (11:27 +0200)]
doc: flow intro

12 years agodoc: split rst file
Sebastien Bourdeauducq [Fri, 22 Jun 2012 16:02:35 +0000 (18:02 +0200)]
doc: split rst file

12 years agodoc: dataflow chapter structure
Sebastien Bourdeauducq [Fri, 22 Jun 2012 15:43:24 +0000 (17:43 +0200)]
doc: dataflow chapter structure

12 years agocontrol.For -> misc.IntSequence
Sebastien Bourdeauducq [Fri, 22 Jun 2012 13:01:47 +0000 (15:01 +0200)]
control.For -> misc.IntSequence

12 years agoexamples/dataflow/dma: use new dataflow API (thanks Ross Manyika for reporting)
Sebastien Bourdeauducq [Fri, 22 Jun 2012 11:58:36 +0000 (13:58 +0200)]
examples/dataflow/dma: use new dataflow API (thanks Ross Manyika for reporting)

12 years agoexamples/sim/dataflow: use new dataflow API (thanks Ross Manyika for reporting)
Sebastien Bourdeauducq [Fri, 22 Jun 2012 11:22:36 +0000 (13:22 +0200)]
examples/sim/dataflow: use new dataflow API (thanks Ross Manyika for reporting)

12 years agoexamples/dataflow/structuring: infinite source
Sebastien Bourdeauducq [Wed, 20 Jun 2012 22:44:41 +0000 (00:44 +0200)]
examples/dataflow/structuring: infinite source

12 years agoflow/perftool: fix cpt equation
Sebastien Bourdeauducq [Wed, 20 Jun 2012 22:41:22 +0000 (00:41 +0200)]
flow/perftool: fix cpt equation

12 years agoactorlib/sim/SimActor: remove dead time between transactions
Sebastien Bourdeauducq [Wed, 20 Jun 2012 20:39:52 +0000 (22:39 +0200)]
actorlib/sim/SimActor: remove dead time between transactions

12 years agoactorlib/structuring/Pack: drive busy signal
Sebastien Bourdeauducq [Wed, 20 Jun 2012 20:39:03 +0000 (22:39 +0200)]
actorlib/structuring/Pack: drive busy signal

12 years agoflow: perftools
Sebastien Bourdeauducq [Wed, 20 Jun 2012 19:59:17 +0000 (21:59 +0200)]
flow: perftools

12 years agoexamples/dataflow/structuring: test Cast
Sebastien Bourdeauducq [Wed, 20 Jun 2012 16:29:03 +0000 (18:29 +0200)]
examples/dataflow/structuring: test Cast

12 years agoexamples/dataflow: structuring test
Sebastien Bourdeauducq [Wed, 20 Jun 2012 16:25:01 +0000 (18:25 +0200)]
examples/dataflow: structuring test

12 years agoactorlib: structuring (untested)
Sebastien Bourdeauducq [Wed, 20 Jun 2012 14:35:01 +0000 (16:35 +0200)]
actorlib: structuring (untested)

12 years agoactorlib/control: simplify + fix
Sebastien Bourdeauducq [Sun, 17 Jun 2012 19:19:47 +0000 (21:19 +0200)]
actorlib/control: simplify + fix

12 years agoremove spurious module
Sebastien Bourdeauducq [Sun, 17 Jun 2012 19:19:22 +0000 (21:19 +0200)]
remove spurious module

12 years agoflow/network: fix handling of edges with subrecords at both ends
Sebastien Bourdeauducq [Sun, 17 Jun 2012 16:31:45 +0000 (18:31 +0200)]
flow/network: fix handling of edges with subrecords at both ends

12 years agoactorlib/control: use numbers of bits instead of maxima
Sebastien Bourdeauducq [Sun, 17 Jun 2012 16:29:57 +0000 (18:29 +0200)]
actorlib/control: use numbers of bits instead of maxima

12 years agoflow/plumbing: Combinator/Splitter should not inherit CombinatorialActor
Sebastien Bourdeauducq [Sun, 17 Jun 2012 11:45:18 +0000 (13:45 +0200)]
flow/plumbing: Combinator/Splitter should not inherit CombinatorialActor

12 years agoexamples/flow: Fibonacci demo
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:41:34 +0000 (22:41 +0200)]
examples/flow: Fibonacci demo

12 years agoflow/network: handle default endpoints correctly in _infer_plumbing_layout
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:41:15 +0000 (22:41 +0200)]
flow/network: handle default endpoints correctly in _infer_plumbing_layout

12 years agoflow/network: require ActorNode be passed to add_connection
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:40:26 +0000 (22:40 +0200)]
flow/network: require ActorNode be passed to add_connection

12 years agoflow/network: fix ActorNode default params
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:39:31 +0000 (22:39 +0200)]
flow/network: fix ActorNode default params

12 years agoflow/actor: fix busy signal generation for pipelined actors
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:38:45 +0000 (22:38 +0200)]
flow/actor: fix busy signal generation for pipelined actors

12 years agoflow/actor: add single_sink/single_source retrieval methods
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:38:16 +0000 (22:38 +0200)]
flow/actor: add single_sink/single_source retrieval methods

12 years agoexamples/flow/arithmetic: cleanup
Sebastien Bourdeauducq [Sat, 16 Jun 2012 20:37:25 +0000 (22:37 +0200)]
examples/flow/arithmetic: cleanup

12 years agoflow: insert splitters
Sebastien Bourdeauducq [Sat, 16 Jun 2012 19:23:42 +0000 (21:23 +0200)]
flow: insert splitters

12 years agoexamples/flow/arithmetic: simulate
Sebastien Bourdeauducq [Sat, 16 Jun 2012 17:23:59 +0000 (19:23 +0200)]
examples/flow/arithmetic: simulate

12 years agoflow: insert combinators and infer plumbing layout
Sebastien Bourdeauducq [Sat, 16 Jun 2012 15:30:54 +0000 (17:30 +0200)]
flow: insert combinators and infer plumbing layout

12 years agoAbstract actor graphs
Sebastien Bourdeauducq [Fri, 15 Jun 2012 15:52:19 +0000 (17:52 +0200)]
Abstract actor graphs

12 years agoactorlib: ASMI sequential reader
Sebastien Bourdeauducq [Tue, 12 Jun 2012 19:04:47 +0000 (21:04 +0200)]
actorlib: ASMI sequential reader

12 years agoexamples/dataflow/dma: refactor
Sebastien Bourdeauducq [Tue, 12 Jun 2012 17:55:57 +0000 (19:55 +0200)]
examples/dataflow/dma: refactor

12 years agofix SimActor get_fragment
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:52:08 +0000 (17:52 +0200)]
fix SimActor get_fragment

12 years agoReorganize examples folder
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:49:50 +0000 (17:49 +0200)]
Reorganize examples folder

12 years agoPureSimulable
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:08:56 +0000 (17:08 +0200)]
PureSimulable

12 years agoASMI simulation models
Sebastien Bourdeauducq [Tue, 12 Jun 2012 14:57:00 +0000 (16:57 +0200)]
ASMI simulation models

12 years agowishbone: base TargetModel class
Sebastien Bourdeauducq [Sun, 10 Jun 2012 15:05:10 +0000 (17:05 +0200)]
wishbone: base TargetModel class

12 years agobus/wishbone: target model
Sebastien Bourdeauducq [Sun, 10 Jun 2012 14:40:33 +0000 (16:40 +0200)]
bus/wishbone: target model

12 years agobus/wishbone/Tap: remove ack feature
Sebastien Bourdeauducq [Sun, 10 Jun 2012 10:46:24 +0000 (12:46 +0200)]
bus/wishbone/Tap: remove ack feature

12 years agoexamples/dataflow: only import nx when needed
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:54:04 +0000 (22:54 +0200)]
examples/dataflow: only import nx when needed

12 years agoflow/network: refactor graph
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:49:49 +0000 (22:49 +0200)]
flow/network: refactor graph

12 years agoflow/ala: fix typo
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:48:47 +0000 (22:48 +0200)]
flow/ala: fix typo

12 years agoactorlib: WB writer simulation OK
Sebastien Bourdeauducq [Fri, 8 Jun 2012 19:31:57 +0000 (21:31 +0200)]
actorlib: WB writer simulation OK

12 years agoactorlib: WB reader simulation OK
Sebastien Bourdeauducq [Fri, 8 Jun 2012 19:31:05 +0000 (21:31 +0200)]
actorlib: WB reader simulation OK

12 years agoUse super() instead of calling parent constructors directly
Sebastien Bourdeauducq [Fri, 8 Jun 2012 16:06:12 +0000 (18:06 +0200)]
Use super() instead of calling parent constructors directly

12 years agoactorlib/sim: use set instead of list to represent active transactions
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:56:52 +0000 (17:56 +0200)]
actorlib/sim: use set instead of list to represent active transactions

12 years agoactorlib: generator-based generic simulation actor
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:54:03 +0000 (17:54 +0200)]
actorlib: generator-based generic simulation actor

12 years agosim: multiread/multiwrite
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:52:32 +0000 (17:52 +0200)]
sim: multiread/multiwrite

12 years agocorelogic/record: better repr
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:49:31 +0000 (17:49 +0200)]
corelogic/record: better repr

12 years agoexamples/fir: print Verilog source
Sebastien Bourdeauducq [Fri, 8 Jun 2012 12:00:49 +0000 (14:00 +0200)]
examples/fir: print Verilog source

12 years agoexamples/fir: plot input and output signals
Sebastien Bourdeauducq [Thu, 7 Jun 2012 21:20:59 +0000 (23:20 +0200)]
examples/fir: plot input and output signals

12 years agoflow: generic parameter passing to Actor from sequential/pipelined
Sebastien Bourdeauducq [Thu, 7 Jun 2012 16:24:33 +0000 (18:24 +0200)]
flow: generic parameter passing to Actor from sequential/pipelined

12 years agoflow: fix actor repr
Sebastien Bourdeauducq [Thu, 7 Jun 2012 13:48:35 +0000 (15:48 +0200)]
flow: fix actor repr

12 years agoflow: refactor scheduling models
Sebastien Bourdeauducq [Thu, 7 Jun 2012 12:44:43 +0000 (14:44 +0200)]
flow: refactor scheduling models

12 years agobank/description: pad unaligned multi-word registers at the top
Sebastien Bourdeauducq [Mon, 21 May 2012 20:55:23 +0000 (22:55 +0200)]
bank/description: pad unaligned multi-word registers at the top

12 years agoAdd LICENSE file
Sebastien Bourdeauducq [Mon, 21 May 2012 17:56:23 +0000 (19:56 +0200)]
Add LICENSE file

12 years agobus/wishbone2asmi: fix cache tag size
Sebastien Bourdeauducq [Tue, 15 May 2012 13:18:03 +0000 (15:18 +0200)]
bus/wishbone2asmi: fix cache tag size

12 years agoasmi: dat_wm high to disable data write
Sebastien Bourdeauducq [Tue, 15 May 2012 12:41:54 +0000 (14:41 +0200)]
asmi: dat_wm high to disable data write

12 years agobus/asmibus/hub: hack to prevent comb loops
Sebastien Bourdeauducq [Mon, 30 Apr 2012 22:11:42 +0000 (17:11 -0500)]
bus/asmibus/hub: hack to prevent comb loops

12 years agofhdl/verilog: add option to display which comb blocks are run
Sebastien Bourdeauducq [Mon, 30 Apr 2012 21:38:40 +0000 (16:38 -0500)]
fhdl/verilog: add option to display which comb blocks are run

This is a debug hack to help find combinatorial loops in designs.

12 years agosim: pass extra keyword arguments to Verilog converter
Sebastien Bourdeauducq [Mon, 30 Apr 2012 21:38:17 +0000 (16:38 -0500)]
sim: pass extra keyword arguments to Verilog converter

12 years agofhdl: support len() on signals
Sebastien Bourdeauducq [Sun, 8 Apr 2012 16:06:22 +0000 (18:06 +0200)]
fhdl: support len() on signals

12 years agobank/csrgen: allow specifying existing CSR interface
Sebastien Bourdeauducq [Fri, 6 Apr 2012 12:59:09 +0000 (14:59 +0200)]
bank/csrgen: allow specifying existing CSR interface

12 years agofhdl: phase out pads
Sebastien Bourdeauducq [Mon, 2 Apr 2012 17:21:43 +0000 (19:21 +0200)]
fhdl: phase out pads

12 years agovpi: delete merged Icarus Verilog patch
Sebastien Bourdeauducq [Mon, 2 Apr 2012 17:11:32 +0000 (19:11 +0200)]
vpi: delete merged Icarus Verilog patch

12 years agofhdl/verilog: do not attempt to initialize instance and mem output signals
Sebastien Bourdeauducq [Mon, 2 Apr 2012 10:59:42 +0000 (12:59 +0200)]
fhdl/verilog: do not attempt to initialize instance and mem output signals

12 years agobus/dfi: reset active low signals to 1
Sebastien Bourdeauducq [Sun, 1 Apr 2012 15:43:24 +0000 (17:43 +0200)]
bus/dfi: reset active low signals to 1

12 years agosim/proxy: support lists
Sebastien Bourdeauducq [Sun, 1 Apr 2012 15:19:53 +0000 (17:19 +0200)]
sim/proxy: support lists

12 years agofhdl/verilog: initialize internal read-only signals with their reset values
Sebastien Bourdeauducq [Sun, 1 Apr 2012 14:39:11 +0000 (16:39 +0200)]
fhdl/verilog: initialize internal read-only signals with their reset values

12 years agocorelogic/roundrobin: handle correctly special case with 1 request source
Sebastien Bourdeauducq [Sat, 31 Mar 2012 16:01:40 +0000 (18:01 +0200)]
corelogic/roundrobin: handle correctly special case with 1 request source

12 years agobus/asmicon: initiator
Sebastien Bourdeauducq [Fri, 30 Mar 2012 20:16:31 +0000 (22:16 +0200)]
bus/asmicon: initiator

12 years agosim: proxy
Sebastien Bourdeauducq [Fri, 30 Mar 2012 14:40:26 +0000 (16:40 +0200)]
sim: proxy

12 years agoUpdate copyright notices
Sebastien Bourdeauducq [Fri, 23 Mar 2012 15:41:30 +0000 (16:41 +0100)]
Update copyright notices

12 years agocorelogic/fsm: typo
Sebastien Bourdeauducq [Sun, 18 Mar 2012 21:12:46 +0000 (22:12 +0100)]
corelogic/fsm: typo

12 years agocorelogic/fsm: delayed enters
Sebastien Bourdeauducq [Sat, 17 Mar 2012 23:09:40 +0000 (00:09 +0100)]
corelogic/fsm: delayed enters

12 years agocorelogic/roundrobin: CE switching
Sebastien Bourdeauducq [Fri, 16 Mar 2012 15:54:47 +0000 (16:54 +0100)]
corelogic/roundrobin: CE switching

12 years agocorelogic: convert timeline to function and move to misc
Sebastien Bourdeauducq [Thu, 15 Mar 2012 19:25:44 +0000 (20:25 +0100)]
corelogic: convert timeline to function and move to misc

12 years agobus/asmibus/hub: require finalization before get_slots
Sebastien Bourdeauducq [Wed, 14 Mar 2012 15:19:29 +0000 (16:19 +0100)]
bus/asmibus/hub: require finalization before get_slots

12 years agofhdl: export log2_int
Sebastien Bourdeauducq [Wed, 14 Mar 2012 11:19:42 +0000 (12:19 +0100)]
fhdl: export log2_int

12 years agosetup.py: simplify
Alain Péteut [Sat, 10 Mar 2012 19:01:14 +0000 (20:01 +0100)]
setup.py: simplify

Signed-off-by: Alain Péteut <alain.peteut@yahoo.com>
12 years agodoc: more examples and comments
Sebastien Bourdeauducq [Sat, 10 Mar 2012 18:38:39 +0000 (19:38 +0100)]
doc: more examples and comments

12 years agodoc: cosmetic changes (thanks sh4rm4 for reporting typos)
Sebastien Bourdeauducq [Sat, 10 Mar 2012 16:59:42 +0000 (17:59 +0100)]
doc: cosmetic changes (thanks sh4rm4 for reporting typos)

12 years agodoc: use script font
Sebastien Bourdeauducq [Fri, 9 Mar 2012 20:57:50 +0000 (21:57 +0100)]
doc: use script font

12 years agodoc: simulation
Sebastien Bourdeauducq [Fri, 9 Mar 2012 20:17:21 +0000 (21:17 +0100)]
doc: simulation

12 years agodoc: cosmetic changes (thanks rofl0r for reporting typos)
Sebastien Bourdeauducq [Fri, 9 Mar 2012 17:26:00 +0000 (18:26 +0100)]
doc: cosmetic changes (thanks rofl0r for reporting typos)

12 years agodoc: add logo
Sebastien Bourdeauducq [Fri, 9 Mar 2012 16:16:33 +0000 (17:16 +0100)]
doc: add logo

12 years agodoc: switch to sphinx
Sebastien Bourdeauducq [Fri, 9 Mar 2012 16:08:38 +0000 (17:08 +0100)]
doc: switch to sphinx