blob: 7149c9f6cd8fb83bcacd8283bfa1099e51135f6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/*
* eim_peek_poke.c
* ---------------
* Read or write a 32-bit word via the EIM bus. This is mostly
* intended for use as part of the FPGA initialization sequence.
*
* Authors: Paul Selkirk, Rob Austein
* Copyright (c) 2015, NORDUnet A/S
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* - Redistributions of source code must retain the above copyright notice,
* thi
|