OpenCores
URL https://opencores.org/ocsvn/rc4-prbs/rc4-prbs/trunk

Subversion Repositories rc4-prbs

[/] [rc4-prbs/] [trunk/] [rc4.v] - Diff between revs 7 and 8

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 8
Line 16... Line 16...
 You should have received a copy of the GNU Lesser General Public
 You should have received a copy of the GNU Lesser General Public
 License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 License along with this library.  If not, see <http://www.gnu.org/licenses/>.
*/
*/
 
 
 
 
`include "/home/alfred/docto/FPGADesign/rc4-prbs/trunk/rc4.inc"
`include "rc4.inc"
 
 
module rc4(clk,rst,output_ready,password_input,K);
module rc4(clk,rst,output_ready,password_input,K);
 
 
input clk; // Clock
input clk; // Clock
input rst; // Reset
input rst; // Reset

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.