|
Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Entities | |
| rtl | architecture |
Libraries | |
| ieee | |
| Using IEEE library. | |
Use Clauses | |
| std_logic_1164 | |
| Using IEEE standard logic components. | |
Ports | |
| clk_in | in std_logic |
| Clock. | |
| rst_in | in std_logic |
| Asynchronous reset. | |
| dat_wr_done_in | in std_logic |
| Device Write Done flag. | |
| dat_wr_reg_in | in std_logic_vector ( 31 DOWNTO 0 ) |
| Device Write Register value. | |
| dat_rd_reg_out | out std_logic_vector ( 31 DOWNTO 0 ) |
| Device Read Register value. | |
| gpio_bus_in | in std_logic_vector ( 31 DOWNTO 0 ) |
| GPIO inputs. | |
| gpio_bus_out | out std_logic_vector ( 31 DOWNTO 0 ) |
| GPIO outputs. | |
Definition at line 12 of file gpio_device.vhd.