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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [example/] [GameOfLife/] [hdl/] [top.v] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
/*******************************************************************************
2
 *
3
 * top.v
4
 * Copyright 2012, Sinclair R.F., Inc.
5
 *
6
 * Top-level module for Conway's Game of Life design example.
7
 *
8
 ******************************************************************************/
9
 
10
module top(
11
);
12
 
13
/*******************************************************************************
14
 *
15
 * Instantiate the dual-port ping-pong memories.
16
 *
17
 ******************************************************************************/
18
 
19
reg [7:0] mema[8191:0];
20
reg [7:0] memb[8191:0];
21
 
22
/*******************************************************************************
23
 *
24
 * Generate the output NTSC video.
25
 *
26
 ******************************************************************************/
27
 
28
/*******************************************************************************
29
 *
30
 * Instantiate the SSBCC.9x8 micro controller.
31
 *
32
 ******************************************************************************/
33
 
34
endmodule

powered by: WebSVN 2.1.0

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