----------------------------------------------------------------------------- -- | -- Module : ForSyDe.Signal -- Copyright : (c) SAM Group, KTH/ICT/ECS 2007-2008 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : forsyde-dev@ict.kth.se -- Stability : experimental -- Portability : portable -- -- -- This module provides the fundamental data structure for deep-embedded -- ForSyDe models: 'Signal'. -- ----------------------------------------------------------------------------- -- This module is simply used to export Signal to the end user hiding its internal -- representation module ForSyDe.Signal (Signal) where import ForSyDe.Netlist (Signal)