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

Subversion Repositories cheap_ethernet

[/] [cheap_ethernet/] [trunk/] [FPGAUDP/] [FPGAUDP.dpr] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 graver
program FPGAUDP;
2
 
3
uses
4
  Forms,
5
  main in 'main.pas' {Form1};
6
 
7
{$R *.res}
8
 
9
begin
10
  Application.Initialize;
11
  Application.CreateForm(TForm1, Form1);
12
  Application.Run;
13
end.

powered by: WebSVN 2.1.0

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