cambridgehackers / xbsv

connectal (formerly called xbsv) contains a utility to generate bit files for Xilinx Zynq devices from BSV programs.
8 stars 12 forks source link

Specify HW/SW Request and Indication interfaces on the command line #5

Closed jameyhicks closed 10 years ago

jameyhicks commented 10 years ago

In order to eliminate some horrible hacks, let's specify the hardware's request and indication interfaces on the command line.

Also, specify the top module of the hardware on the command line. The top module shall implement an interface that includes the specified request interfaces and shall take interface parameters for each of the indication interfaces.

jameyhicks commented 10 years ago

As part of this change, each interface will be allocated its own /dev/fpga device and its own file descriptor when used.