rlm@8: %name Single Processor Application rlm@8: %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream. rlm@8: rlm@8: %provides connected_application rlm@8: rlm@8: %requires core rlm@8: %requires funcp_simulated_memory rlm@8: %requires funcp_base_types rlm@8: %requires hasim_common rlm@8: punk@11: %attributes PYGAR rlm@8: rlm@8: %sources -t BSV -v PUBLIC ProcessorSystem.bsv rlm@8: %sources -t CPP -v PUBLIC ProcessorSystem.cpp rlm@8: %sources -t H -v PUBLIC ProcessorSystem.h rlm@8: %sources -t CPP -v PUBLIC ProcessorSystemRRR.cpp rlm@8: %sources -t H -v PUBLIC ProcessorSystemRRR.h rlm@8: %sources -t RRR -v PUBLIC ProcessorSystemRRR.rrr rlm@8: rlm@8: