----------------------------------------------------------------------------- -- | -- Module : ForSyDe.Deep.Signal -- Copyright : (c) ES Group, KTH/ICT/ES 2007-2013 -- 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.Deep.Signal (Signal) where import ForSyDe.Deep.Netlist (Signal)