projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0acea35
)
Removed $timescale from "sat" command VCD writer
author
Clifford Wolf
<clifford@clifford.at>
Thu, 29 Mar 2018 10:38:41 +0000
(12:38 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 29 Mar 2018 10:38:41 +0000
(12:38 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/sat/sat.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sat.cc
b/passes/sat/sat.cc
index a6ac7afd4c223f5012f40e01b9ae1de26494fafd..6c0834debcec43aea62190bf57bd04d28b457e38 100644
(file)
--- a/
passes/sat/sat.cc
+++ b/
passes/sat/sat.cc
@@
-691,7
+691,6
@@
struct SatHelper
// VCD has some limits on internal (non-display) identifier names, so make legal ones
std::map<std::string, std::string> vcdnames;
- fprintf(f, "$timescale 1ns\n"); // arbitrary time scale since actual clock period is unknown/unimportant
fprintf(f, "$scope module %s $end\n", module->name.c_str());
for (auto &info : modelInfo)
{