mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Add more options and time handling
This commit is contained in:
parent
ccc3e3d13a
commit
3e35de2be1
3 changed files with 106 additions and 2 deletions
|
@ -24,6 +24,7 @@ USING_YOSYS_NAMESPACE
|
|||
FstData::FstData(std::string filename) : ctx(nullptr)
|
||||
{
|
||||
ctx = (fstReaderContext *)fstReaderOpen(filename.c_str());
|
||||
timescale = pow(10.0, (int)fstReaderGetTimescale(ctx));
|
||||
extractVarNames();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue