examples/litedram_gen: fix #!/usr/bin/env python3 location

This commit is contained in:
Florent Kermarrec 2019-08-28 07:09:58 +02:00
parent 602ff8be81
commit 0dde125740
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/usr/bin/env python3
# This file is Copyright (c) 2018-2019 Florent Kermarrec <florent@enjoy-digital.fr>
# License: BSD
#!/usr/bin/env python3
import os
import sys
import math