diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-03 10:41:26 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-09-03 10:41:26 -0700 |
commit | 1543e32c2a1b483fdb6df295c7530a39c644bac9 (patch) | |
tree | 17908a78b1489be37e22842e952f329afebd2a9e | |
parent | 7ec2e186d3a43e90cf0a18267fb0db34b1f0fff7 (diff) | |
download | uhd-1543e32c2a1b483fdb6df295c7530a39c644bac9.tar.gz uhd-1543e32c2a1b483fdb6df295c7530a39c644bac9.tar.bz2 uhd-1543e32c2a1b483fdb6df295c7530a39c644bac9.zip |
set device to xc3s2000. Shouldn't make any differences.
-rw-r--r-- | coregen/coregen.cgp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coregen/coregen.cgp b/coregen/coregen.cgp index 1ee75a7b6..810d64dac 100644 --- a/coregen/coregen.cgp +++ b/coregen/coregen.cgp @@ -1,10 +1,10 @@ -# Date: Mon Feb 4 20:12:22 2008 +# Date: Thu Sep 3 17:40:48 2009 SET addpads = False SET asysymbol = False SET busformat = BusFormatAngleBracketNotRipped SET createndf = False SET designentry = Verilog -SET device = xc3s1500 +SET device = xc3s2000 SET devicefamily = spartan3 SET flowvendor = Other SET formalverification = False |