diff options
author | bryan newbold <bnewbold@robocracy.org> | 2013-05-17 10:53:33 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2013-05-17 10:53:33 -0400 |
commit | c4c703a6fe742158f9e193eca03819d35be071b9 (patch) | |
tree | d93c3637ee1f2e02e02ccdb89d3b7c2585f20bfe /templates | |
parent | 9515e1cf6bed549a782fd4918f3974e365b98f78 (diff) | |
download | partmom-c4c703a6fe742158f9e193eca03819d35be071b9.tar.gz partmom-c4c703a6fe742158f9e193eca03819d35be071b9.zip |
add spartan3a, virtex6, virtex7 data
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 28d9400..55af3b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,9 @@ {% block content %} Part families: <ul> + <li><a href="xilinx/spartan3a">xilinx/spartan3a</a> + <li><a href="xilinx/virtex6">xilinx/virtex6</a> + <li><a href="xilinx/virtex7">xilinx/virtex7</a> <li><a href="xilinx/spartan6">xilinx/spartan6</a> <li><a href="xilinx/zynq7000">xilinx/zynq7000</a> <li><a href="xilinx/artix7">xilinx/artix7</a> |