Remove syntax error

This commit is contained in:
Florian Zaruba 2017-05-18 18:12:11 +02:00
parent e70f3d9db2
commit fa3b1545f0

View file

@ -63,7 +63,7 @@ module prefetch_buffer
//---------------------------------
// we are busy if we are either waiting for a grant
// or if the fifo is full
assign busy_o = (CS == WAIT_GNT || CS == WAIT_ABORTED} && !instr_req_o) || !fifo_ready;
assign busy_o = ((CS == WAIT_GNT || CS == WAIT_ABORTED) && !instr_req_o) || !fifo_ready;
assign fetch_address = {fetch_address_i[63:2], 2'b0};
//---------------------------------
// Fetch FIFO