Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
// vertical verilog
2
/*       Altera EPLD / PCB / VHDL tools        */
3
/* (c) Philips Semiconductors Southampton 1996-2001 */
4
 
5
/* by: Mike James (Mike.D.James@philips.com) */
6
/* package version: 15.2a Package  compiled: Jan 16 2002 at 22:03:40*/
7
 
8
/* Produced by WRITE VLOG (PC-CygWin)
9
 * at 22:06:54	on 16/01/2002 
10
 
11
*/
12
module top (
13
  );
14
/* synthesis syn_partition = "board" */ 
15
 
16
 
17
/* Bundle signals */
18
 
19
/* end bundle signals */ 
20
 
21
/* Buffered signals */
22
 
23
/* end Buffered signals */ 
24
 
25
endmodule
26
 
27
 
28
// vertical end;