examples/litedram_gen: fix #!/usr/bin/env python3 location
This commit is contained in:
parent
602ff8be81
commit
0dde125740
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue