URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
[/] [t6507lp/] [trunk/] [fv/] [alu_mon.e] - Diff between revs 125 and 131
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 125 |
Rev 131 |
Line 1... |
Line 1... |
<'
|
<'
|
unit alu_mon_u {
|
import alu_components;
|
// !pkt: sbt_packet_s;
|
|
// event pkt_detected_e;
|
|
// event clock_e;
|
|
|
|
|
unit alu_mon_u {
|
alu_result: in simple_port of byte;
|
alu_result: in simple_port of byte;
|
alu_status: in simple_port of byte;
|
alu_status: in simple_port of byte;
|
alu_x: in simple_port of byte;
|
alu_x: in simple_port of byte;
|
alu_y: in simple_port of byte;
|
alu_y: in simple_port of byte;
|
|
|
|
event main_clk;
|
|
|
|
on main_clk {
|
|
agent.chk.compare(alu_result$, alu_status$, alu_x$, alu_y$);
|
|
|
|
};
|
};
|
};
|
'>
|
'>
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.