1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
Andreas Olofsson 846bfa3357 Fixing startup issues in transmit path:
-adding reset signals to synchronizer to solve startup issues
-setting config in test bench for speedup, default reg config now correct
-fix (my) stupid bug in etx_arbiter
-adding reset to fifo (todo: review this!)
-reviewing "all red" from waveforms is a must. Red (x) on data is ok, but leaving them on control signals is asking for trouble. Better safe than sorry when it comes to reset.
2015-04-15 16:33:20 -04:00
2015-04-14 23:56:59 -04:00
2015-04-14 14:00:23 -04:00
2015-04-14 14:00:23 -04:00
2015-04-11 00:12:57 -04:00
2015-01-28 13:53:09 -05:00
2015-04-14 14:00:23 -04:00
2015-03-24 20:44:03 -04:00

##DIRECTORY STRUCTURE

  • elink: Top level elink block
  • axi: Master and slave interface for elink
  • common: Various reusable blocks
  • eclock: Drives all clocks for elink and epiphany
  • ecfg: Configuration register file for the elink
  • gpio: GPIO block
  • i2c: I2C wrapper
  • etx: The elink transmitter logic
  • erx: The elink receiver logic
  • memory: Memory wrappers
  • emmu: Memory management unit
  • embox: Mailbox with interrupts

##DIRECTORY CONTENT Each block should be considered a reusabel entitity and include hdl source code as well as a basic test environment.

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%