Skip to content

The problem with HDL file #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. declare in main.java of bram:

String[] rule = new String[8];
        rule[1] =
"/Welcome\\s+to\\s+the\\s+Omniquad\\s+File\\s+Transfer\\s+Server/smi";
        rule[3] = "/SrvInfoFearless\\s+Lite\\s+Server/smi";
        rule[2] = "/libManager\\x2Edll\\x5Eget(drives|files)\\x2A/smi";
        rule[0] = "/Advanced\\s+Spy\\s+Report\\s+for/smi";
        rule[4] = "/\\x2Fcbn\\x2F(c|b)\\.smx\\?[^\\r\\n]*u=/Ui";
        rule[5] = "/\\x2Fmartuz\\x2Ecn\\x2Fvid\\x2F\\x3Fid\\x3D\\d+/smi";
        rule[6] = "/\\x2Fgumblar\\x2Ecn\\x2Frss\\x2F\\x3Fid\\x3D\\d+/smi";
        rule[7] = "/Advanced\\s+Spy\\s+Report\\s+for/smi";

2. click shift F6 for generate HDL file
3. include to Xilinx ise 8.1 project and check syntax you get:

ERROR:HDLCompilers:27 - "engine_5.v" line 7 Illegal redeclaration of 'in_5_2'
ERROR:HDLCompilers:27 - "engine_5.v" line 7 Illegal redeclaration of 'in_5_3'
ERROR:HDLCompilers:27 - "engine_3.v" line 7 Illegal redeclaration of 'in_3_3'
ERROR:HDLCompilers:27 - "engine_2.v" line 7 Illegal redeclaration of 'in_2_3'
ERROR:HDLCompilers:27 - "engine_2.v" line 7 Illegal redeclaration of 'in_2_23'


What is the expected output? What do you see instead?

See attach file for further information.




Original issue reported on code.google.com by bamboo...@gmail.com on 8 May 2010 at 4:52

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions