aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..72f7b5c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+novena-fmc
+==========
+
+FMC interface arbiter for Novena's on-board Spartan-6 FPGA.
+
+This demo project has one 32-bit test register instead of core selection logic.
+
+Important things to note:
+
+ * Width of address bus is now parametrized (bridge board has 22 address lines),
+this way it will be easy to change it in the future (when time comes to
+configure Alpha for the first time).
+
+ * Clock manager no longer uses an IP core, instead of this clkmgr_dcm_new.v
+now directly instantiates DCM_SP primitive. Clock frequency can be changed by
+tweaking CLK_OUT_MUL and CLK_OUT_DIV parameters.