OpenCores
Issue List
Bug in or1200_alu #8
Closed ocghost opened this issue over 19 years ago
ocghost commented over 19 years ago

In the or1200_alu.v file on line 250 the lines

ifdef OR1200_CASE_DEFAULT default: beginelse OR1200_ALUOP_COMP,OR1200_ALUOP_AND `endif result=result_and; end

should be to avoid compilation errors:

ifdef OR1200_CASE_DEFAULT default: beginelse OR1200_ALUOP_COMP,OR1200_ALUOP_AND: begin `endif result=result_and; end

lampret commented over 19 years ago

These have been fixed in the latest HEAD revision (Jan 8th 2005).

lampret closed this over 19 years ago

Assignee
No one
Labels
Bug