This shows you the differences between two versions of the page.
cn2:laboratoare:02 [2021/10/12 13:59] daniel.dosaru [Exerciții] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Laboratorul 02 - ISA 1: Operații simple ===== | ||
- | === === | ||
- | |||
- | {{page>cn2:laboratoare:02:obiective&nofooter}} | ||
- | |||
- | ===== ===== | ||
- | |||
- | {{page>cn2:laboratoare:02:continut&nofooter}} | ||
- | |||
- | ==== TL;DR ==== | ||
- | |||
- | {{page>cn2:laboratoare:02:tldr&nofooter}} | ||
- | |||
- | ==== Exerciții ==== | ||
- | În acest laborator vom implementa în Verilog o mică parte a unui procesor. La sfârșitul laboratorului procesul va fi capabil să execute instrucțiuniile din rom.v: ''nop'', ''neg'', ''add'', ''sub'', ''and'' și ''or''. | ||
- | |||
- | <code> | ||
- | nop | ||
- | neg r1 | ||
- | add r1, r2 | ||
- | sub r1, r2 | ||
- | and r1, r2 | ||
- | or r1, r2 | ||
- | </code> | ||
- | |||
- | {{page>cn2:laboratoare:02:exercitii&nofooter}} | ||
- | |||
- | ==== Resurse ==== | ||
- | |||
- | {{page>cn2:laboratoare:02:resurse&nofooter}} |