forsyde-deep-0.2.0: examples/Null.hs
{-# LANGUAGE TemplateHaskell #-}
-- This module is aimed at testing the, normally useless but possible,
-- null system
module Null where
import ForSyDe.Deep
nullSysF :: ()
nullSysF = ()
nullSysDef :: SysDef ()
nullSysDef = newSysDef nullSysF "null" [] []
nullIns0 :: ()
nullIns0 = instantiate "null0" nullSysDef
simNull :: ()
simNull = simulate nullSysDef