1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
Ola Jeppsson a4e7ebe47b Add burst test
Add test for writes to same address. Apparently consecutive 64-bit
writes to the same address can turn into burst writes.

From:
https://github.com/parallella/oh/issues/37

Andreas:
> Remembered that we have a long forgotten mode in the epiphany chip elink
> (not impemented in the fpga elink) that creates bursts when you write
> doubles to the same address. (F**K!)
> So the writes were likely coming in as bursts.
> Looks like the mailbox works fine when you write in "int"s (I tested it on
> the board with consecutive)
> (see "mailbox_test" in elink/sw0)

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2016-01-20 11:59:23 +00:00
2016-01-17 21:26:34 -05:00
2016-01-19 13:26:42 -05:00
2016-01-19 14:07:04 -05:00
2016-01-11 17:35:53 -05:00
2016-01-20 11:59:23 +00:00
2016-01-11 17:35:53 -05:00
2016-01-19 16:06:38 -05:00
2016-01-13 15:30:15 -05:00
2016-01-19 16:01:15 -05:00
2015-11-06 11:25:05 -05:00
2016-01-10 16:45:16 -05:00
2015-07-05 23:30:55 +02:00
2015-11-06 11:32:53 -05:00
2015-11-06 11:25:05 -05:00
2016-01-19 13:40:46 -05:00

=======

OH!

An Open Hardware Library for Chip and FPGA designers written in Verilog

CONTENT

Spec Description
common Common utility HW modules and scripts
edma DMA module
emesh Epiphany emesh related circuits
elink Epiphany point to point LVDS link
emailbox Simple mailbox with interrupt output
emmu Simple memory transaction translation unit
etrace Simple logic analyzer
memory Various simple memory structures (RAM/FIFO)
xilibs Simulation modules for Xilinx primitives

LICENSE

The OH! repository source code is licensed under the MIT license unless otherwise specified. See LICENSE for MIT copyright terms. Design specific licenses can be found in the folder root (eg: aes/LICENSE)

CONTRIBUTING

Instructions for contributing can be found HERE.

RECOMMEND TOOLS

Description
No description provided
Readme MIT 43 MiB
Languages
Verilog 81.1%
Tcl 10.7%
C 5.6%
Shell 0.8%
Python 0.6%
Other 1.2%