aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-08-28 13:06:27 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-08-28 13:06:27 +0200
commitbb03cc0bdc9f05bdc6c861ed5d725c6a0970ae5d (patch)
treedc0e51465e823bb19d571c83389a2ae1c89511fe /README.md
parent0e7de630d80ad112bbb430434b6a5830d357d3d6 (diff)
Connected the pipeline regs for t1 and t2 in the stat update logic. Verified functionality. Updated README after test implementation. The design now meets 100 MHz clock in Artix7 with speed grade -1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 79f17f5..1790058 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,19 @@ Implementation results using Altera Quartus-II 13.1.
- 66 cycles latency
+### Xilinx Artix-7 FPGAs ###
+Implementation results using Xilinx ISE 14.7
+This implementation includes pipeline regsisters.
+
+- xc7a200t-1fbg484
+- 2229 Slice LUTs
+- 775 Slices
+- 1935 registers
+- 101 MHz
+- 130 cycles latency
+
+
+
## TODO ##
- Extensive verification in physical device.
- Complete documentation.