- fix timings.py
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 27 Jan 2013 12:59:44 +0000 (13:59 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 27 Jan 2013 12:59:44 +0000 (13:59 +0100)
README
examples/de0_nano/timings.py
examples/de1/timings.py

diff --git a/README b/README
index acf65677079634a1c14343874c4409efdd77b690..3f61f70a1682126d27af0eb623b1f25a6503dc87 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-              _____       _            ____  _     _ _       _ 
+             _____       _            ____  _     _ _       _ 
             |   __|___  |_|___ _ _   |    \|_|___|_| |_ ___| |
             |   __|   | | | . | | |  |  |  | | . | |  _| .'| |
             |_____|_|_|_| |___|_  |  |____/|_|_  |_|_| |__,|_|
index c3fa4b1702f598c22f27b1810fbd4e63c8e1e019..56e3afc27de58b94c0d292567b87f423a2e02b06 100644 (file)
@@ -13,8 +13,8 @@ ns  = 1/GHz
 class t2n:
        def __init__(self, clk_period_ns):
                self.clk_period_ns = clk_period_ns
-               self.clk_period_us = clk_period_ns*(GHz/MHz)
-               self.clk_period_ms = clk_period_ns*(GHz/KHz)
+               self.clk_period_us = clk_period_ns*(MHz/GHz)
+               self.clk_period_ms = clk_period_ns*(KHz/GHz)
        def ns(self,t,margin=True):
                if margin:
                        t += self.clk_period_ns/2
index c3fa4b1702f598c22f27b1810fbd4e63c8e1e019..56e3afc27de58b94c0d292567b87f423a2e02b06 100644 (file)
@@ -13,8 +13,8 @@ ns  = 1/GHz
 class t2n:
        def __init__(self, clk_period_ns):
                self.clk_period_ns = clk_period_ns
-               self.clk_period_us = clk_period_ns*(GHz/MHz)
-               self.clk_period_ms = clk_period_ns*(GHz/KHz)
+               self.clk_period_us = clk_period_ns*(MHz/GHz)
+               self.clk_period_ms = clk_period_ns*(KHz/GHz)
        def ns(self,t,margin=True):
                if margin:
                        t += self.clk_period_ns/2