OpenCores
URL https://opencores.org/ocsvn/pss/pss/trunk

Subversion Repositories pss

[/] [pss/] [trunk/] [pss/] [prj/] [DL-NEXYS2-1200E/] [DL_NEXYS2_1200E_PSS_top.v] - Rev 6

Compare with Previous | Blame | View Log

module DL_NEXYS2_1200E_PSS_top
(
	input 	clk, clk1,
 
	input 	[7:0] sw,
	input	[3:0] btn,
	output 	[7:0] Led,
 
	input 	RsRx,
	output	RsTx
);
 
pss_soc_top top
(
	.clk_i(clk),
	.rst_i(btn[0]),
	.rx_i(RsRx),
	.tx_o(RsTx),
	.ext_int_i(btn[3]),
	.SW(sw),
	.LED(Led)
);
 
endmodule
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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