mirror of https://github.com/YosysHQ/icestorm.git
Add missing C headers to timings.py
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d78e9185f8
commit
aa5a623bb3
|
|
@ -5,6 +5,8 @@ import sys
|
|||
|
||||
print("// auto-generated by timings.py from ../icefuzz/timings_*.txt")
|
||||
print("#include <string>")
|
||||
print("#include <stdio.h>")
|
||||
print("#include <stdlib.h>")
|
||||
|
||||
def timings_to_c(chip, f):
|
||||
print("")
|
||||
|
|
|
|||
Loading…
Reference in New Issue