douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
14 stars 3 forks source link

Changed constants file #53

Closed douggilliland closed 5 years ago

douggilliland commented 5 years ago

Since I changed the assembler instructions some of them now use reserved words. So I added _OP to the operand in the generate constants file. (Changed assembler.py).

For instance OR is a reserved keyword in VHDL. Got this to work.