aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/u1e
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-05-04 12:31:57 -0700
committerMatt Ettus <matt@ettus.com>2010-05-04 12:31:57 -0700
commit71fd685d0b33d2d6d057d2b30a28d535cf2b2159 (patch)
tree091e6e97310a473cc2b9ca713cbdda7fb023dc69 /usrp2/top/u1e
parentc4698bb0a42b60dea924a83d18b27131a15958a2 (diff)
parent031becd1f05f0fbcab6a4f2be353292cd667a88f (diff)
downloaduhd-71fd685d0b33d2d6d057d2b30a28d535cf2b2159.tar.gz
uhd-71fd685d0b33d2d6d057d2b30a28d535cf2b2159.tar.bz2
uhd-71fd685d0b33d2d6d057d2b30a28d535cf2b2159.zip
Merge branch 'u1e' of ettus.sourcerepo.com:ettus/fpgapriv into u1e
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r--usrp2/top/u1e/Makefile1
-rw-r--r--usrp2/top/u1e/timing.ucf13
2 files changed, 14 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile
index 5f712b046..2aebb33f9 100644
--- a/usrp2/top/u1e/Makefile
+++ b/usrp2/top/u1e/Makefile
@@ -186,6 +186,7 @@ gpmc/fifo_watcher.v \
gpmc/gpmc_wb.v \
top/u1e/u1e_core.v \
top/u1e/u1e.ucf \
+top/u1e/timing.ucf \
top/u1e/u1e.v
##################################################
diff --git a/usrp2/top/u1e/timing.ucf b/usrp2/top/u1e/timing.ucf
new file mode 100644
index 000000000..8df28c9d3
--- /dev/null
+++ b/usrp2/top/u1e/timing.ucf
@@ -0,0 +1,13 @@
+
+NET "CLK_FPGA_P" TNM_NET = "CLK_FPGA_P";
+TIMESPEC "TS_clk_fpga_p" = PERIOD "CLK_FPGA_P" 15625 ps HIGH 50 %;
+
+
+
+
+#NET "adc_a<*>" TNM_NET = ADC_DATA_GRP;
+#NET "adc_b<*>" TNM_NET = ADC_DATA_GRP;
+#TIMEGRP "ADC_DATA_GRP" OFFSET = IN 1 ns VALID 5 ns BEFORE "clk_fpga_p" RISING;
+
+#NET "adc_a<*>" OFFSET = IN 1 ns VALID 5 ns BEFORE "clk_fpga_p" RISING;
+#NET "adc_b<*>" OFFSET = IN 1 ns VALID 5 ns BEFORE "clk_fpga_p" RISING;