1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
Andreas Olofsson d275406aa6 Reset timing optimization
- holding rx in reset state until tx is done
- removing reset from all pipeline registers
- removing reset from oddr/iddr
- the idea is to keep things quiet not to block in lots of places. The only real block needed is in the FIFO to keep "noise" from propagating past the link. The link should be kept in a safe reset state until the rx fram is stable and the clock is running so that the pipe can be cleaned out.
2015-10-08 10:34:59 -04:00
2015-10-07 19:21:04 -04:00
2015-10-08 10:34:59 -04:00
2015-10-07 19:21:04 -04:00
2015-07-02 16:59:38 -04:00
2015-10-07 19:21:04 -04:00
2015-07-05 19:40:30 +02:00
2015-10-07 19:21:04 -04:00
2015-10-07 19:18:54 -04:00
2015-04-27 23:51:00 -04:00
2015-07-05 23:30:55 +02:00
2015-04-21 21:36:37 -04:00
2015-04-21 21:36:37 -04:00
2015-07-05 23:30:55 +02:00
2015-07-05 23:32:28 +02:00

=======

OH!

Open Hardware (Pure and Simple)

(work in progress...)

Building

git clone https://github.com/parallella/oh.git
cd oh
mkdir build
cd build
../configure
make elink
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%