Sebastien Bourdeauducq [Sat, 16 Jun 2012 17:23:59 +0000 (19:23 +0200)]
examples/flow/arithmetic: simulate
Sebastien Bourdeauducq [Sat, 16 Jun 2012 15:30:54 +0000 (17:30 +0200)]
flow: insert combinators and infer plumbing layout
Sebastien Bourdeauducq [Fri, 15 Jun 2012 15:52:19 +0000 (17:52 +0200)]
Abstract actor graphs
Sebastien Bourdeauducq [Tue, 12 Jun 2012 19:04:47 +0000 (21:04 +0200)]
actorlib: ASMI sequential reader
Sebastien Bourdeauducq [Tue, 12 Jun 2012 17:55:57 +0000 (19:55 +0200)]
examples/dataflow/dma: refactor
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:52:08 +0000 (17:52 +0200)]
fix SimActor get_fragment
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:49:50 +0000 (17:49 +0200)]
Reorganize examples folder
Sebastien Bourdeauducq [Tue, 12 Jun 2012 15:08:56 +0000 (17:08 +0200)]
PureSimulable
Sebastien Bourdeauducq [Tue, 12 Jun 2012 14:57:00 +0000 (16:57 +0200)]
ASMI simulation models
Sebastien Bourdeauducq [Sun, 10 Jun 2012 15:05:10 +0000 (17:05 +0200)]
wishbone: base TargetModel class
Sebastien Bourdeauducq [Sun, 10 Jun 2012 14:40:33 +0000 (16:40 +0200)]
bus/wishbone: target model
Sebastien Bourdeauducq [Sun, 10 Jun 2012 10:46:24 +0000 (12:46 +0200)]
bus/wishbone/Tap: remove ack feature
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:54:04 +0000 (22:54 +0200)]
examples/dataflow: only import nx when needed
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:49:49 +0000 (22:49 +0200)]
flow/network: refactor graph
Sebastien Bourdeauducq [Fri, 8 Jun 2012 20:48:47 +0000 (22:48 +0200)]
flow/ala: fix typo
Sebastien Bourdeauducq [Fri, 8 Jun 2012 19:31:57 +0000 (21:31 +0200)]
actorlib: WB writer simulation OK
Sebastien Bourdeauducq [Fri, 8 Jun 2012 19:31:05 +0000 (21:31 +0200)]
actorlib: WB reader simulation OK
Sebastien Bourdeauducq [Fri, 8 Jun 2012 16:06:12 +0000 (18:06 +0200)]
Use super() instead of calling parent constructors directly
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:56:52 +0000 (17:56 +0200)]
actorlib/sim: use set instead of list to represent active transactions
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:54:03 +0000 (17:54 +0200)]
actorlib: generator-based generic simulation actor
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:52:32 +0000 (17:52 +0200)]
sim: multiread/multiwrite
Sebastien Bourdeauducq [Fri, 8 Jun 2012 15:49:31 +0000 (17:49 +0200)]
corelogic/record: better repr
Sebastien Bourdeauducq [Fri, 8 Jun 2012 12:00:49 +0000 (14:00 +0200)]
examples/fir: print Verilog source
Sebastien Bourdeauducq [Thu, 7 Jun 2012 21:20:59 +0000 (23:20 +0200)]
examples/fir: plot input and output signals
Sebastien Bourdeauducq [Thu, 7 Jun 2012 16:24:33 +0000 (18:24 +0200)]
flow: generic parameter passing to Actor from sequential/pipelined
Sebastien Bourdeauducq [Thu, 7 Jun 2012 13:48:35 +0000 (15:48 +0200)]
flow: fix actor repr
Sebastien Bourdeauducq [Thu, 7 Jun 2012 12:44:43 +0000 (14:44 +0200)]
flow: refactor scheduling models
Sebastien Bourdeauducq [Mon, 4 Jun 2012 17:45:13 +0000 (19:45 +0200)]
software/libbase: qsort
Sebastien Bourdeauducq [Mon, 4 Jun 2012 17:41:49 +0000 (19:41 +0200)]
base/stdlib.h: abs/labs
Sebastien Bourdeauducq [Mon, 4 Jun 2012 17:41:41 +0000 (19:41 +0200)]
software/base/limits.h: add some more
Sebastien Bourdeauducq [Sun, 3 Jun 2012 20:20:50 +0000 (22:20 +0200)]
m1nor, FJMEM and UrJTAG clarifications
Sebastien Bourdeauducq [Sun, 3 Jun 2012 20:17:34 +0000 (22:17 +0200)]
README: software instructions
Sebastien Bourdeauducq [Sun, 3 Jun 2012 19:32:36 +0000 (21:32 +0200)]
software/libbase: add fseek+ftell decls
Sebastien Bourdeauducq [Sat, 2 Jun 2012 21:44:57 +0000 (23:44 +0200)]
software/include/hw: add flash offset for filesystem
Sebastien Bourdeauducq [Sat, 2 Jun 2012 15:12:37 +0000 (17:12 +0200)]
software: stdarg.h: cleanup and add va_copy
Sebastien Bourdeauducq [Fri, 1 Jun 2012 22:16:38 +0000 (00:16 +0200)]
software/libbase: uintptr_t
Sebastien Bourdeauducq [Thu, 31 May 2012 19:03:52 +0000 (21:03 +0200)]
software/libbase: add strcat strncat
Sebastien Bourdeauducq [Thu, 31 May 2012 18:17:33 +0000 (20:17 +0200)]
software: more flexible compilation target
Sebastien Bourdeauducq [Thu, 31 May 2012 18:17:02 +0000 (20:17 +0200)]
software: use new Clang target name
Sebastien Bourdeauducq [Thu, 31 May 2012 18:16:24 +0000 (20:16 +0200)]
software/libbase: add some more types
Sebastien Bourdeauducq [Thu, 31 May 2012 18:16:05 +0000 (20:16 +0200)]
Remove compiler-rt config
Sebastien Bourdeauducq [Thu, 31 May 2012 14:30:30 +0000 (16:30 +0200)]
software: merge flash.h into mem.h
Sebastien Bourdeauducq [Tue, 29 May 2012 14:40:04 +0000 (16:40 +0200)]
software: platform configuration file for compiler-rt
Sebastien Bourdeauducq [Tue, 29 May 2012 14:39:47 +0000 (16:39 +0200)]
software/common.mak: use clang + lm32-elf binutils only
Sebastien Bourdeauducq [Mon, 28 May 2012 19:18:25 +0000 (21:18 +0200)]
software/libbase/vsnprintf: treat %g as %f (temporary hack)
Sebastien Bourdeauducq [Mon, 28 May 2012 17:48:20 +0000 (19:48 +0200)]
software/libbase: remove fabsf
Sebastien Bourdeauducq [Mon, 28 May 2012 17:48:11 +0000 (19:48 +0200)]
software/libbase: add strerror
Sebastien Bourdeauducq [Mon, 28 May 2012 17:41:31 +0000 (19:41 +0200)]
software/libbase: use compiler-rt
Sebastien Bourdeauducq [Mon, 28 May 2012 17:32:38 +0000 (19:32 +0200)]
software/libbase: fix stupid mistake in limits.h
Sebastien Bourdeauducq [Mon, 28 May 2012 15:20:06 +0000 (17:20 +0200)]
software/libbase: malloc family decl in stdlib
Sebastien Bourdeauducq [Mon, 28 May 2012 15:17:13 +0000 (17:17 +0200)]
software/libbase: more file decls in stdio
Sebastien Bourdeauducq [Sun, 27 May 2012 14:06:23 +0000 (16:06 +0200)]
software/libbase: memcpy: same with 2 alignment
Sebastien Bourdeauducq [Sun, 27 May 2012 14:05:04 +0000 (16:05 +0200)]
software/libbase: __floatunsisf/__floatunsidf
Sebastien Bourdeauducq [Sun, 27 May 2012 13:45:45 +0000 (15:45 +0200)]
software/libbase: fix memcpy handling of buffers with differing alignments
Sebastien Bourdeauducq [Fri, 25 May 2012 21:26:43 +0000 (23:26 +0200)]
software: more string functions
Sebastien Bourdeauducq [Fri, 25 May 2012 21:26:17 +0000 (23:26 +0200)]
software/libbase: strtod
Sebastien Bourdeauducq [Fri, 25 May 2012 21:24:53 +0000 (23:24 +0200)]
software/libbase: errno
Sebastien Bourdeauducq [Fri, 25 May 2012 20:50:30 +0000 (22:50 +0200)]
software/libbase: provide getenv declaration
Sebastien Bourdeauducq [Fri, 25 May 2012 20:45:28 +0000 (22:45 +0200)]
software/libbase: provide file I/O declaration
Sebastien Bourdeauducq [Fri, 25 May 2012 20:30:17 +0000 (22:30 +0200)]
software/libbase: stddef.h
Sebastien Bourdeauducq [Fri, 25 May 2012 20:29:37 +0000 (22:29 +0200)]
software/libbase: improve limits.h
Sebastien Bourdeauducq [Fri, 25 May 2012 20:29:15 +0000 (22:29 +0200)]
software/common.mak: support changing source directory
Sebastien Bourdeauducq [Fri, 25 May 2012 20:28:38 +0000 (22:28 +0200)]
libbase: setjmp/longjmp
Sebastien Bourdeauducq [Fri, 25 May 2012 16:57:23 +0000 (18:57 +0200)]
software/libbase: srand and RAND_MAX
Sebastien Bourdeauducq [Fri, 25 May 2012 15:20:04 +0000 (17:20 +0200)]
software: cleanup CFLAGS
Sebastien Bourdeauducq [Thu, 24 May 2012 21:47:56 +0000 (23:47 +0200)]
software/libbase: now that we have double precision, printf hack no longer needed
Sebastien Bourdeauducq [Thu, 24 May 2012 21:47:32 +0000 (23:47 +0200)]
software/libbase: double precision FP glue
Sebastien Bourdeauducq [Thu, 24 May 2012 21:25:59 +0000 (23:25 +0200)]
software/libbase: fix softfloat compilation warnings
Sebastien Bourdeauducq [Thu, 24 May 2012 21:21:18 +0000 (23:21 +0200)]
software/libbase: upgrade softfloat to version 2b + add support for more precision
Sebastien Bourdeauducq [Thu, 24 May 2012 17:22:27 +0000 (19:22 +0200)]
Remove some boilerplate
Sebastien Bourdeauducq [Thu, 24 May 2012 17:04:30 +0000 (19:04 +0200)]
README: update build command
Sebastien Bourdeauducq [Thu, 24 May 2012 17:02:59 +0000 (19:02 +0200)]
software: include.mak -> common.mak
Sebastien Bourdeauducq [Thu, 24 May 2012 17:01:47 +0000 (19:01 +0200)]
software: merge libextra into libbase
Sebastien Bourdeauducq [Thu, 24 May 2012 16:51:27 +0000 (18:51 +0200)]
software/libextra: remove blockdev + fatfs
Sebastien Bourdeauducq [Tue, 22 May 2012 11:23:44 +0000 (13:23 +0200)]
Clock frequency detection
Sebastien Bourdeauducq [Mon, 21 May 2012 20:57:12 +0000 (22:57 +0200)]
bios: serial, network and flash boot support
Sebastien Bourdeauducq [Mon, 21 May 2012 20:56:41 +0000 (22:56 +0200)]
minimac: add tx start register
Sebastien Bourdeauducq [Mon, 21 May 2012 20:56:21 +0000 (22:56 +0200)]
bios: timer support
Sebastien Bourdeauducq [Mon, 21 May 2012 20:55:45 +0000 (22:55 +0200)]
bios/ddrinit: use new padding scheme for address register
Sebastien Bourdeauducq [Mon, 21 May 2012 20:55:23 +0000 (22:55 +0200)]
bank/description: pad unaligned multi-word registers at the top
Sebastien Bourdeauducq [Mon, 21 May 2012 20:01:57 +0000 (22:01 +0200)]
tools/mkmmimg: remove LZMA option
Sebastien Bourdeauducq [Mon, 21 May 2012 18:01:21 +0000 (20:01 +0200)]
libbase: unmask UART interrupt correctly
Sebastien Bourdeauducq [Mon, 21 May 2012 17:56:23 +0000 (19:56 +0200)]
Add LICENSE file
Sebastien Bourdeauducq [Mon, 21 May 2012 17:52:41 +0000 (19:52 +0200)]
Common interrupt numbers
Sebastien Bourdeauducq [Mon, 21 May 2012 17:46:04 +0000 (19:46 +0200)]
Add timer
Sebastien Bourdeauducq [Sun, 20 May 2012 21:48:41 +0000 (23:48 +0200)]
Connect Ethernet IRQ
Sebastien Bourdeauducq [Sat, 19 May 2012 22:30:03 +0000 (00:30 +0200)]
Add Ethernet MAC
Sebastien Bourdeauducq [Wed, 16 May 2012 23:42:08 +0000 (01:42 +0200)]
Update gitignore
Sebastien Bourdeauducq [Wed, 16 May 2012 23:41:41 +0000 (01:41 +0200)]
Identifier
Sebastien Bourdeauducq [Wed, 16 May 2012 08:36:46 +0000 (10:36 +0200)]
Get CSR base addresses from include file
Sebastien Bourdeauducq [Wed, 16 May 2012 08:20:04 +0000 (10:20 +0200)]
Common include files
Sebastien Bourdeauducq [Tue, 15 May 2012 17:29:26 +0000 (19:29 +0200)]
bios: automatically enable hardware memory controller and test memory
Sebastien Bourdeauducq [Tue, 15 May 2012 13:18:03 +0000 (15:18 +0200)]
bus/wishbone2asmi: fix cache tag size
Sebastien Bourdeauducq [Tue, 15 May 2012 12:41:54 +0000 (14:41 +0200)]
asmi: dat_wm high to disable data write
Sebastien Bourdeauducq [Tue, 15 May 2012 11:13:40 +0000 (13:13 +0200)]
asmicon/multiplexer: fix read tag delay
Sebastien Bourdeauducq [Mon, 14 May 2012 18:07:57 +0000 (20:07 +0200)]
bios: more DDR diagnostic functions
Sebastien Bourdeauducq [Tue, 1 May 2012 00:08:31 +0000 (19:08 -0500)]
tb/asmicon_wb: better access pattern
Sebastien Bourdeauducq [Mon, 30 Apr 2012 22:11:42 +0000 (17:11 -0500)]
bus/asmibus/hub: hack to prevent comb loops
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.
Sebastien Bourdeauducq [Mon, 30 Apr 2012 21:38:17 +0000 (16:38 -0500)]
sim: pass extra keyword arguments to Verilog converter