fmc-trivial.txt 464 B

1234567891011121314151617
  1. fmc-trivial
  2. ===========
  3. The simple module fmc-trivial is just a simple client that registers an
  4. interrupt handler. I used it to verify the basic mechanism of the FMC
  5. bus and how interrupts worked.
  6. The module implements the generic FMC parameters, so it can program a
  7. different gateware file in each card. The whole list of parameters it
  8. accepts are:
  9. `busid='
  10. `gateware='
  11. Generic parameters. See mezzanine.txt
  12. This driver is worth reading, in my opinion.