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

Subversion Repositories linkruncca

[/] [linkruncca/] [trunk/] [sim/] [obj_dir/] [VLinkRunCCA__Inlines.h] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 jaytang
// Verilated -*- C++ -*-
2
#ifndef _VLinkRunCCA__Inlines_H_
3
#define _VLinkRunCCA__Inlines_H_
4
 
5
#include "verilated.h"
6
 
7
//======================
8
 
9
#ifndef VL_HAVE_CONST_W_16X
10
# define VL_HAVE_CONST_W_16X
11
static inline WDataOutP VL_CONST_W_16X(int obits, WDataOutP o
12
        ,IData d15,IData d14,IData d13,IData d12,IData d11,IData d10,IData d9,IData d8
13
        ,IData d7,IData d6,IData d5,IData d4,IData d3,IData d2,IData d1,IData d0) {
14
        o[15]=d15; o[14]=d14; o[13]=d13; o[12]=d12; o[11]=d11; o[10]=d10; o[9]=d9; o[8]=d8;
15
        o[7]=d7; o[6]=d6; o[5]=d5; o[4]=d4; o[3]=d3; o[2]=d2; o[1]=d1; o[0]=d0;
16
        for(int i=16;i<VL_WORDS_I(obits);i++) o[i] = (IData)0x0;
17
        return o;
18
}
19
#endif
20
 
21
//======================
22
 
23
#endif  /*guard*/

powered by: WebSVN 2.1.0

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