LispMicrocontroller icon indicating copy to clipboard operation
LispMicrocontroller copied to clipboard

Go 32-bit

Open eschaton opened this issue 8 years ago • 1 comments

It seems like just changing a few parameters could take the design to 32 bit without much of any other change.

eschaton avatar Jan 12 '17 07:01 eschaton

Good idea. This wouldn't be too hard. I think the lisp_core verilog module should take the data with as a parameter, so it could be synthesized with different widths depending on application. It might also simplify things to modify the instruction format such that the opcode starts at the lowest significant bit. This would mean programs wouldn't need to be compiled for a specific widths.

jbush001 avatar Jan 13 '17 14:01 jbush001