arm - How to the flags from the ALU for set flags instruction(ADDS, SUBS, etc) in single cycle processor? -
i'm doing class project when have implement single cycle processor in verilog (for arm). 1 of instruction adds (add , set flags), , made 4 bits d flipflop enable control hold value of flags alu (zero, negative, overflow, carry out), i'm not sure wire output of dflipflop. should connect mux decide write value register file, or output value? i'm confused flags.
thank you.
Comments
Post a Comment