diff options
Diffstat (limited to 'toplevel/mrfm/shifter.v')
-rw-r--r-- | toplevel/mrfm/shifter.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/mrfm/shifter.v b/toplevel/mrfm/shifter.v index 08d49db6e..dd4d4b527 100644 --- a/toplevel/mrfm/shifter.v +++ b/toplevel/mrfm/shifter.v @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA // module shifter(input wire [33:0] in, output wire [15:0] out, input wire [7:0] shift); |