Sorta working add instruction
[soc.git] / src / soc / decoder / pseudo / pywriter.py
2020-04-04 Michael NolanSorta working add instruction
2020-04-04 Luke Kenneth Casso... try again with adding XOR operator
2020-04-04 Luke Kenneth Casso... add memory get/set
2020-04-04 Luke Kenneth Casso... eurg start putting namespace-injection (GPR, MEM) in...
2020-04-04 Luke Kenneth Casso... test fixedload
2020-04-04 Luke Kenneth Casso... add OrderedSet, needed to preserve function arg order
2020-04-04 Luke Kenneth Casso... use set not list to make regs unique
2020-04-04 Luke Kenneth Casso... add SelectableInt and selectconcat to imports
2020-04-04 Luke Kenneth Casso... whoops prefix op_ already added
2020-04-04 Luke Kenneth Casso... whoops sort out function name
2020-04-04 Luke Kenneth Casso... add "op_" prefix to function names to avoid use of...
2020-04-04 Luke Kenneth Casso... whitespace
2020-04-04 Luke Kenneth Casso... move to header-template, fix bug in page name (use...
2020-04-04 Luke Kenneth Casso... add imports for helper functions to pywriter
2020-04-03 Luke Kenneth Casso... remove quotes because we are passing the function through
2020-04-03 Luke Kenneth Casso... plan to use class named ISACaller base class
2020-04-03 Luke Kenneth Casso... create list of args, pass them in to function, return...
2020-04-03 Luke Kenneth Casso... output as class not set of functions
2020-04-03 Luke Kenneth Casso... fix concat error
2020-04-02 Luke Kenneth Casso... add power isa python-writer