OpenCores
URL https://opencores.org/ocsvn/t6507lp/t6507lp/trunk

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [fsm_env.e] - Rev 259

Go to most recent revision | Compare with Previous | Blame | View Log

<'
import fsm_components;
 
unit fsm_env_u {
	agent: fsm_agent_u is instance;
	sync : fsm_sync_u  is instance;
 
	keep agent.env == me;
};
 
extend fsm_agent_u {
	env: fsm_env_u;
	event main_clk is only @env.sync.clk$;
};
 
extend sys {
	env: fsm_env_u is instance;
	keep env.hdl_path() == "~/t6507lp_fsm_wrapper";
};
'>
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.