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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_bfm.e] - Diff between revs 182 and 185

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

Rev 182 Rev 185
Line 26... Line 26...
                        };
                        };
                };
                };
 
 
                if (data.test_kind == REGULAR) {
                if (data.test_kind == REGULAR) {
                        emit data.T1_cover_event;
                        emit data.T1_cover_event;
                        alu_opcode$ = data.rand_op;
                        alu_opcode$ = data.alu_opcode.as_a(byte);
                }
                }
                else {
                else {
                        emit data.T2_cover_event;
                        emit data.T2_cover_event;
                        alu_opcode$ = data.alu_opcode.as_a(byte);
                        alu_opcode$ = data.rand_op;
                };
                };
 
 
 
 
 
 
                reset_n$ = data.reset_n;
                reset_n$ = data.reset_n;
                alu_enable$ = data.alu_enable;
                alu_enable$ = data.alu_enable;
                alu_a$ = data.alu_a;
                alu_a$ = data.alu_a;
 
 
                agent.chk.store(data);
                agent.chk.store(data);

powered by: WebSVN 2.1.0

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