cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
466 stars 56 forks source link

Machine: fix instruction tokenized for inst.xxx #126

Closed trdthg closed 4 months ago

trdthg commented 4 months ago

This causes “. “ not being handled correctly, e.g. ‘lr.w ’ ends up being parsed as

inst_base => lr. inst_fields => [“w”]

image