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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [fsm_env.e] - Blame information for rev 259

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

Line No. Rev Author Line
1 206 creep
<'
2
import fsm_components;
3
 
4
unit fsm_env_u {
5
        agent: fsm_agent_u is instance;
6
        sync : fsm_sync_u  is instance;
7
 
8
        keep agent.env == me;
9
};
10
 
11
extend fsm_agent_u {
12
        env: fsm_env_u;
13
        event main_clk is only @env.sync.clk$;
14
};
15
 
16
extend sys {
17
        env: fsm_env_u is instance;
18
        keep env.hdl_path() == "~/t6507lp_fsm_wrapper";
19
};
20
'>

powered by: WebSVN 2.1.0

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