From 81d3b7a25cd5b829b4f2f9fbea1d30a5c915758e Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 11 Mar 2016 23:14:55 +0000 Subject: [PATCH] Updated copyright notices. --- design_dump.cc | 2 +- emit.cc | 2 +- target.cc | 2 +- target.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/design_dump.cc b/design_dump.cc index d7eb4027b..44a9b8ddc 100644 --- a/design_dump.cc +++ b/design_dump.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2015 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/emit.cc b/emit.cc index adc582293..6a08431f8 100644 --- a/emit.cc +++ b/emit.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2013 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/target.cc b/target.cc index b268e5192..15cc27c5c 100644 --- a/target.cc +++ b/target.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2013 Stephen Williams + * Copyright (c) 1998-2016 Stephen Williams * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/target.h b/target.h index 39ddd7b8f..be39f7ca4 100644 --- a/target.h +++ b/target.h @@ -1,7 +1,7 @@ #ifndef IVL_target_H #define IVL_target_H /* - * Copyright (c) 1998-2014 Stephen Williams (steve@icarus.com) + * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -95,10 +95,10 @@ struct target_t { virtual void lpm_divide(const NetDivide*); virtual void lpm_modulo(const NetModulo*); virtual void lpm_ff(const NetFF*); + virtual void lpm_latch(const NetLatch*); virtual void lpm_mult(const NetMult*); virtual void lpm_mux(const NetMux*); virtual void lpm_pow(const NetPow*); - virtual void lpm_latch(const NetLatch*); virtual bool concat(const NetConcat*); virtual bool part_select(const NetPartSelect*);