URL
https://opencores.org/ocsvn/nec_ir_decoder/nec_ir_decoder/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 3 |
Line 1... |
Line 1... |
/*
|
/*
|
NEC IR PROTOCOL DECODER
|
This program is free software: you can redistribute it and/or modify
|
DESCRIPTION
|
it under the terms of the GNU General Public License as published by
|
Demo for NEC IR decoder.
|
the Free Software Foundation, either version 3 of the License, or
|
IO DETAILS
|
(at your option) any later version.
|
clk >> Clock
|
|
rst >> Reset
|
This program is distributed in the hope that it will be useful,
|
ir >> IR input
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
led >> Decoded value displayed on leds
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
AUTHOR:
|
AUTHOR:
|
Jagadeesh J, Design Engineer.
|
Jagadeesh J, Design Engineer.
|
|
Email : jagadeeshj@kenosys.in
|
|
Tel : 91-8098701730
|
COMPANY:
|
COMPANY:
|
KENOSYS EMBEDDED SOLUTIONS, SALEM, TAMILNADU, INDIA
|
KENOSYS EMBEDDED SOLUTIONS, SALEM, TAMILNADU, INDIA
|
*/
|
*/
|
|
|
module nec (
|
module nec (
|
input clk,rst,
|
input clk,rst,
|
input ir,
|
input ir,
|
output reg [7:0]led
|
output reg [7:0]led
|
);
|
);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.