Re: Question about vl2mv

From: Wang Chao (wangc@getz.colorado.edu)
Date: Sun Nov 18 2001 - 23:06:03 MST

  • Next message: vanessa goyal: "syntax error"

    Codrin:

    I think the description is correct. I tried it just now using the
    vl2mvLin7.1 (on the ftp website) and it passed.

    Would you please check it again?

    Thansk,
    Chao

    On Sun, 18 Nov 2001, Codrin PRUTEANU wrote:

    >
    > Hi I have the following verilog description:
    >
    > module test(a, b, sel, out);
    > input a, b, sel;
    > output out;
    > wire a, b, sel;
    > wire out;
    >
    > assign out = (sel) ? a : b;
    >
    > endmodule
    >
    > I want to convert the verilog format to .mv with 'vl2mv.lin71' but I got
    > the following error message:
    >
    > parse error : (line:1;file:test.v) token :'module', yacc token : 'module'
    >
    > am I missing something?
    >
    > Thank You,
    > Codrin.
    >

    -- 
    



    This archive was generated by hypermail 2b30 : Sun Nov 18 2001 - 23:22:25 MST