aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-06-14 13:42:19 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-06-14 13:42:19 +0200
commit478179fd21ec7147208f071260b887e866b3a5c9 (patch)
tree4341c27a4e9a584cc041b044bf273fbce8da8a7e /README.md
Adding toggle design including testbench and Makefile to run simulation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2c0d35
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+toggle
+======
+## Introduction ##
+
+This repo contains a simple deign that toggles an ouput pin. The toggle
+is in sync with the given sys_clk, but the toggle circuit divides down
+the clock. The divisor is build time defined.
+
+The design is used in the Cryptech FPGA design to observe internal
+clock frequencies.
+
+
+## Status ##
+Has been simulated with Icarus Verilog.