diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-19 18:10:40 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-19 18:10:40 -0700 |
commit | 814b06dff3ffccdf7d8f80fcb93d21d740612804 (patch) | |
tree | 389e4177ed544a5bc4697f5e2d4ff6a5d43d5479 /usrp2/top/u2plus/u2plus.v | |
parent | 8e9d08ea7aece54fca7ba6c4898614891440ab71 (diff) | |
download | uhd-814b06dff3ffccdf7d8f80fcb93d21d740612804.tar.gz uhd-814b06dff3ffccdf7d8f80fcb93d21d740612804.tar.bz2 uhd-814b06dff3ffccdf7d8f80fcb93d21d740612804.zip |
pushbutton now goes into interrupt controller, can be read from software. Normally high, goes low when pushed
Diffstat (limited to 'usrp2/top/u2plus/u2plus.v')
-rw-r--r-- | usrp2/top/u2plus/u2plus.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/top/u2plus/u2plus.v b/usrp2/top/u2plus/u2plus.v index ac0f6bbd1..1feed1314 100644 --- a/usrp2/top/u2plus/u2plus.v +++ b/usrp2/top/u2plus/u2plus.v @@ -369,6 +369,7 @@ module u2plus .uart_baud_o (), .sim_mode (1'b0), .clock_divider (2), + .button (FPGA_RESET), .spiflash_cs (flash_cs), .spiflash_clk (flash_clk), .spiflash_miso (flash_miso), |