verilog - Xilinx EOF Error -


i trying synthesize ip core opencores.org website written in verilog language ambercpu. project implementation of version of arm instruction set architecture. however, when gradually add source files project tree , check whether there problem or not, @ point @ specific header file errors. error reads "expecting 'eof', found 'localparam'" , file starts below

// e.g. 24 32mbytes, 26 128mbytes localparam main_msb             = 26;   // e.g. 13 4k words localparam boot_msb             = 13;   

...

the file not included in "automatic includes" neither defined "global header".

so question how can solve problem. related kind of settings of xilinx ise not realize yet or related character encoding?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -