diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-02 15:41:24 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-02 15:41:24 -0700 |
commit | aecdce86f49142cb1b257320f9aa9408992aafad (patch) | |
tree | be9832e88f58c8b535b5e2a996b7b4bd272c4cc8 /fpga | |
parent | 3408041113839c74a6eba55ecbae92dc8fb79c26 (diff) | |
parent | 022466717105d1140720035408a359f4a0ffcfd9 (diff) | |
download | uhd-aecdce86f49142cb1b257320f9aa9408992aafad.tar.gz uhd-aecdce86f49142cb1b257320f9aa9408992aafad.tar.bz2 uhd-aecdce86f49142cb1b257320f9aa9408992aafad.zip |
Merge branch 'fpga_master' into e110_support
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/usrp2/top/E1x0/timing.ucf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fpga/usrp2/top/E1x0/timing.ucf b/fpga/usrp2/top/E1x0/timing.ucf index f94685438..47c250c2f 100644 --- a/fpga/usrp2/top/E1x0/timing.ucf +++ b/fpga/usrp2/top/E1x0/timing.ucf @@ -6,18 +6,18 @@ NET "EM_CLK" TNM_NET = "EM_CLK"; TIMESPEC "TS_em_clk" = PERIOD "EM_CLK" 12048 ps HIGH 50 %; #constrain GPMC IO -NET "EM_D<*>" MAXDELAY = 5 ns; -NET "EM_A<*>" MAXDELAY = 5 ns; -NET "EM_NBE<*>" MAXDELAY = 5 ns; -NET "EM_NCS4" MAXDELAY = 5 ns; -NET "EM_NCS6" MAXDELAY = 5 ns; -NET "EM_NWE" MAXDELAY = 5 ns; -NET "EM_NOE" MAXDELAY = 5 ns; +NET "EM_D<*>" MAXDELAY = 5.5 ns; +NET "EM_A<*>" MAXDELAY = 5.5 ns; +NET "EM_NBE<*>" MAXDELAY = 5.5 ns; +NET "EM_NCS4" MAXDELAY = 5.5 ns; +NET "EM_NCS6" MAXDELAY = 5.5 ns; +NET "EM_NWE" MAXDELAY = 5.5 ns; +NET "EM_NOE" MAXDELAY = 5.5 ns; #constrain interrupt lines -NET "overo_gpio144" MAXDELAY = 5 ns; #have space -NET "overo_gpio146" MAXDELAY = 5 ns; #have data -NET "overo_gpio147" MAXDELAY = 5 ns; #have msg/aux spi miso +NET "overo_gpio144" MAXDELAY = 5.5 ns; #have space +NET "overo_gpio146" MAXDELAY = 5.5 ns; #have data +NET "overo_gpio147" MAXDELAY = 5.5 ns; #have msg/aux spi miso #NET "adc_a<*>" TNM_NET = ADC_DATA_GRP; #NET "adc_b<*>" TNM_NET = ADC_DATA_GRP; |