Fix a few details

This commit is contained in:
Paul Mathieu
2021-02-18 21:27:20 -08:00
parent 0157e235e4
commit f59b3efb9f
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import sys
import obj_pb2
GRAMMAR_FILE = '/home/paulmathieu/vhdl/bin/as.ebnf'
GRAMMAR_FILE = '/home/paulmathieu/vhdl/tools/as.ebnf'
opcodes = {
'nop' : lambda: '0000',