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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_env.e] - Diff between revs 123 and 125

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 123 Rev 125
Line 1... Line 1...
<'
<'
import alu_components;
import alu_components;
unit alu_env_u {
unit alu_env_u {
        agent: sbt_agent_u is instance;
        agent: alu_agent_u is instance;
 
        sync: alu_sync_u is instance;
 
 
 
        keep agent.env == me;
 
 
 
 
};
};
 
 
 
extend alu_agent_u {
 
        env: alu_env_u;
 
        event main_clk is only @env.sync.clk$;
 
};
 
 
extend sys {
extend sys {
        env: alu_env_u is instance;
        env: alu_env_u is instance;
};
};
'>
'>
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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