VHDL programming

From CLONWiki
Revision as of 08:36, 7 August 2011 by 98.166.92.51 (talk)
Jump to navigation Jump to search

Basic rules for V1595-based CLAS triggers

In general VHDL files contains following sections:

1. Includes, for example:

library ieee;
use IEEE.Std_Logic_1164.all;
use IEEE.Std_Logic_arith.all;
use IEEE.Std_Logic_unsigned.all;

2.