11.3 Document Conventions

The following conventions are used throughout this manual. Information input by the user follows this format:

keyboard input

The contents of a file follows this format:

file contents

HDL code appear as follows, with HDL keyword in bold:

entity actel is  
port (
a: in bit;
y: out bit);
end actel;

Messages that are displayed on the screen appear as follows:

Screen Message