verilog expecting a statement
Hello all,
There are three compile problem,
[1] address[15:0] = {addr[7:0],address_low[7:0]};
the "address" and "address_low" is reg and "addr" is input,
the errors are
near "[": expecting: IDENT,
near ",": expecting: '('
near "}": expecting: '('
[2]else if (!ale_n and psen_n and (address[15:8] == BASE_ADDR))
the errors are
near "and": syntax error
near ")": expecting: ',' ';'
[3]case (address[7:0])
STATUS_ADDR:
the errors are
near "STATUS_ADDR": expecting: ';'
BTW, what is the IDENT?
Regards,
Davy Zhu