gateware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6a79fbf55c4090fafab8d8fb65d60ea6be6644fb
parent c69a1527dfdb567ea9c01d38dd0ea670c5ab28e6
Author: Brian Swetland <swetland@frotz.net>
Date:   Tue, 29 Dec 2015 21:55:17 -0800

fix using flags for opcode  B imm12

Diffstat:
Mhdl/cpu/cpu.v | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hdl/cpu/cpu.v b/hdl/cpu/cpu.v @@ -277,6 +277,7 @@ always @(*) begin end 4'b1100: begin // b rel12 using = USE_NONE; + do_exe_branch = 1'b1; do_sel_branch = BR_REL_S12; end 4'b1101: begin // bl rel12