From 1c4552e2624dda07769246168b211ed724e309ea Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 5 Jul 2003 20:22:18 +0000 Subject: [PATCH] PAD names are LOC strings, not simple numbers --- examples/sqrt-virtex.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sqrt-virtex.v b/examples/sqrt-virtex.v index 0deff1226..e17804517 100644 --- a/examples/sqrt-virtex.v +++ b/examples/sqrt-virtex.v @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: sqrt-virtex.v,v 1.2 2002/11/13 01:49:43 steve Exp $" + * $Id: sqrt-virtex.v,v 1.3 2003/07/05 20:22:18 steve Exp $" */ /* @@ -361,7 +361,7 @@ module chip_root(clk, rdy, reset, x, y); sqrt32 dut(.clk(clk_int), .reset(reset), .rdy(rdy), .x(x), .y(y)); /* Assign the clk to GCLK0, which is on pin P39. */ - $attribute(clk, "PAD", "39"); + $attribute(clk, "PAD", "P39"); // We don't care where the remaining pins go, so set the pin number // to 0. This tells the implementation tools that we want a PAD,