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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_bfm.e] - Diff between revs 123 and 124

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

Rev 123 Rev 124
Line 1... Line 1...
<'
<'
 
import alu_components.e;
 
 
unit alu_bfm_u {
unit alu_bfm_u {
        event clock_e;
 
        send_pkt(pkt: alu_packet_s) @clock_e is {
        //event clock_e;
 
        //send_pkt(pkt: alu_packet_s) @clock_e is {
        //Send in packet using the DUT protocol
        //Send in packet using the DUT protocol
        };
        //};
 
 
 
        rst: out simple_port of bool;
 
        alu_enable: out simple_port of bool;
 
        alu_opcode: out simple_port of byte;
 
        alu_a: out simple_port of byte;
};
};
'>
'>
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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