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] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 AlexAntono
module DL_NEXYS2_1200E_PSS_top
2
(
3
        input   clk, clk1,
4
 
5
        input   [7:0] sw,
6
        input   [3:0] btn,
7
        output  [7:0] Led,
8
 
9
        input   RsRx,
10
        output  RsTx
11
);
12
 
13
pss_soc_top top
14
(
15
        .clk_i(clk),
16
        .rst_i(btn[0]),
17
        .rx_i(RsRx),
18
        .tx_o(RsTx),
19
        .ext_int_i(btn[3]),
20
        .SW(sw),
21
        .LED(Led)
22
);
23
 
24
endmodule

powered by: WebSVN 2.1.0

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