URL
https://opencores.org/ocsvn/manchesterwireless/manchesterwireless/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 7 |
Rev 9 |
Line 16... |
Line 16... |
--
|
--
|
-- Revision Date Author Comment
|
-- Revision Date Author Comment
|
-- -------- ---------- -------------------- ----------------
|
-- -------- ---------- -------------------- ----------------
|
-- 1.0 20/02/09 J. Rodriguez-Navarro Initial revision
|
-- 1.0 20/02/09 J. Rodriguez-Navarro Initial revision
|
-- 1.1 21/06/09 M. Thiagarajan Modified with FSM
|
-- 1.1 21/06/09 M. Thiagarajan Modified with FSM
|
|
-- 1.2 25/06/09 M. Thiagarajan Modified Nxt State Logic
|
|
-- to avoid inferring latch
|
-- Future revisions tracked in Subversion at OpenCores.org
|
-- Future revisions tracked in Subversion at OpenCores.org
|
-- under the manchesterwireless project
|
-- under the manchesterwireless project
|
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
|
|
library ieee;
|
library ieee;
|
Line 147... |
Line 149... |
count_zeros_en <= '1';
|
count_zeros_en <= '1';
|
|
|
when CNT1 =>
|
when CNT1 =>
|
count_ones_en <= '1';
|
count_ones_en <= '1';
|
count_zeros_en <= '0';
|
count_zeros_en <= '0';
|
when others => null;
|
--when others => null;
|
|
when others =>
|
|
count_ones_en <= '0';
|
|
count_zeros_en <= '0';
|
end case;
|
end case;
|
end process;
|
end process;
|
|
|
process (clk_i,rst_i) --counters
|
process (clk_i,rst_i) --counters
|
begin
|
begin
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.