diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-14 19:14:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-14 19:14:46 -0700 |
commit | 108109e649397147ecf6f5d6b82bdb3d5b852539 (patch) | |
tree | f474cd8d19747e3a117820247cc8c5f5a4d0b013 /usrp2/gpmc/gpmc_to_fifo_async.v | |
parent | 204c591cd478958b4e2ddea4c61d3908d9520bbe (diff) | |
download | uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.tar.gz uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.tar.bz2 uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.zip |
more progress on synchronous interface
Diffstat (limited to 'usrp2/gpmc/gpmc_to_fifo_async.v')
-rw-r--r-- | usrp2/gpmc/gpmc_to_fifo_async.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/gpmc/gpmc_to_fifo_async.v b/usrp2/gpmc/gpmc_to_fifo_async.v index c47d69d7d..a8068022f 100644 --- a/usrp2/gpmc/gpmc_to_fifo_async.v +++ b/usrp2/gpmc/gpmc_to_fifo_async.v @@ -1,6 +1,6 @@ module gpmc_to_fifo_async - (input EM_CLK, input [15:0] EM_D, input [1:0] EM_NBE, + (input [15:0] EM_D, input [1:0] EM_NBE, input EM_NCS, input EM_NWE, input fifo_clk, input fifo_rst, |