litex.git
9 years agohost/driver: simplify
Florent Kermarrec [Sun, 25 Jan 2015 15:13:06 +0000 (16:13 +0100)]
host/driver: simplify

9 years agosimplify code and use Sink/Source instead of records
Florent Kermarrec [Sun, 25 Jan 2015 12:41:09 +0000 (13:41 +0100)]
simplify code and use Sink/Source instead of records

9 years agohost: remove cpuif (we use the one from MiSoC) and some clean up
Florent Kermarrec [Fri, 23 Jan 2015 14:31:25 +0000 (15:31 +0100)]
host: remove cpuif (we use the one from MiSoC) and some clean up

9 years agosimplify LiteScopeLA export (use vns from platform on atexit)
Florent Kermarrec [Fri, 23 Jan 2015 08:04:22 +0000 (09:04 +0100)]
simplify LiteScopeLA export (use vns from platform on atexit)

9 years agoadd hack to generate verilog with AsyncResetSynchronizer (FIXME)
Florent Kermarrec [Fri, 23 Jan 2015 00:30:01 +0000 (01:30 +0100)]
add hack to generate verilog with AsyncResetSynchronizer (FIXME)

9 years agoadd missings __init__.py
Florent Kermarrec [Fri, 23 Jan 2015 00:14:35 +0000 (01:14 +0100)]
add missings __init__.py

9 years agofix README
Florent Kermarrec [Thu, 22 Jan 2015 23:56:44 +0000 (00:56 +0100)]
fix README

9 years agoadd LiteScopeLA example
Florent Kermarrec [Thu, 22 Jan 2015 23:31:57 +0000 (00:31 +0100)]
add LiteScopeLA example

9 years agoadd LiteScopeIO example
Florent Kermarrec [Thu, 22 Jan 2015 23:08:04 +0000 (00:08 +0100)]
add LiteScopeIO example

9 years agostart refactoring and change name to LiteScope
Florent Kermarrec [Thu, 22 Jan 2015 20:40:07 +0000 (21:40 +0100)]
start refactoring and change name to LiteScope

9 years agorevert submodules/specials/clock_domains syntax
Florent Kermarrec [Thu, 22 Jan 2015 12:12:18 +0000 (13:12 +0100)]
revert  submodules/specials/clock_domains syntax

9 years agodrivers: fix mask generation when using cond
Florent Kermarrec [Fri, 16 Jan 2015 22:50:33 +0000 (23:50 +0100)]
drivers: fix mask generation when using cond

9 years agosimplify UART2Wishbone and add timeout
Florent Kermarrec [Wed, 14 Jan 2015 15:23:20 +0000 (16:23 +0100)]
simplify UART2Wishbone and add timeout

9 years agouse new submodules/specials/clock_domains automatic collection
Florent Kermarrec [Mon, 12 Jan 2015 11:40:47 +0000 (12:40 +0100)]
use new submodules/specials/clock_domains automatic collection

9 years agohost/drivers: add possibility to pass cond dict to ease trigger pattern generation
Florent Kermarrec [Tue, 23 Dec 2014 19:53:05 +0000 (20:53 +0100)]
host/drivers: add possibility to pass cond dict to ease trigger pattern generation

9 years agoadd input pipe stage option
Florent Kermarrec [Tue, 28 Oct 2014 19:53:26 +0000 (20:53 +0100)]
add input pipe stage option

9 years agouse new direct access on endpoints
Florent Kermarrec [Thu, 16 Oct 2014 15:42:24 +0000 (17:42 +0200)]
use new direct access on endpoints

9 years agouart2wishbone: fix missing payload.d
Florent Kermarrec [Thu, 16 Oct 2014 07:37:43 +0000 (09:37 +0200)]
uart2wishbone: fix missing payload.d

9 years agouart2wishbone: always use payload.d and not .d
Florent Kermarrec [Wed, 15 Oct 2014 10:13:22 +0000 (12:13 +0200)]
uart2wishbone: always use payload.d and not .d

9 years agofill __init__.py to simplify imports
Florent Kermarrec [Fri, 10 Oct 2014 14:57:18 +0000 (16:57 +0200)]
fill __init__.py to simplify imports

9 years agomila: simplify usage
Florent Kermarrec [Fri, 10 Oct 2014 13:32:36 +0000 (15:32 +0200)]
mila: simplify usage

9 years agouart2wishbone: share UARTRX and UARTTX with MiSoC
Florent Kermarrec [Fri, 10 Oct 2014 13:15:58 +0000 (15:15 +0200)]
uart2wishbone: share UARTRX and UARTTX with MiSoC

9 years agomila: fixes when used without RLE
Florent Kermarrec [Mon, 6 Oct 2014 10:30:06 +0000 (12:30 +0200)]
mila: fixes when used without RLE

9 years agomila: add clk_domain support
Florent Kermarrec [Mon, 6 Oct 2014 08:24:21 +0000 (10:24 +0200)]
mila: add clk_domain support

an AsyncFIFO is inserted when clk_domain is not "sys" to enable capture from another clock domain.
sys_clk frequency need to be greater than clk_domain clock.

future possible improvement: automatic insertion of a converter when clk_domain frequency is
greater than sys_clk.

9 years agomila: simplify export
Florent Kermarrec [Wed, 1 Oct 2014 08:06:59 +0000 (10:06 +0200)]
mila: simplify export

9 years agodo some clean up
Florent Kermarrec [Wed, 24 Sep 2014 20:09:11 +0000 (22:09 +0200)]
do some clean up

9 years agouse new MiSoC UART with phase accumulators
Florent Kermarrec [Wed, 24 Sep 2014 19:56:15 +0000 (21:56 +0200)]
use new MiSoC UART with phase accumulators

this will allow to speed up MiLa reads

9 years agouse verilog namespace to export mila configuration
Florent Kermarrec [Sun, 3 Aug 2014 15:01:58 +0000 (17:01 +0200)]
use verilog namespace to export mila configuration

9 years agouart2wishbone: disconnect rx line from shared pads when bridge is selected
Florent Kermarrec [Sun, 3 Aug 2014 10:26:41 +0000 (12:26 +0200)]
uart2wishbone: disconnect rx line from shared pads when bridge is selected
(avoid CPU crash when we communicate with the bridge)

9 years agoclean up
Florent Kermarrec [Sun, 3 Aug 2014 06:38:37 +0000 (08:38 +0200)]
clean up

9 years agostorage: use SyncFIFOBuffered to implement fifo in block ram
Florent Kermarrec [Sat, 2 Aug 2014 17:12:03 +0000 (19:12 +0200)]
storage: use SyncFIFOBuffered to implement fifo in block ram

9 years agouse new MiSoC fifo (no flush signal)
Florent Kermarrec [Fri, 1 Aug 2014 08:36:15 +0000 (10:36 +0200)]
use new MiSoC fifo (no flush signal)

10 years agohost: add support for various csr_data width (8 & 32 tested, but should work with...
Florent Kermarrec [Thu, 26 Jun 2014 09:09:59 +0000 (11:09 +0200)]
host: add support for various csr_data width (8 & 32 tested, but should work with others)

10 years agofix bit inversion on CSV/PY exports
Florent Kermarrec [Sat, 21 Jun 2014 17:06:47 +0000 (19:06 +0200)]
fix bit inversion on CSV/PY exports

10 years agocreate dump class and specific export functions, add python dictionnary export
Florent Kermarrec [Thu, 19 Jun 2014 11:01:18 +0000 (13:01 +0200)]
create dump class and specific export functions, add python dictionnary export

10 years agohost: split read/export and add csv export
Florent Kermarrec [Tue, 17 Jun 2014 09:25:10 +0000 (11:25 +0200)]
host: split read/export and add csv export

10 years agouart2wishbone: add default baudrate
Florent Kermarrec [Thu, 5 Jun 2014 12:43:29 +0000 (14:43 +0200)]
uart2wishbone: add default baudrate

10 years agomila: add input pipe to ease timing
Florent Kermarrec [Sat, 24 May 2014 07:23:16 +0000 (09:23 +0200)]
mila: add input pipe to ease timing

10 years agodrivers: clean up / fixes
Florent Kermarrec [Thu, 22 May 2014 16:14:03 +0000 (18:14 +0200)]
drivers: clean up / fixes

10 years agostorage: simplify run length encoder...
Florent Kermarrec [Thu, 22 May 2014 16:13:27 +0000 (18:13 +0200)]
storage: simplify run length encoder...

10 years agofix uart selection when opening wishbone
Florent Kermarrec [Thu, 22 May 2014 14:11:32 +0000 (16:11 +0200)]
fix uart selection when opening wishbone

10 years agochange export format and simplify usage
Florent Kermarrec [Tue, 20 May 2014 11:16:24 +0000 (13:16 +0200)]
change export format and simplify usage

10 years agomove some functions in drivers and export layout in csv
Florent Kermarrec [Tue, 20 May 2014 09:36:10 +0000 (11:36 +0200)]
move some functions in drivers and export layout in csv

10 years agosimplify and clean up
Florent Kermarrec [Tue, 20 May 2014 07:02:35 +0000 (09:02 +0200)]
simplify and clean up

10 years agostorage: simplify recorder...
Florent Kermarrec [Tue, 13 May 2014 19:30:32 +0000 (21:30 +0200)]
storage: simplify recorder...

10 years agosim: fix tb_trigger_csr
Florent Kermarrec [Tue, 13 May 2014 15:45:15 +0000 (17:45 +0200)]
sim: fix tb_trigger_csr

10 years agoREADME: update and point to misoc-de0nano examples
Florent Kermarrec [Sun, 20 Apr 2014 22:31:02 +0000 (00:31 +0200)]
README: update and point to misoc-de0nano examples

10 years agodrivers: add genericity & prog_range_detector, prog_edge_detector methods
Florent Kermarrec [Sun, 20 Apr 2014 22:17:23 +0000 (00:17 +0200)]
drivers: add genericity & prog_range_detector, prog_edge_detector methods

10 years agorefactor code
Florent Kermarrec [Fri, 18 Apr 2014 08:33:05 +0000 (10:33 +0200)]
refactor code

10 years agouart2csr: add pads parameter
Florent Kermarrec [Wed, 25 Sep 2013 13:07:23 +0000 (15:07 +0200)]
uart2csr: add pads parameter

10 years agomila: test rle
Florent Kermarrec [Sun, 22 Sep 2013 16:41:44 +0000 (18:41 +0200)]
mila: test rle

10 years agomila: symplify usage
Florent Kermarrec [Sun, 22 Sep 2013 11:28:12 +0000 (13:28 +0200)]
mila: symplify usage

10 years agouse custom Records instead of Sink/Source (semms easier, but will be reverted if...
Florent Kermarrec [Sun, 22 Sep 2013 11:04:18 +0000 (13:04 +0200)]
use custom Records instead of Sink/Source (semms easier, but will be reverted if not)

10 years agostorage: add run length encoder
Florent Kermarrec [Sun, 22 Sep 2013 10:35:46 +0000 (12:35 +0200)]
storage: add run length encoder

10 years agotrigger: add range_detector / edge_detector
Florent Kermarrec [Sun, 22 Sep 2013 10:15:11 +0000 (12:15 +0200)]
trigger: add range_detector / edge_detector

10 years agomove trigger/recorder
Florent Kermarrec [Sun, 22 Sep 2013 09:45:30 +0000 (11:45 +0200)]
move trigger/recorder

10 years agocom: add lm32 uart2wb bridge
Florent Kermarrec [Sun, 22 Sep 2013 09:36:13 +0000 (11:36 +0200)]
com: add lm32 uart2wb bridge

10 years agoclean up/ simplify
Florent Kermarrec [Sun, 22 Sep 2013 09:35:02 +0000 (11:35 +0200)]
clean up/ simplify

10 years agorefactoring
Florent Kermarrec [Sat, 21 Sep 2013 11:04:07 +0000 (13:04 +0200)]
refactoring

11 years agouse new migen API
Florent Kermarrec [Sun, 16 Jun 2013 11:12:57 +0000 (13:12 +0200)]
use new migen API

11 years agosimplify signals connexion
Florent Kermarrec [Sun, 2 Jun 2013 13:15:47 +0000 (15:15 +0200)]
simplify signals connexion

11 years agoupdate README
Florent Kermarrec [Mon, 15 Apr 2013 14:26:49 +0000 (16:26 +0200)]
update README

11 years agoadapt to new CSR API
Florent Kermarrec [Sun, 14 Apr 2013 16:23:37 +0000 (18:23 +0200)]
adapt to new CSR API

11 years agoadd stb signal
Florent Kermarrec [Tue, 2 Apr 2013 19:13:21 +0000 (21:13 +0200)]
add stb signal

11 years agoadapt to mibuild & migen changes
Florent Kermarrec [Tue, 26 Mar 2013 21:14:25 +0000 (22:14 +0100)]
adapt to mibuild & migen changes

11 years agoadd Run Length Encoding
Florent Kermarrec [Sat, 23 Mar 2013 12:57:59 +0000 (13:57 +0100)]
add Run Length Encoding

11 years agoremove doc (to be re-written)
Florent Kermarrec [Sat, 23 Mar 2013 11:28:18 +0000 (12:28 +0100)]
remove doc (to be re-written)

11 years agosimplify recorder
Florent Kermarrec [Sat, 23 Mar 2013 11:26:22 +0000 (12:26 +0100)]
simplify recorder

11 years agoclean up
Florent Kermarrec [Fri, 22 Mar 2013 12:50:16 +0000 (13:50 +0100)]
clean up

11 years agoupdate driver api
Florent Kermarrec [Fri, 22 Mar 2013 11:35:12 +0000 (12:35 +0100)]
update driver api

11 years agoclean up/fixes
Florent Kermarrec [Thu, 21 Mar 2013 11:23:44 +0000 (12:23 +0100)]
clean up/fixes

11 years agofix uart2Csr and update miio example
Florent Kermarrec [Mon, 18 Mar 2013 22:57:51 +0000 (23:57 +0100)]
fix uart2Csr and update miio example

11 years agoupdate de0nano example/ remove de1 (wip)
Florent Kermarrec [Mon, 18 Mar 2013 22:03:52 +0000 (23:03 +0100)]
update de0nano example/ remove de1 (wip)

11 years agoAdd uart2csr
Florent Kermarrec [Mon, 18 Mar 2013 20:45:07 +0000 (21:45 +0100)]
Add uart2csr

11 years agoget_registers --> get_registers_glue since it's conflicting with new Migen register...
Florent Kermarrec [Mon, 11 Mar 2013 19:05:30 +0000 (20:05 +0100)]
get_registers --> get_registers_glue since it's conflicting with new Migen register automatic detection

11 years agoadapt to migen changes
Florent Kermarrec [Fri, 1 Mar 2013 00:09:00 +0000 (01:09 +0100)]
adapt to migen changes

11 years agouse mibuild for de1 example
Florent Kermarrec [Thu, 28 Feb 2013 22:11:41 +0000 (23:11 +0100)]
use mibuild for de1 example

11 years agouse mibuild for de0_nano example
Florent Kermarrec [Thu, 28 Feb 2013 21:40:35 +0000 (22:40 +0100)]
use mibuild for de0_nano example

11 years agocompiles but untested
Florent Kermarrec [Wed, 27 Feb 2013 23:32:42 +0000 (00:32 +0100)]
compiles but untested

11 years agodoc: update
Florent Kermarrec [Tue, 26 Feb 2013 22:41:22 +0000 (23:41 +0100)]
doc: update

11 years agosim: update
Florent Kermarrec [Tue, 26 Feb 2013 22:25:10 +0000 (23:25 +0100)]
sim: update

11 years agoexamples: use miscope.bridges
Florent Kermarrec [Tue, 26 Feb 2013 22:20:29 +0000 (23:20 +0100)]
examples: use miscope.bridges

11 years agomove spi2csr to briges/spi2csr
Florent Kermarrec [Tue, 26 Feb 2013 22:17:34 +0000 (23:17 +0100)]
move spi2csr to briges/spi2csr

11 years agoexamples: update & simplify
Florent Kermarrec [Tue, 26 Feb 2013 22:14:09 +0000 (23:14 +0100)]
examples: update & simplify

11 years agoexamples/../top: update
Florent Kermarrec [Tue, 26 Feb 2013 22:00:28 +0000 (23:00 +0100)]
examples/../top: update

11 years ago- reworking WIP
Florent Kermarrec [Fri, 22 Feb 2013 13:28:05 +0000 (14:28 +0100)]
- reworking WIP

11 years ago- fix timings.py
Florent Kermarrec [Sun, 27 Jan 2013 12:59:44 +0000 (13:59 +0100)]
- fix timings.py

11 years ago- update README...
Florent Kermarrec [Mon, 21 Jan 2013 21:40:36 +0000 (22:40 +0100)]
- update README...

11 years ago- update README
Florent Kermarrec [Mon, 21 Jan 2013 21:35:22 +0000 (22:35 +0100)]
- update README

11 years ago- Update README
Florent Kermarrec [Mon, 21 Jan 2013 21:20:44 +0000 (22:20 +0100)]
- Update README

11 years ago- Update README
Florent Kermarrec [Mon, 21 Jan 2013 21:20:44 +0000 (22:20 +0100)]
- Update README

11 years agoadapt migScope to Migen changes
Florent Kermarrec [Thu, 3 Jan 2013 21:57:26 +0000 (22:57 +0100)]
adapt migScope to Migen changes

11 years agostart MigLa Doc
Florent Kermarrec [Wed, 26 Sep 2012 21:05:38 +0000 (23:05 +0200)]
start MigLa Doc

11 years agoupdate schematics
Florent Kermarrec [Tue, 18 Sep 2012 21:09:21 +0000 (23:09 +0200)]
update schematics

11 years agoupdate doc
Florent Kermarrec [Tue, 18 Sep 2012 14:21:32 +0000 (16:21 +0200)]
update doc

11 years agoadd Setup.py / .gitignore
Florent Kermarrec [Mon, 17 Sep 2012 22:22:52 +0000 (00:22 +0200)]
add Setup.py / .gitignore
start documentation

11 years agoadd test_MigLa_1 example : csr access analyzing
Florent Kermarrec [Mon, 17 Sep 2012 18:15:35 +0000 (20:15 +0200)]
add test_MigLa_1 example : csr access analyzing

11 years ago-add mask on Term
Florent Kermarrec [Mon, 17 Sep 2012 16:37:23 +0000 (18:37 +0200)]
-add mask on Term

11 years agoimprove truthtable tool
Florent Kermarrec [Mon, 17 Sep 2012 15:27:50 +0000 (17:27 +0200)]
improve truthtable tool

11 years agonew MigLa Class, simplify & clean up
Florent Kermarrec [Mon, 17 Sep 2012 15:00:47 +0000 (17:00 +0200)]
new MigLa Class, simplify & clean up