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

Popular posts from this blog

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -