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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_mon.e] - Blame information for rev 220

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

Line No. Rev Author Line
1 122 creep
<'
2 131 creep
import alu_components;
3
 
4 122 creep
unit alu_mon_u {
5 125 creep
        alu_result: in simple_port of byte;
6
        alu_status: in simple_port of byte;
7
        alu_x: in simple_port of byte;
8
        alu_y: in simple_port of byte;
9 131 creep
 
10
        event main_clk;
11
 
12
        on main_clk {
13
                agent.chk.compare(alu_result$, alu_status$, alu_x$, alu_y$);
14
 
15
        };
16 122 creep
};
17
'>

powered by: WebSVN 2.1.0

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