Commit 3c37fd5f authored by egousiou's avatar egousiou

new turnaround times!(31.25kbps: 480us, 1Mbps: 14us, 2.5Mbps: 6us)

git-svn-id: http://svn.ohwr.org/cern-fip/trunk/hdl/design@104 7f0067c9-7624-46c7-bd39-3fb5400c0213
parent c0ef0386
......@@ -7,7 +7,7 @@
--! \n\n<b>Last changes:</b>\n
--! -> egousiou: base_addr unsigned(8 downto 0) instead of std_logic_vector (9 downto 0),
--! to simplify calculations
--! turnaround times
--! turnaround times!!
--! broadcast: 91 instead of 04
--
---------------------------------------------------------------------------------------------------
......@@ -159,7 +159,7 @@ package WF_package is
constant c_TIMEOUTS_TABLE : t_timeouts_table(0 to 3) :=
(c_31K25_INDEX => (turnaround => integer (760000.0 / c_QUARTZ_PERIOD),
(c_31K25_INDEX => (turnaround => integer (480000.0 / c_QUARTZ_PERIOD),
silence => integer (5160000.0 / c_QUARTZ_PERIOD)),
c_1M_INDEX => (turnaround => integer (14000.0 / c_QUARTZ_PERIOD),
......@@ -168,7 +168,7 @@ package WF_package is
c_2M5_INDEX => (turnaround => integer (6000.0 / c_QUARTZ_PERIOD),
silence => integer (100000.0 / c_QUARTZ_PERIOD)),
c_RESERVE_INDEX => (turnaround => integer (760000.0 /C_QUARTZ_PERIOD),
c_RESERVE_INDEX => (turnaround => integer (480000.0 /C_QUARTZ_PERIOD),
silence => integer (5160000.0 /C_QUARTZ_PERIOD))
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment