We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e3990b + 26a3478 commit 9f7040bCopy full SHA for 9f7040b
techlibs/quicklogic/qlf_k6n10f/generate_bram_types_sim.py
@@ -1,10 +1,9 @@
1
import sys
2
-from datetime import datetime, timezone
3
4
def generate(filename):
5
with open(filename, "w") as f:
6
f.write("// **AUTOGENERATED FILE** **DO NOT EDIT**\n")
7
- f.write(f"// Generated by {sys.argv[0]} at {datetime.now(timezone.utc)}\n")
+ f.write(f"// Generated by {sys.argv[0]}\n")
8
9
f.write("`timescale 1ns /10ps\n")
10
for a_width in [1,2,4,9,18,36]:
0 commit comments