litex.git
11 years agopytholite: move FSM management to separate module
Sebastien Bourdeauducq [Sun, 11 Nov 2012 13:30:25 +0000 (14:30 +0100)]
pytholite: move FSM management to separate module

11 years agopytholite/compiler: refactor visit_block
Sebastien Bourdeauducq [Sun, 11 Nov 2012 13:17:52 +0000 (14:17 +0100)]
pytholite/compiler: refactor visit_block

11 years agopytholite/compiler: clean up visit_statement
Sebastien Bourdeauducq [Sat, 10 Nov 2012 22:30:14 +0000 (23:30 +0100)]
pytholite/compiler: clean up visit_statement

11 years agopytholite: forward 'yield call' statements to io module
Sebastien Bourdeauducq [Sat, 10 Nov 2012 21:59:14 +0000 (22:59 +0100)]
pytholite: forward 'yield call' statements to io module

11 years agopytholite: introduce io module
Sebastien Bourdeauducq [Sat, 10 Nov 2012 20:51:19 +0000 (21:51 +0100)]
pytholite: introduce io module

11 years agopytholite/compiler: support bitslice
Sebastien Bourdeauducq [Sat, 10 Nov 2012 17:04:05 +0000 (18:04 +0100)]
pytholite/compiler: support bitslice

11 years agopytholite/compiler: support range(constants) in for loops
Sebastien Bourdeauducq [Sat, 10 Nov 2012 14:26:13 +0000 (15:26 +0100)]
pytholite/compiler: support range(constants) in for loops

11 years agopytholite/compiler: cleanup print statements
Sebastien Bourdeauducq [Sat, 10 Nov 2012 14:10:57 +0000 (15:10 +0100)]
pytholite/compiler: cleanup print statements

11 years agopytholite/compiler: support for loops (iterating on lists only)
Sebastien Bourdeauducq [Sat, 10 Nov 2012 14:02:55 +0000 (15:02 +0100)]
pytholite/compiler: support for loops (iterating on lists only)

11 years agopytholite/compiler: support while loops
Sebastien Bourdeauducq [Sat, 10 Nov 2012 13:37:33 +0000 (14:37 +0100)]
pytholite/compiler: support while loops

11 years agoRevert "pytholite/compiler: SymbolStack"
Sebastien Bourdeauducq [Sat, 10 Nov 2012 11:09:45 +0000 (12:09 +0100)]
Revert "pytholite/compiler: SymbolStack"

This reverts commit f57da497b2a96ab53de2fac37a34cdbc668c9636.

11 years agopytholite/compiler: SymbolStack
Sebastien Bourdeauducq [Fri, 9 Nov 2012 22:02:16 +0000 (23:02 +0100)]
pytholite/compiler: SymbolStack

11 years agopytholite/compiler: improve naming of selection signals
Sebastien Bourdeauducq [Fri, 9 Nov 2012 19:19:22 +0000 (20:19 +0100)]
pytholite/compiler: improve naming of selection signals

11 years agopytholite/compiler: fix handling of constants
Sebastien Bourdeauducq [Fri, 9 Nov 2012 19:17:57 +0000 (20:17 +0100)]
pytholite/compiler: fix handling of constants

11 years agofhdl: make constants hashable
Sebastien Bourdeauducq [Fri, 9 Nov 2012 19:17:43 +0000 (20:17 +0100)]
fhdl: make constants hashable

11 years agopytholite/compiler: go to next state
Sebastien Bourdeauducq [Fri, 9 Nov 2012 19:12:15 +0000 (20:12 +0100)]
pytholite/compiler: go to next state

11 years agopytholite/compiler: support if statements
Sebastien Bourdeauducq [Fri, 9 Nov 2012 18:37:52 +0000 (19:37 +0100)]
pytholite/compiler: support if statements

11 years agopytholite/compiler: support comparisons in expressions
Sebastien Bourdeauducq [Fri, 9 Nov 2012 17:41:32 +0000 (18:41 +0100)]
pytholite/compiler: support comparisons in expressions

11 years agopytholite/compiler: create FSM
Sebastien Bourdeauducq [Fri, 9 Nov 2012 16:37:42 +0000 (17:37 +0100)]
pytholite/compiler: create FSM

11 years agofhdl/visit: add missing self
Sebastien Bourdeauducq [Fri, 9 Nov 2012 16:37:24 +0000 (17:37 +0100)]
fhdl/visit: add missing self

11 years agofhdl: visit module (untested)
Sebastien Bourdeauducq [Fri, 9 Nov 2012 15:00:11 +0000 (16:00 +0100)]
fhdl: visit module (untested)

11 years agopytholith: add register muxes
Sebastien Bourdeauducq [Thu, 8 Nov 2012 20:49:20 +0000 (21:49 +0100)]
pytholith: add register muxes

11 years agopytholite: do not use ast.NodeVisitor
Sebastien Bourdeauducq [Tue, 6 Nov 2012 12:52:19 +0000 (13:52 +0100)]
pytholite: do not use ast.NodeVisitor

11 years agofhdl/structure: make all values hashable
Sebastien Bourdeauducq [Tue, 6 Nov 2012 12:51:51 +0000 (13:51 +0100)]
fhdl/structure: make all values hashable

11 years agopytholite: visit AST and list registers
Sebastien Bourdeauducq [Wed, 31 Oct 2012 14:59:12 +0000 (15:59 +0100)]
pytholite: visit AST and list registers

11 years agopytholite: transformable elements
Sebastien Bourdeauducq [Mon, 29 Oct 2012 17:13:03 +0000 (18:13 +0100)]
pytholite: transformable elements

11 years agobank/description: regprefix
Sebastien Bourdeauducq [Mon, 15 Oct 2012 19:21:59 +0000 (21:21 +0200)]
bank/description: regprefix

11 years agoactorlib/spi: typo
Sebastien Bourdeauducq [Mon, 15 Oct 2012 19:21:42 +0000 (21:21 +0200)]
actorlib/spi: typo

11 years agotransform/unroll_sync: autodetect in/out
Sebastien Bourdeauducq [Mon, 15 Oct 2012 18:32:07 +0000 (20:32 +0200)]
transform/unroll_sync: autodetect in/out

11 years agotransform/unroll_sync: support generator function
Sebastien Bourdeauducq [Mon, 15 Oct 2012 17:42:30 +0000 (19:42 +0200)]
transform/unroll_sync: support generator function

11 years agotransform/unroll: support empty dictionaries
Sebastien Bourdeauducq [Fri, 12 Oct 2012 19:54:48 +0000 (21:54 +0200)]
transform/unroll: support empty dictionaries

11 years agotransform/unroll: support for variables
Sebastien Bourdeauducq [Fri, 12 Oct 2012 17:54:03 +0000 (19:54 +0200)]
transform/unroll: support for variables

11 years agotransform: unroll
Sebastien Bourdeauducq [Fri, 12 Oct 2012 11:16:39 +0000 (13:16 +0200)]
transform: unroll

11 years agoactorlib/spi: SingleGenerator
Sebastien Bourdeauducq [Tue, 9 Oct 2012 19:11:15 +0000 (21:11 +0200)]
actorlib/spi: SingleGenerator

11 years agoactorlib/spi/collector: atomic update for write_count
Sebastien Bourdeauducq [Tue, 9 Oct 2012 17:08:09 +0000 (19:08 +0200)]
actorlib/spi/collector: atomic update for write_count

11 years agobank: remove RE signal for field registers
Sebastien Bourdeauducq [Tue, 9 Oct 2012 17:07:53 +0000 (19:07 +0200)]
bank: remove RE signal for field registers

11 years agobank: support for atomic writes
Sebastien Bourdeauducq [Mon, 8 Oct 2012 16:43:18 +0000 (18:43 +0200)]
bank: support for atomic writes

11 years agoactorlib/spi: fix memory port we/wd
Sebastien Bourdeauducq [Thu, 4 Oct 2012 18:10:24 +0000 (20:10 +0200)]
actorlib/spi: fix memory port we/wd

11 years agoflow/actorlib: Simple Processor Interface (WIP)
Sebastien Bourdeauducq [Thu, 4 Oct 2012 16:22:22 +0000 (18:22 +0200)]
flow/actorlib: Simple Processor Interface (WIP)

11 years agofhdl: fix instance get_io
Sebastien Bourdeauducq [Fri, 28 Sep 2012 16:02:03 +0000 (18:02 +0200)]
fhdl: fix instance get_io

11 years agofhdl: support expressions in instance ports
Sebastien Bourdeauducq [Sat, 22 Sep 2012 18:51:10 +0000 (20:51 +0200)]
fhdl: support expressions in instance ports

11 years agofhdl: support inverted clock ports in instances
Sebastien Bourdeauducq [Sat, 22 Sep 2012 18:50:49 +0000 (20:50 +0200)]
fhdl: support inverted clock ports in instances

11 years agofhdl/verilog: sort clock domains by name
Sebastien Bourdeauducq [Tue, 11 Sep 2012 08:00:03 +0000 (10:00 +0200)]
fhdl/verilog: sort clock domains by name

11 years agofhdl: list signals in execution order
Sebastien Bourdeauducq [Tue, 11 Sep 2012 07:59:37 +0000 (09:59 +0200)]
fhdl: list signals in execution order

11 years agoMerge branch 'master' of github.com:milkymist/migen
Sebastien Bourdeauducq [Mon, 10 Sep 2012 22:09:11 +0000 (00:09 +0200)]
Merge branch 'master' of github.com:milkymist/migen

11 years agoexamples: demonstrate multi-clock support
Sebastien Bourdeauducq [Mon, 10 Sep 2012 21:46:19 +0000 (23:46 +0200)]
examples: demonstrate multi-clock support

11 years agoexamples: update LM32 instance
Sebastien Bourdeauducq [Mon, 10 Sep 2012 21:45:27 +0000 (23:45 +0200)]
examples: update LM32 instance

11 years agoMulti-clock design support + new instance API
Sebastien Bourdeauducq [Mon, 10 Sep 2012 21:45:02 +0000 (23:45 +0200)]
Multi-clock design support + new instance API

11 years agosetup.py: cosmetic
Sebastien Bourdeauducq [Sun, 9 Sep 2012 17:56:04 +0000 (19:56 +0200)]
setup.py: cosmetic

11 years agoMerge pull request #3 from brandonhamilton/upstream
Sébastien Bourdeauducq [Sun, 9 Sep 2012 17:52:52 +0000 (10:52 -0700)]
Merge pull request #3 from brandonhamilton/upstream

Optionally accept iverilog simulator options

11 years agoexamples: new namer
Sebastien Bourdeauducq [Sun, 9 Sep 2012 17:34:46 +0000 (19:34 +0200)]
examples: new namer

11 years agofhdl/namer: better handling of indices
Sebastien Bourdeauducq [Sun, 9 Sep 2012 17:33:55 +0000 (19:33 +0200)]
fhdl/namer: better handling of indices

11 years agofhdl/tracer: support BUILD_LIST opcode
Sebastien Bourdeauducq [Sun, 9 Sep 2012 16:53:24 +0000 (18:53 +0200)]
fhdl/tracer: support BUILD_LIST opcode

11 years agofhdl/namer: use execution order indices for variable names as well
Sebastien Bourdeauducq [Sun, 9 Sep 2012 15:31:35 +0000 (17:31 +0200)]
fhdl/namer: use execution order indices for variable names as well

11 years agofhdl/namer: number objects according to execution order
Sebastien Bourdeauducq [Sun, 9 Sep 2012 10:27:32 +0000 (12:27 +0200)]
fhdl/namer: number objects according to execution order

11 years agofhdl/namer: simplify + more relevant names
Sebastien Bourdeauducq [Sat, 8 Sep 2012 23:26:33 +0000 (01:26 +0200)]
fhdl/namer: simplify + more relevant names

11 years agobus/csr: configurable data width
Sebastien Bourdeauducq [Sun, 26 Aug 2012 19:19:34 +0000 (21:19 +0200)]
bus/csr: configurable data width

12 years agodoc: ASMI reader
Sebastien Bourdeauducq [Sun, 12 Aug 2012 16:04:29 +0000 (18:04 +0200)]
doc: ASMI reader

12 years agodoc: IntSequence
Sebastien Bourdeauducq [Sun, 12 Aug 2012 15:55:29 +0000 (17:55 +0200)]
doc: IntSequence

12 years agodoc: framebuffer example
Sebastien Bourdeauducq [Wed, 8 Aug 2012 15:30:18 +0000 (17:30 +0200)]
doc: framebuffer example

12 years agodoc: arrays
Sebastien Bourdeauducq [Mon, 6 Aug 2012 17:12:33 +0000 (19:12 +0200)]
doc: arrays

12 years agosim: ensure clean IPC shutdown
Sebastien Bourdeauducq [Sat, 4 Aug 2012 22:16:11 +0000 (00:16 +0200)]
sim: ensure clean IPC shutdown

12 years agoflow/isd: add freeze register
Sebastien Bourdeauducq [Sat, 4 Aug 2012 21:39:52 +0000 (23:39 +0200)]
flow/isd: add freeze register

12 years agoflow/network: remove print
Sebastien Bourdeauducq [Fri, 3 Aug 2012 16:50:57 +0000 (18:50 +0200)]
flow/network: remove print

12 years agoflow/network: option to add debugger
Sebastien Bourdeauducq [Fri, 3 Aug 2012 16:49:35 +0000 (18:49 +0200)]
flow/network: option to add debugger

12 years agoflow: in-system debugger module
Sebastien Bourdeauducq [Fri, 3 Aug 2012 16:49:04 +0000 (18:49 +0200)]
flow: in-system debugger module

12 years agoflow/hooks/DFGHook: add iterator on hooks
Sebastien Bourdeauducq [Fri, 3 Aug 2012 16:48:35 +0000 (18:48 +0200)]
flow/hooks/DFGHook: add iterator on hooks

12 years agoflow: EndpointHook -> EndpointSimHook
Sebastien Bourdeauducq [Fri, 3 Aug 2012 10:58:41 +0000 (12:58 +0200)]
flow: EndpointHook -> EndpointSimHook

12 years agocorelogic/ReorderBuffer: do not touch empty count when issuing and reading at the...
Sebastien Bourdeauducq [Fri, 13 Jul 2012 18:21:04 +0000 (20:21 +0200)]
corelogic/ReorderBuffer: do not touch empty count when issuing and reading at the same time

12 years agox.bv.width -> len(x)
Sebastien Bourdeauducq [Fri, 13 Jul 2012 16:32:54 +0000 (18:32 +0200)]
x.bv.width -> len(x)

12 years agofhdl: len() for Constant
Sebastien Bourdeauducq [Fri, 13 Jul 2012 16:16:50 +0000 (18:16 +0200)]
fhdl: len() for Constant

12 years agocorelogic/misc: remove multimux
Sebastien Bourdeauducq [Fri, 13 Jul 2012 16:05:57 +0000 (18:05 +0200)]
corelogic/misc: remove multimux

12 years agofhdl: fix value_bv for operators
Sebastien Bourdeauducq [Fri, 13 Jul 2012 15:40:49 +0000 (17:40 +0200)]
fhdl: fix value_bv for operators

12 years agobus/wishbone: remove use of deprecated multimux
Sebastien Bourdeauducq [Fri, 13 Jul 2012 15:17:20 +0000 (17:17 +0200)]
bus/wishbone: remove use of deprecated multimux

12 years agofhdl: remove _StatementList
Sebastien Bourdeauducq [Fri, 13 Jul 2012 15:07:56 +0000 (17:07 +0200)]
fhdl: remove _StatementList

12 years agoexamples/dataflow/dma: test OOO ASMI reader
Sebastien Bourdeauducq [Thu, 12 Jul 2012 17:45:12 +0000 (19:45 +0200)]
examples/dataflow/dma: test OOO ASMI reader

12 years agobus/asmibus: fix per-port tag generation
Sebastien Bourdeauducq [Thu, 12 Jul 2012 17:37:50 +0000 (19:37 +0200)]
bus/asmibus: fix per-port tag generation

12 years agoactorlib/dma_asmi: out-of-order reader and class factory
Sebastien Bourdeauducq [Thu, 12 Jul 2012 16:34:13 +0000 (18:34 +0200)]
actorlib/dma_asmi: out-of-order reader and class factory

12 years agocorelogic: reorder buffer (untested)
Sebastien Bourdeauducq [Thu, 12 Jul 2012 16:33:28 +0000 (18:33 +0200)]
corelogic: reorder buffer (untested)

12 years agofhdl/arrays: use correct BV for intermediate signals
Sebastien Bourdeauducq [Wed, 11 Jul 2012 10:06:32 +0000 (12:06 +0200)]
fhdl/arrays: use correct BV for intermediate signals

12 years agofhdl: arrays (TODO: use correct BV for intermediate signals)
Sebastien Bourdeauducq [Mon, 9 Jul 2012 13:16:38 +0000 (15:16 +0200)]
fhdl: arrays (TODO: use correct BV for intermediate signals)

12 years agobus: CSR initiator
Sebastien Bourdeauducq [Sat, 7 Jul 2012 20:36:15 +0000 (22:36 +0200)]
bus: CSR initiator

12 years agoactorlib/misc/IntSequence: add offset feature
Sebastien Bourdeauducq [Fri, 6 Jul 2012 22:10:23 +0000 (00:10 +0200)]
actorlib/misc/IntSequence: add offset feature

12 years agoflow/perftools: refactor to use hooks
Sebastien Bourdeauducq [Fri, 6 Jul 2012 21:36:23 +0000 (23:36 +0200)]
flow/perftools: refactor to use hooks

12 years agoflow: hooks
Sebastien Bourdeauducq [Fri, 6 Jul 2012 21:36:10 +0000 (23:36 +0200)]
flow: hooks

12 years agoactorlib/structuring/Cast: rawbits parameter
Sebastien Bourdeauducq [Fri, 29 Jun 2012 14:10:50 +0000 (16:10 +0200)]
actorlib/structuring/Cast: rawbits parameter

12 years agodoc: interrupt controllers
Sebastien Bourdeauducq [Thu, 28 Jun 2012 14:02:09 +0000 (16:02 +0200)]
doc: interrupt controllers

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