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

@@ -4,7 +4,7 @@ import sys
import obj_pb2
CRT0_FILE = '/home/paulmathieu/vhdl/bin/crt0.o'
CRT0_FILE = '/home/paulmathieu/vhdl/tools/crt0.o'
def parse_objs(objs):