opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Add support for new optional instruction format register attribute "RegIsDestination" #125

Closed jleidel closed 4 years ago

jleidel commented 4 years ago

This is a boolean value attributed to an instruction format's register field to set whether a register field is the target for a given operation. EG, Rt = Ra + Rb; Rt is the destination.

Sample yaml: `InstFormats:

jleidel commented 4 years ago

this feature is currently on the CoreGen devel branch; https://github.com/opensocsysarch/CoreGen/commit/c847039ddf03f40762d68e370c457cba79f46829

jleidel commented 4 years ago

fixed in 5fc27cf