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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [tools/] [ts_1325_ada/] [ts1325-parallel.ads] - Blame information for rev 609

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
with I386_Ports;
2
use I386_Ports;
3
 
4
package TS1325.Parallel is
5
 
6
   procedure Read_Parallel_Port (Data: out Byte);
7
 
8
   procedure Write_Parallel_Port (Data: in Byte);
9
 
10
private
11
 
12
   pragma Inline (Read_Parallel_Port, Write_Parallel_Port);
13
 
14
   -- These are non-standard IO locations, which is why they are here instead
15
   -- of in the I386_Ports package.
16
 
17
   Parallel_Port_In: constant Port_Address := 16#75#;
18
 
19
   Parallel_Port_Out: constant Port_Address := 16#74#;
20
 
21
end TS1325.Parallel;

powered by: WebSVN 2.1.0

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