mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge branch 'tmp' into main
This commit is contained in:
		
						commit
						420a0209dd
					
				| @ -80,9 +80,9 @@ module alu #(parameter WIDTH=32) ( | ||||
|   if (`ZBB_SUPPORTED) | ||||
|     always_comb begin | ||||
|       case ({Funct7,Funct3}) | ||||
|         10'b0100000_111: InvB = 1'b1;                                   //andn
 | ||||
|         10'b0100000_110: InvB = 1'b1;                                   //orn
 | ||||
|         10'b0100000_100: InvB = 1'b1;                                   //xnor
 | ||||
|         10'b0100000_111: InvB = 1'b0;                                   //andn
 | ||||
|         10'b0100000_110: InvB = 1'b0;                                   //orn
 | ||||
|         10'b0100000_100: InvB = 1'b0;                                   //xnor
 | ||||
|         default: InvB = 1'b0; | ||||
|       endcase | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user